diff --git a/audio/baresip/Makefile b/audio/baresip/Makefile index 2e0a011ea30..c72f8eb8c2a 100644 --- a/audio/baresip/Makefile +++ b/audio/baresip/Makefile @@ -2,7 +2,7 @@ PORTNAME= baresip PORTVERSION= 0.4.19 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= http://www.creytiv.com/pub/ @@ -30,7 +30,7 @@ OPTIONS_DEFINE= CONS DOCS EXAMPLES FFMPEG G711 G722 G726 GSM GSTREAMER ILBC \ DTLS_SRTP AUBRIDGE VIDBRIDGE HTTPD DSHOW DIRECTFB ACCOUNT \ NATPMP SDL MIW SNAPSHOT SELFVIEW VUMETER AULOOP CONTACT \ MENU PRESENCE SYSLOG VIDLOOP -OPTIONS_DEFAULT=CONS G711 G722 G726 L16 +OPTIONS_DEFAULT=CONS G711 G722 G726 L16 OSS AULOOP_DESC= Audio-loop test module BV32_DESC= BroadVoice32 Wideband Audio codec diff --git a/comms/gqrx/Makefile b/comms/gqrx/Makefile index 97012728aed..204b30ecdd4 100644 --- a/comms/gqrx/Makefile +++ b/comms/gqrx/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gqrx -PORTVERSION= 2.7 +PORTVERSION= 2.8 DISTVERSIONPREFIX= v PORTEPOCH= 1 CATEGORIES= comms hamradio diff --git a/comms/gqrx/distinfo b/comms/gqrx/distinfo index 1b9d4042777..0c62ae51ca1 100644 --- a/comms/gqrx/distinfo +++ b/comms/gqrx/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1503401061 -SHA256 (csete-gqrx-v2.7_GH0.tar.gz) = b58d5b4ba4c656df5a97071640eabdbd53171d411fe3d504f9786178c3638178 -SIZE (csete-gqrx-v2.7_GH0.tar.gz) = 1326826 +TIMESTAMP = 1505856438 +SHA256 (csete-gqrx-v2.8_GH0.tar.gz) = 9561229ac248f6ea51648de978ec372374d337e4c95377b915c6b098f2534aa2 +SIZE (csete-gqrx-v2.8_GH0.tar.gz) = 1327214 diff --git a/databases/cassandra-cpp-driver/Makefile b/databases/cassandra-cpp-driver/Makefile index f4ac062d9d6..50803a5943b 100644 --- a/databases/cassandra-cpp-driver/Makefile +++ b/databases/cassandra-cpp-driver/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= cassandra-cpp-driver -PORTVERSION= 2.7.0 +PORTVERSION= 2.7.1 CATEGORIES= databases MAINTAINER= gahr@FreeBSD.org diff --git a/databases/cassandra-cpp-driver/distinfo b/databases/cassandra-cpp-driver/distinfo index a46238a4b2a..2e05c4cc626 100644 --- a/databases/cassandra-cpp-driver/distinfo +++ b/databases/cassandra-cpp-driver/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1495107933 -SHA256 (datastax-cpp-driver-2.7.0_GH0.tar.gz) = 44a97679e719b2b046ef90323beab4fe3a491ae79396e7f28e6a9677b618a0e4 -SIZE (datastax-cpp-driver-2.7.0_GH0.tar.gz) = 622137 +TIMESTAMP = 1505915505 +SHA256 (datastax-cpp-driver-2.7.1_GH0.tar.gz) = eb22b7b148507253d2ca24f419e6768d5f9525dbc6f60afcd40906df3ae7cf8d +SIZE (datastax-cpp-driver-2.7.1_GH0.tar.gz) = 623912 diff --git a/databases/pgbarman/Makefile b/databases/pgbarman/Makefile index cd9a3f81628..d4db9ee8888 100644 --- a/databases/pgbarman/Makefile +++ b/databases/pgbarman/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= barman -DISTVERSION= 2.2 +DISTVERSION= 2.3 CATEGORIES= databases MASTER_SITES= SF/${PKGNAMEPREFIX}${PORTNAME}/${DISTVERSION} PKGNAMEPREFIX= pg diff --git a/databases/pgbarman/distinfo b/databases/pgbarman/distinfo index 2080f76b4c7..312eeb45bbd 100644 --- a/databases/pgbarman/distinfo +++ b/databases/pgbarman/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1500398865 -SHA256 (barman-2.2.tar.gz) = 301557a46ddf646fa171b02dc22df314c6686687c4984346cad26f0dc512e08c -SIZE (barman-2.2.tar.gz) = 250308 +TIMESTAMP = 1505888753 +SHA256 (barman-2.3.tar.gz) = 1a4cae3052c00f8401adc7af806df3d11375358d0cbd9ab1c84b5333808ea6cf +SIZE (barman-2.3.tar.gz) = 255500 SHA256 (tutorial.pdf) = 21acf6152b959c55b996fb6479c722d3f416eac3384479498a25911a3912a158 SIZE (tutorial.pdf) = 349394 diff --git a/databases/py-pgcli/Makefile b/databases/py-pgcli/Makefile index 7310faf87ab..280627165eb 100644 --- a/databases/py-pgcli/Makefile +++ b/databases/py-pgcli/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pgcli -PORTVERSION= 1.8.0 +PORTVERSION= 1.8.1 CATEGORIES= databases python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,7 +13,7 @@ COMMENT= CLI for Postgres Database with auto-completion and syntax highlighting LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cli-helpers>=0.2.0:devel/py-cli-helpers \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cli-helpers>=0.2.3:devel/py-cli-helpers \ ${PYTHON_PKGNAMEPREFIX}click>=4.1:devel/py-click \ ${PYTHON_PKGNAMEPREFIX}configobj>=5.0.6:devel/py-configobj \ ${PYTHON_PKGNAMEPREFIX}humanize>=0.5.1:devel/py-humanize \ diff --git a/databases/py-pgcli/distinfo b/databases/py-pgcli/distinfo index 713cbc447e1..fdf08005802 100644 --- a/databases/py-pgcli/distinfo +++ b/databases/py-pgcli/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1505487252 -SHA256 (pgcli-1.8.0.tar.gz) = 9cea027fed2e86d2a6552a962f6817a391560c080f98e5f2977b9385b3315664 -SIZE (pgcli-1.8.0.tar.gz) = 56599 +TIMESTAMP = 1505917711 +SHA256 (pgcli-1.8.1.tar.gz) = 9a29b4082987760ea336697d3d4a4ecf9c126d7d6b56001d6d897d438bd91ce7 +SIZE (pgcli-1.8.1.tar.gz) = 56572 diff --git a/deskutils/lumina-archiver/Makefile b/deskutils/lumina-archiver/Makefile index f7b4728faff..a24aa9435e8 100644 --- a/deskutils/lumina-archiver/Makefile +++ b/deskutils/lumina-archiver/Makefile @@ -3,7 +3,8 @@ PORTNAME= lumina-archiver DISTVERSIONPREFIX= v -DISTVERSION= 1.3.0-p1 +DISTVERSION= 1.3.0 +DISTVERSIONSUFFIX= -p1 CATEGORIES= deskutils MAINTAINER= kmoore@FreeBSD.org diff --git a/deskutils/lumina-calculator/Makefile b/deskutils/lumina-calculator/Makefile index 7e1d8b7b77a..4f3eca873ad 100644 --- a/deskutils/lumina-calculator/Makefile +++ b/deskutils/lumina-calculator/Makefile @@ -3,7 +3,8 @@ PORTNAME= lumina-calculator DISTVERSIONPREFIX= v -DISTVERSION= 1.3.0-p1 +DISTVERSION= 1.3.0 +DISTVERSIONSUFFIX= -p1 CATEGORIES= deskutils MAINTAINER= kmoore@FreeBSD.org diff --git a/deskutils/lumina-fileinfo/Makefile b/deskutils/lumina-fileinfo/Makefile index 4bd8de04c58..0bcd74b1fef 100644 --- a/deskutils/lumina-fileinfo/Makefile +++ b/deskutils/lumina-fileinfo/Makefile @@ -3,7 +3,8 @@ PORTNAME= lumina-fileinfo DISTVERSIONPREFIX= v -DISTVERSION= 1.3.0-p1 +DISTVERSION= 1.3.0 +DISTVERSIONSUFFIX= -p1 CATEGORIES= deskutils MAINTAINER= kmoore@FreeBSD.org diff --git a/deskutils/lumina-fm/Makefile b/deskutils/lumina-fm/Makefile index 5a1e153f2f6..fb51fd14386 100644 --- a/deskutils/lumina-fm/Makefile +++ b/deskutils/lumina-fm/Makefile @@ -3,7 +3,8 @@ PORTNAME= lumina-fm DISTVERSIONPREFIX= v -DISTVERSION= 1.3.0-p1 +DISTVERSION= 1.3.0 +DISTVERSIONSUFFIX= -p1 CATEGORIES= deskutils MAINTAINER= kmoore@FreeBSD.org diff --git a/deskutils/lumina-mediaplayer/Makefile b/deskutils/lumina-mediaplayer/Makefile index e10666c7578..365a1c0cd5c 100644 --- a/deskutils/lumina-mediaplayer/Makefile +++ b/deskutils/lumina-mediaplayer/Makefile @@ -3,7 +3,8 @@ PORTNAME= lumina-mediaplayer DISTVERSIONPREFIX= v -DISTVERSION= 1.3.0-p1 +DISTVERSION= 1.3.0 +DISTVERSIONSUFFIX= -p1 CATEGORIES= deskutils MAINTAINER= kmoore@FreeBSD.org diff --git a/deskutils/lumina-notify/Makefile b/deskutils/lumina-notify/Makefile index 1969413f507..c9c9e453f12 100644 --- a/deskutils/lumina-notify/Makefile +++ b/deskutils/lumina-notify/Makefile @@ -3,7 +3,8 @@ PORTNAME= lumina-notify DISTVERSIONPREFIX= v -DISTVERSION= 1.3.0-p1 +DISTVERSION= 1.3.0 +DISTVERSIONSUFFIX= -p1 CATEGORIES= deskutils MAINTAINER= kmoore@FreeBSD.org diff --git a/deskutils/lumina-screenshot/Makefile b/deskutils/lumina-screenshot/Makefile index 974b2d8ea03..2dcc6f9b174 100644 --- a/deskutils/lumina-screenshot/Makefile +++ b/deskutils/lumina-screenshot/Makefile @@ -3,7 +3,8 @@ PORTNAME= lumina-screenshot DISTVERSIONPREFIX= v -DISTVERSION= 1.3.0-p1 +DISTVERSION= 1.3.0 +DISTVERSIONSUFFIX= -p1 CATEGORIES= deskutils MAINTAINER= kmoore@FreeBSD.org diff --git a/deskutils/lumina-textedit/Makefile b/deskutils/lumina-textedit/Makefile index 8635eb5ea25..a4ff72a07ea 100644 --- a/deskutils/lumina-textedit/Makefile +++ b/deskutils/lumina-textedit/Makefile @@ -3,7 +3,8 @@ PORTNAME= lumina-textedit DISTVERSIONPREFIX= v -DISTVERSION= 1.3.0-p1 +DISTVERSION= 1.3.0 +DISTVERSIONSUFFIX= -p1 CATEGORIES= deskutils MAINTAINER= kmoore@FreeBSD.org diff --git a/deskutils/lumina-xdg-entry/Makefile b/deskutils/lumina-xdg-entry/Makefile index bfac46205b2..fc2049a157f 100644 --- a/deskutils/lumina-xdg-entry/Makefile +++ b/deskutils/lumina-xdg-entry/Makefile @@ -3,7 +3,8 @@ PORTNAME= lumina-xdg-entry DISTVERSIONPREFIX= v -DISTVERSION= 1.3.0-p1 +DISTVERSION= 1.3.0 +DISTVERSIONSUFFIX= -p1 CATEGORIES= deskutils MAINTAINER= kmoore@FreeBSD.org diff --git a/devel/Makefile b/devel/Makefile index a766c5af395..4c31b042895 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -5839,6 +5839,7 @@ SUBDIR += rubygem-will_paginate SUBDIR += rubygem-windows_error SUBDIR += rubygem-wmi-lite + SUBDIR += rubygem-xdg SUBDIR += rubygem-xpath SUBDIR += rubygem-yajl-ruby SUBDIR += rubygem-yui-compressor diff --git a/devel/lightning/Makefile b/devel/lightning/Makefile index e62a691e7b1..c78cfa5797f 100644 --- a/devel/lightning/Makefile +++ b/devel/lightning/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= lightning -PORTVERSION= 2.1.0 +PORTVERSION= 2.1.2 CATEGORIES= devel MASTER_SITES= GNU diff --git a/devel/lightning/distinfo b/devel/lightning/distinfo index c8cdf7e34e1..4ac62024328 100644 --- a/devel/lightning/distinfo +++ b/devel/lightning/distinfo @@ -1,2 +1,3 @@ -SHA256 (lightning-2.1.0.tar.gz) = 1fa3a2421852598b3162d6765645bb3cd0fccb5f0c105d0800c64c8428b749a6 -SIZE (lightning-2.1.0.tar.gz) = 959722 +TIMESTAMP = 1505756752 +SHA256 (lightning-2.1.2.tar.gz) = 9b289ed1c977602f9282da507db2e980dcfb5207ee8bd2501536a6852a157a69 +SIZE (lightning-2.1.2.tar.gz) = 1030384 diff --git a/devel/lightning/pkg-plist b/devel/lightning/pkg-plist index d4670eebd10..bb32f0af5f3 100644 --- a/devel/lightning/pkg-plist +++ b/devel/lightning/pkg-plist @@ -2,6 +2,6 @@ include/lightning.h include/lightning/jit_%%JIT_ARCH%%.h lib/liblightning.a lib/liblightning.so -lib/liblightning.so.0 -lib/liblightning.so.0.0.0 +lib/liblightning.so.1 +lib/liblightning.so.1.0.0 libdata/pkgconfig/lightning.pc diff --git a/devel/llvm50/Makefile b/devel/llvm50/Makefile index 5ccb293d5f6..a3e8b1312b6 100644 --- a/devel/llvm50/Makefile +++ b/devel/llvm50/Makefile @@ -2,7 +2,7 @@ PORTNAME= llvm DISTVERSION= 5.0.0 -PORTREVISON= 2 +PORTREVISION= 1 CATEGORIES= devel lang MASTER_SITES= http://llvm.org/${PRE_}releases/${LLVM_RELEASE}/${RCDIR} PKGNAMESUFFIX= ${LLVM_SUFFIX} diff --git a/devel/nspr/Makefile b/devel/nspr/Makefile index 442652dccd8..a4328ab3200 100644 --- a/devel/nspr/Makefile +++ b/devel/nspr/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= nspr -DISTVERSION= 4.16 +DISTVERSION= 4.17 CATEGORIES= devel MASTER_SITES= MOZILLA/${PORTNAME}/releases/v${PORTVERSION}/src diff --git a/devel/nspr/distinfo b/devel/nspr/distinfo index 44199982b09..78b99da875f 100644 --- a/devel/nspr/distinfo +++ b/devel/nspr/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1501158687 -SHA256 (nspr-4.16.tar.gz) = 9b3102d97665504aeee73363c11a21c062ad67a2522242368b7f019f96a53cd1 -SIZE (nspr-4.16.tar.gz) = 1140681 +TIMESTAMP = 1505838746 +SHA256 (nspr-4.17.tar.gz) = 590a0aea29412ae22d7728038c21ef2ab42646e48172a47d2e4bb782846d1095 +SIZE (nspr-4.17.tar.gz) = 1141300 diff --git a/devel/rubygem-aws-sdk-core/Makefile b/devel/rubygem-aws-sdk-core/Makefile index 864b6fe099f..61264d09911 100644 --- a/devel/rubygem-aws-sdk-core/Makefile +++ b/devel/rubygem-aws-sdk-core/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= aws-sdk-core -PORTVERSION= 2.10.48 +PORTVERSION= 2.10.49 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-core/distinfo b/devel/rubygem-aws-sdk-core/distinfo index e1ba8c41e55..6be2c9e3a1b 100644 --- a/devel/rubygem-aws-sdk-core/distinfo +++ b/devel/rubygem-aws-sdk-core/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1505833666 -SHA256 (rubygem/aws-sdk-core-2.10.48.gem) = c51a95358e2a7ede7a8404fe286eeaaeb6f0fea91825f0c21c274f175797a199 -SIZE (rubygem/aws-sdk-core-2.10.48.gem) = 1068544 +TIMESTAMP = 1505905233 +SHA256 (rubygem/aws-sdk-core-2.10.49.gem) = f45a51fb9fbe7202b4154730bcf66ad44bb7ef681b1ab2a10d11cc002573cbaa +SIZE (rubygem/aws-sdk-core-2.10.49.gem) = 1068544 diff --git a/devel/rubygem-aws-sdk-resources/Makefile b/devel/rubygem-aws-sdk-resources/Makefile index 85cd9e054a9..57d7a0e2c6f 100644 --- a/devel/rubygem-aws-sdk-resources/Makefile +++ b/devel/rubygem-aws-sdk-resources/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= aws-sdk-resources -PORTVERSION= 2.10.48 +PORTVERSION= 2.10.49 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-resources/distinfo b/devel/rubygem-aws-sdk-resources/distinfo index f562c4d3d71..b5339c4c97d 100644 --- a/devel/rubygem-aws-sdk-resources/distinfo +++ b/devel/rubygem-aws-sdk-resources/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1505833650 -SHA256 (rubygem/aws-sdk-resources-2.10.48.gem) = 78fe9af4e91a2bad2f5374ab0e3c3fa9fe36788cbfbac8a701129a399f09cd7d -SIZE (rubygem/aws-sdk-resources-2.10.48.gem) = 48640 +TIMESTAMP = 1505905143 +SHA256 (rubygem/aws-sdk-resources-2.10.49.gem) = cef545a329d8e9575a8e794b64224a1a79f5954ee80cb220d5a76d1ca134e7b1 +SIZE (rubygem/aws-sdk-resources-2.10.49.gem) = 48640 diff --git a/devel/rubygem-aws-sdk/Makefile b/devel/rubygem-aws-sdk/Makefile index 42d3103fca1..50de974b3d3 100644 --- a/devel/rubygem-aws-sdk/Makefile +++ b/devel/rubygem-aws-sdk/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= aws-sdk -PORTVERSION= 2.10.48 +PORTVERSION= 2.10.49 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk/distinfo b/devel/rubygem-aws-sdk/distinfo index 360e18796cb..65e2a3c8494 100644 --- a/devel/rubygem-aws-sdk/distinfo +++ b/devel/rubygem-aws-sdk/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1505833685 -SHA256 (rubygem/aws-sdk-2.10.48.gem) = 8b4afd377d76b74e846613d1e43fcbcf32bb9e45c5a83edc852eedab1f26631e -SIZE (rubygem/aws-sdk-2.10.48.gem) = 4608 +TIMESTAMP = 1505905096 +SHA256 (rubygem/aws-sdk-2.10.49.gem) = 6115c85d44f823199eca58d4f095cbd36af1a910575b4d289a1e33ff3c0fe82e +SIZE (rubygem/aws-sdk-2.10.49.gem) = 4608 diff --git a/devel/rubygem-gettext-setup/Makefile b/devel/rubygem-gettext-setup/Makefile index c6712069eea..ea9f54a8704 100644 --- a/devel/rubygem-gettext-setup/Makefile +++ b/devel/rubygem-gettext-setup/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gettext-setup -PORTVERSION= 0.26 +PORTVERSION= 0.28 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-gettext-setup/distinfo b/devel/rubygem-gettext-setup/distinfo index 1641e9ca0eb..527625307b0 100644 --- a/devel/rubygem-gettext-setup/distinfo +++ b/devel/rubygem-gettext-setup/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1499873551 -SHA256 (rubygem/gettext-setup-0.26.gem) = 404cad618645280261920b43fdee8b983700ce80991b53defb6da96a1d4148ed -SIZE (rubygem/gettext-setup-0.26.gem) = 16384 +TIMESTAMP = 1505920351 +SHA256 (rubygem/gettext-setup-0.28.gem) = 4c6febf6eb86f52663e64ff666cd8a7a3c8b4aa124969dff90fabc697e5dbc0a +SIZE (rubygem/gettext-setup-0.28.gem) = 17920 diff --git a/devel/rubygem-google-protobuf/Makefile b/devel/rubygem-google-protobuf/Makefile index 931951ca04a..ceddea68ff3 100644 --- a/devel/rubygem-google-protobuf/Makefile +++ b/devel/rubygem-google-protobuf/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= google-protobuf -PORTVERSION= 3.4.0.2 +PORTVERSION= 3.4.1.1 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-google-protobuf/distinfo b/devel/rubygem-google-protobuf/distinfo index 2564ea688e3..9de58689259 100644 --- a/devel/rubygem-google-protobuf/distinfo +++ b/devel/rubygem-google-protobuf/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1503780687 -SHA256 (rubygem/google-protobuf-3.4.0.2.gem) = 74e29a4ae8ce67d0c21d732758b31ac1dc13eb25428f285cdbb99c5a6a5708ca -SIZE (rubygem/google-protobuf-3.4.0.2.gem) = 231424 +TIMESTAMP = 1505920357 +SHA256 (rubygem/google-protobuf-3.4.1.1.gem) = 260acbb3f6f1d9a88b193ec06f42729041378f964be22abc9a2f5c5d89132bd1 +SIZE (rubygem/google-protobuf-3.4.1.1.gem) = 231424 diff --git a/devel/rubygem-xdg/Makefile b/devel/rubygem-xdg/Makefile new file mode 100644 index 00000000000..b6d8b646335 --- /dev/null +++ b/devel/rubygem-xdg/Makefile @@ -0,0 +1,18 @@ +# Created by: Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= xdg +PORTVERSION= 2.2.3 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= XDG Base Directory Standard Library for Ruby + +LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +USE_RUBY= yes +USES= gem + +.include diff --git a/devel/rubygem-xdg/distinfo b/devel/rubygem-xdg/distinfo new file mode 100644 index 00000000000..83eb982976b --- /dev/null +++ b/devel/rubygem-xdg/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1505919056 +SHA256 (rubygem/xdg-2.2.3.gem) = b87e4ad02eaa1557d09ae620dac134a3f20ac588063dc7e46e0b77be9a3bc4ae +SIZE (rubygem/xdg-2.2.3.gem) = 14336 diff --git a/devel/rubygem-xdg/pkg-descr b/devel/rubygem-xdg/pkg-descr new file mode 100644 index 00000000000..d2fe3468f5f --- /dev/null +++ b/devel/rubygem-xdg/pkg-descr @@ -0,0 +1,11 @@ +XDG provides an easy to use Ruby library for working with XDG standards. + +Presently, it only supports the XDG Base Directory Standard. + +If your program utilizes user or system-wide support files (e.g. configuration +files), you owe it to yourself to checkout the XDG base directory standard. + +You can learn more about the standard at: +http://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html + +WWW: http://rubyworks.github.io/xdg/ diff --git a/dns/p5-Mozilla-PublicSuffix/Makefile b/dns/p5-Mozilla-PublicSuffix/Makefile index ee2901577da..5294cd9316e 100644 --- a/dns/p5-Mozilla-PublicSuffix/Makefile +++ b/dns/p5-Mozilla-PublicSuffix/Makefile @@ -4,7 +4,7 @@ PORTNAME= Mozilla-PublicSuffix PORTVERSION= 1.0.0 DISTVERSIONPREFIX= v -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= dns perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- diff --git a/dns/public_suffix_list/Makefile b/dns/public_suffix_list/Makefile index 143617acfaa..b9cee22844e 100644 --- a/dns/public_suffix_list/Makefile +++ b/dns/public_suffix_list/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= public_suffix_list -PORTVERSION= 0.0.0.20170809 +PORTVERSION= 0.0.0.20170910 CATEGORIES= dns MAINTAINER= sunpoet@FreeBSD.org @@ -21,7 +21,7 @@ PLIST_FILES= %%DATADIR%%/public_suffix_list.dat \ GH_ACCOUNT= publicsuffix GH_PROJECT= list -GH_TAGNAME= 7daa3a2 +GH_TAGNAME= 47da4a2 USE_GITHUB= yes do-install: diff --git a/dns/public_suffix_list/distinfo b/dns/public_suffix_list/distinfo index b7cd2cdb6e3..6fd1a9be78e 100644 --- a/dns/public_suffix_list/distinfo +++ b/dns/public_suffix_list/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1503072834 -SHA256 (publicsuffix-list-0.0.0.20170809-7daa3a2_GH0.tar.gz) = ce904c77c6599164cb92db6c5ce086bf3fc742030cd707a1a707a5b178e3ae5a -SIZE (publicsuffix-list-0.0.0.20170809-7daa3a2_GH0.tar.gz) = 82901 +TIMESTAMP = 1505917676 +SHA256 (publicsuffix-list-0.0.0.20170910-47da4a2_GH0.tar.gz) = 17f58a376cbe6961c6e3250208caf3826bc906cb22a78890f8109fb126a7e436 +SIZE (publicsuffix-list-0.0.0.20170910-47da4a2_GH0.tar.gz) = 83315 diff --git a/dns/py-publicsuffix/Makefile b/dns/py-publicsuffix/Makefile index 6322d752aa1..f4119744895 100644 --- a/dns/py-publicsuffix/Makefile +++ b/dns/py-publicsuffix/Makefile @@ -3,7 +3,7 @@ PORTNAME= publicsuffix PORTVERSION= 1.1.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= dns python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/dns/rubygem-public_suffix/Makefile b/dns/rubygem-public_suffix/Makefile index ea184e1f034..d6a390fccd6 100644 --- a/dns/rubygem-public_suffix/Makefile +++ b/dns/rubygem-public_suffix/Makefile @@ -3,7 +3,7 @@ PORTNAME= public_suffix PORTVERSION= 3.0.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= dns rubygems MASTER_SITES= RG diff --git a/dns/rubygem-public_suffix2/Makefile b/dns/rubygem-public_suffix2/Makefile index 416a5e7c664..c9d1e97233e 100644 --- a/dns/rubygem-public_suffix2/Makefile +++ b/dns/rubygem-public_suffix2/Makefile @@ -3,7 +3,7 @@ PORTNAME= public_suffix PORTVERSION= 2.0.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= dns rubygems MASTER_SITES= RG PKGNAMESUFFIX= 2 diff --git a/dns/rubygem-public_suffix_service/Makefile b/dns/rubygem-public_suffix_service/Makefile index 162fa492e5a..afe57fdba2f 100644 --- a/dns/rubygem-public_suffix_service/Makefile +++ b/dns/rubygem-public_suffix_service/Makefile @@ -3,7 +3,7 @@ PORTNAME= public_suffix_service PORTVERSION= 0.9.1 -PORTREVISION= 17 +PORTREVISION= 18 CATEGORIES= dns rubygems MASTER_SITES= RG diff --git a/emulators/rpcs3/Makefile b/emulators/rpcs3/Makefile index 47a210140fb..1bb9b880ab9 100644 --- a/emulators/rpcs3/Makefile +++ b/emulators/rpcs3/Makefile @@ -2,8 +2,8 @@ PORTNAME= rpcs3 DISTVERSIONPREFIX= v -DISTVERSION= 0.0.3-305 -DISTVERSIONSUFFIX= -gf0358f85 +DISTVERSION= 0.0.3-348 +DISTVERSIONSUFFIX= -g5c93acef CATEGORIES= emulators MAINTAINER= jbeich@FreeBSD.org @@ -34,10 +34,11 @@ GH_TUPLE= RPCS3:hidapi:hidapi-0.8.0-rc1-25-gca39ce8:hidapi/3rdparty/hidapi \ USES= cmake compiler:c++14-lang iconv:wchar_t localbase:ldflags \ openal:soft pkgconfig USE_GL= gl glew -USE_QT5= qmake_build buildtools_build core gui widgets +USE_QT5= qmake_build buildtools_build core dbus gui widgets +USE_XORG= x11 EXTRA_PATCHES+= ${EXTRA_PATCHES_${OPSYS}_${OSREL}} EXTRA_PATCHES_FreeBSD_10.3= ${PATCHDIR}/extra-patch-no-thread_local -CMAKE_ARGS+= -DUSE_SYSTEM_LIBPNG=on -DUSE_SYSTEM_FFMPEG=on +CMAKE_ARGS+= -DCMAKE_SKIP_RPATH=on -DUSE_SYSTEM_LIBPNG=on -DUSE_SYSTEM_FFMPEG=on CXXFLAGS+= -D_GLIBCXX_USE_C99 # XXX ports/193528 CXXFLAGS+= -Wno-macro-redefined # __STDC_*_MACROS sys/cdefs.h vs. llvm-config LDFLAGS+= -Wl,--as-needed # GLU @@ -46,8 +47,11 @@ PLIST_FILES= bin/${PORTNAME} \ share/icons/hicolor/48x48/apps/${PORTNAME}.png \ share/icons/hicolor/scalable/apps/${PORTNAME}.svg \ -OPTIONS_DEFINE= ALSA EVDEV GDB LLVM PULSEAUDIO -OPTIONS_DEFAULT=ALSA LLVM +OPTIONS_DEFINE= ALSA EVDEV GDB LLVM PULSEAUDIO VULKAN +OPTIONS_DEFAULT=ALSA LLVM VULKAN +.if !exists(${.CURDIR:H:H}/graphics/vulkan-sdk) +OPTIONS_EXCLUDE=VULKAN # XXX ports/222175 +.endif ALSA_LIB_DEPENDS= libasound.so:audio/alsa-lib ALSA_RUN_DEPENDS= ${LOCALBASE}/lib/alsa-lib/libasound_module_pcm_oss.so:audio/alsa-plugins @@ -67,8 +71,14 @@ LLVM_CMAKE_BOOL_OFF= WITHOUT_LLVM PULSEAUDIO_LIB_DEPENDS= libpulse-simple.so:audio/pulseaudio PULSEAUDIO_CMAKE_BOOL= USE_PULSE +VULKAN_DESC= Vulkan renderer +VULKAN_BUILD_DEPENDS= ${LOCALBASE}/lib/libglslang.a:devel/glslang +VULKAN_LIB_DEPENDS= libvulkan.so:graphics/vulkan-sdk +VULKAN_CMAKE_BOOL= USE_VULKAN VULKAN_PREBUILT + post-patch: - @${REINPLACE_CMD} -e 's/"unknown"/"${GH_TAGNAME}"/' \ + @${REINPLACE_CMD} -e '/GIT_BRANCH/s/unknown/master/' \ + -e '/GIT_VERSION/s/unknown/${GH_TAGNAME:C/[^-]*-//}/' \ ${WRKSRC}/${PORTNAME}/git-version.cmake .include diff --git a/emulators/rpcs3/distinfo b/emulators/rpcs3/distinfo index 6a19dca61c8..ee83b660aec 100644 --- a/emulators/rpcs3/distinfo +++ b/emulators/rpcs3/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1505065599 -SHA256 (RPCS3-rpcs3-v0.0.3-305-gf0358f85_GH0.tar.gz) = e39b8db110c9a97fab347319b102507c7643b3e5b5ac7a20c0a9841f39ec6db1 -SIZE (RPCS3-rpcs3-v0.0.3-305-gf0358f85_GH0.tar.gz) = 4166246 +TIMESTAMP = 1505822827 +SHA256 (RPCS3-rpcs3-v0.0.3-348-g5c93acef_GH0.tar.gz) = b283e036663f52f88845b4fdc0d6ccd55361015914a481e96d4e419631b8263e +SIZE (RPCS3-rpcs3-v0.0.3-348-g5c93acef_GH0.tar.gz) = 4169501 SHA256 (RPCS3-hidapi-hidapi-0.8.0-rc1-25-gca39ce8_GH0.tar.gz) = e50e4f4e9035e891e16867e995f44aac87ce734a9dde169f02fc9719b2ce3642 SIZE (RPCS3-hidapi-hidapi-0.8.0-rc1-25-gca39ce8_GH0.tar.gz) = 105623 SHA256 (RPCS3-pugixml-f205aaf_GH0.tar.gz) = 3b2a7e21625d8cbeb3aa1841b8816f6cab0752e89008b9fc67a325c800f153b5 diff --git a/emulators/rpcs3/files/extra-patch-no-thread_local b/emulators/rpcs3/files/extra-patch-no-thread_local index b84e4670457..201c6b43ad6 100644 --- a/emulators/rpcs3/files/extra-patch-no-thread_local +++ b/emulators/rpcs3/files/extra-patch-no-thread_local @@ -1,9 +1,9 @@ FreeBSD 10.3 lacks __cxa_thread_atexit, so revert https://github.com/RPCS3/rpcs3/commit/c1450ad61627 ---- Utilities/Log.cpp.orig 2017-08-24 18:20:18 UTC +--- Utilities/Log.cpp.orig 2017-09-19 12:07:07 UTC +++ Utilities/Log.cpp -@@ -246,7 +246,7 @@ void logs::message::broadcast(const char* fmt, const f +@@ -255,7 +255,7 @@ void logs::message::broadcast(const char* fmt, const f } // Get text @@ -12,16 +12,16 @@ https://github.com/RPCS3/rpcs3/commit/c1450ad61627 fmt::raw_append(text, fmt, sup, args); std::string prefix = g_tls_log_prefix(); -@@ -266,7 +266,7 @@ void logs::message::broadcast(const char* fmt, const f +@@ -275,7 +275,7 @@ void logs::message::broadcast(const char* fmt, const f } // Store message additionally -- g_messages.emplace_back(stored_message{*this, stamp, std::move(prefix), text}); -+ g_messages.emplace_back(stored_message{*this, stamp, std::move(prefix), std::move(text)}); +- get_logger()->messages.emplace_back(stored_message{*this, stamp, std::move(prefix), text}); ++ get_logger()->messages.emplace_back(stored_message{*this, stamp, std::move(prefix), std::move(text)}); } } - -@@ -348,7 +348,7 @@ logs::file_listener::file_listener(const std::string& + +@@ -405,7 +405,7 @@ logs::file_listener::file_listener(const std::string& void logs::file_listener::log(u64 stamp, const logs::message& msg, const std::string& prefix, const std::string& _text) { diff --git a/emulators/rpcs3/files/patch-rpcs3_CMakeLists.txt b/emulators/rpcs3/files/patch-rpcs3_CMakeLists.txt new file mode 100644 index 00000000000..4c8190e60a0 --- /dev/null +++ b/emulators/rpcs3/files/patch-rpcs3_CMakeLists.txt @@ -0,0 +1,12 @@ +--- rpcs3/CMakeLists.txt.orig 2017-09-19 12:07:07 UTC ++++ rpcs3/CMakeLists.txt +@@ -213,6 +213,9 @@ if(NOT WIN32 AND USE_VULKAN) + if(VULKAN_FOUND) + add_definitions(-DHAVE_VULKAN) + list(APPEND ADDITIONAL_LIBS ${VULKAN_LIBRARY}) ++ if(VULKAN_PREBUILT) ++ list(APPEND ADDITIONAL_LIBS glslang HLSL OGLCompiler SPIRV OSDependent) ++ endif() + else() + message("WARNING! USE_VULKAN was enabled, but libvulkan was not found. RPCS3 will be compiled without Vulkan support.") + endif() diff --git a/emulators/rpcs3/files/patch-rpcs3_Emu_RSX_VK_VKCommonDecompiler.cpp b/emulators/rpcs3/files/patch-rpcs3_Emu_RSX_VK_VKCommonDecompiler.cpp new file mode 100644 index 00000000000..d7bafa8af57 --- /dev/null +++ b/emulators/rpcs3/files/patch-rpcs3_Emu_RSX_VK_VKCommonDecompiler.cpp @@ -0,0 +1,11 @@ +--- rpcs3/Emu/RSX/VK/VKCommonDecompiler.cpp.orig 2017-09-19 12:07:07 UTC ++++ rpcs3/Emu/RSX/VK/VKCommonDecompiler.cpp +@@ -1,7 +1,7 @@ + #include "stdafx.h" + #include "VKCommonDecompiler.h" + #include "restore_new.h" +-#include "../../../../Vulkan/glslang/SPIRV/GlslangToSpv.h" ++#include "SPIRV/GlslangToSpv.h" + #include "define_new_memleakdetect.h" + + namespace vk diff --git a/irc/rubygem-cinch/Makefile b/irc/rubygem-cinch/Makefile index c5a07118e68..e2113aff105 100644 --- a/irc/rubygem-cinch/Makefile +++ b/irc/rubygem-cinch/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= cinch -PORTVERSION= 2.3.3 +PORTVERSION= 2.3.4 CATEGORIES= irc rubygems MASTER_SITES= RG diff --git a/irc/rubygem-cinch/distinfo b/irc/rubygem-cinch/distinfo index 6f7bb43c4ff..d44371bf2d9 100644 --- a/irc/rubygem-cinch/distinfo +++ b/irc/rubygem-cinch/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1482939918 -SHA256 (rubygem/cinch-2.3.3.gem) = c4a274258ad17b26ed3d0d60e8bae697016a17214fe9b68e4348ebbf1f545eee -SIZE (rubygem/cinch-2.3.3.gem) = 80384 +TIMESTAMP = 1505917729 +SHA256 (rubygem/cinch-2.3.4.gem) = 0c22156a59b7e9ea4d2a585b97b013d0e3f74e71093114cc97d69593bc7ff143 +SIZE (rubygem/cinch-2.3.4.gem) = 80384 diff --git a/irc/rubygem-cinch/pkg-descr b/irc/rubygem-cinch/pkg-descr index de08fa70d4e..caa59fdc646 100644 --- a/irc/rubygem-cinch/pkg-descr +++ b/irc/rubygem-cinch/pkg-descr @@ -1,3 +1,3 @@ A simple, friendly DSL for creating IRC bots -WWW: http://rubydoc.info/github/cinchrb/cinch +WWW: https://github.com/cinchrb/cinch diff --git a/irc/rubygem-cogbot/Makefile b/irc/rubygem-cogbot/Makefile index e18babd8d9e..c8362c8f67c 100644 --- a/irc/rubygem-cogbot/Makefile +++ b/irc/rubygem-cogbot/Makefile @@ -2,7 +2,7 @@ PORTNAME= cogbot PORTVERSION= 0.1.13 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= irc rubygems MASTER_SITES= RG diff --git a/irc/rubygem-cogbot/files/patch-gemspec b/irc/rubygem-cogbot/files/patch-gemspec index 9244cdf253c..a3d770c38c3 100644 --- a/irc/rubygem-cogbot/files/patch-gemspec +++ b/irc/rubygem-cogbot/files/patch-gemspec @@ -1,10 +1,12 @@ ---- cogbot.gemspec.orig 2017-08-17 13:37:15 UTC +--- cogbot.gemspec.orig 2017-09-20 14:46:05 UTC +++ cogbot.gemspec -@@ -24,7 +24,7 @@ Gem::Specification.new do |s| +@@ -23,8 +23,8 @@ Gem::Specification.new do |s| + s.specification_version = 4 if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then - s.add_runtime_dependency(%q.freeze, ["= 2.3.3"]) +- s.add_runtime_dependency(%q.freeze, ["= 2.3.3"]) - s.add_runtime_dependency(%q.freeze, ["~> 0.19.4"]) ++ s.add_runtime_dependency(%q.freeze, ["~> 2.3.3"]) + s.add_runtime_dependency(%q.freeze, ["~> 0.19", ">= 0.19.4"]) s.add_runtime_dependency(%q.freeze, ["~> 1.2.3"]) s.add_runtime_dependency(%q.freeze, ["~> 0.2.1"]) diff --git a/misc/usbids/Makefile b/misc/usbids/Makefile index 4524f43bb23..a6f7b3e6da8 100644 --- a/misc/usbids/Makefile +++ b/misc/usbids/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= usbids -PORTVERSION= 20170729 +PORTVERSION= 20170910 CATEGORIES= misc MASTER_SITES= LOCAL/sunpoet diff --git a/misc/usbids/distinfo b/misc/usbids/distinfo index 0e416383c43..f3183536854 100644 --- a/misc/usbids/distinfo +++ b/misc/usbids/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1501699741 -SHA256 (usbids-20170729.tar.xz) = d47151d254416077edcef9558920ef55e7144812c256921eb4548c3105f6376c -SIZE (usbids-20170729.tar.xz) = 164964 +TIMESTAMP = 1505917592 +SHA256 (usbids-20170910.tar.xz) = 2729677f3880ce22ce2e1fd31d0169ef049ea4d02b70a18aac8e917b1a3f08f6 +SIZE (usbids-20170910.tar.xz) = 164988 diff --git a/multimedia/plexpy/Makefile b/multimedia/plexpy/Makefile index 473e2c1ed36..ff482970f82 100644 --- a/multimedia/plexpy/Makefile +++ b/multimedia/plexpy/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= plexpy -PORTVERSION= 1.4.20 +PORTVERSION= 1.4.22 PORTREVISION= 0 CATEGORIES= multimedia python DISTVERSIONPREFIX=v diff --git a/multimedia/plexpy/distinfo b/multimedia/plexpy/distinfo index 7458e7a178d..9e611caccdb 100644 --- a/multimedia/plexpy/distinfo +++ b/multimedia/plexpy/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1498572671 -SHA256 (drzoidberg33-plexpy-v1.4.20_GH0.tar.gz) = fcb0f356f30da414b68ed3b306d179d9bbd3b1a64e4bc261e4c8b2ba7ef43314 -SIZE (drzoidberg33-plexpy-v1.4.20_GH0.tar.gz) = 35616309 +TIMESTAMP = 1505926131 +SHA256 (drzoidberg33-plexpy-v1.4.22_GH0.tar.gz) = e7d6882d67a9c4b7cacfb8f535b41b6d3896aff196dc7a5a914e58c2cf210f95 +SIZE (drzoidberg33-plexpy-v1.4.22_GH0.tar.gz) = 35629572 diff --git a/multimedia/plexpy/pkg-plist b/multimedia/plexpy/pkg-plist index 38a0ce20be6..83ff8576fdb 100644 --- a/multimedia/plexpy/pkg-plist +++ b/multimedia/plexpy/pkg-plist @@ -55,6 +55,8 @@ plexpy/data/interfaces/default/images/chevron.png plexpy/data/interfaces/default/images/cover.png plexpy/data/interfaces/default/images/favicon.ico plexpy/data/interfaces/default/images/favicon.png +plexpy/data/interfaces/default/images/flattr-badge-large.png +plexpy/data/interfaces/default/images/gold-rect-paypal-34px.png plexpy/data/interfaces/default/images/gravatar-default-80x80.png plexpy/data/interfaces/default/images/gravatar-default.png plexpy/data/interfaces/default/images/home-stat_most-concurrent.png @@ -920,6 +922,7 @@ plexpy/data/interfaces/default/js/highcharts/js/themes/skies.js plexpy/data/interfaces/default/js/jquery-2.1.4.min.js plexpy/data/interfaces/default/js/jquery-ui.min.js plexpy/data/interfaces/default/js/jquery.dataTables.min.js +plexpy/data/interfaces/default/js/jquery.qrcode.min.js plexpy/data/interfaces/default/js/jquery.rateit.min.js plexpy/data/interfaces/default/js/moment-duration-format.js plexpy/data/interfaces/default/js/moment-with-locale.js diff --git a/net/asterisk11/Makefile b/net/asterisk11/Makefile index ddce1ac703f..fcc97c2cf19 100644 --- a/net/asterisk11/Makefile +++ b/net/asterisk11/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= asterisk -PORTVERSION= 11.25.2 +PORTVERSION= 11.25.3 CATEGORIES= net MASTER_SITES= http://downloads.asterisk.org/pub/telephony/%SUBDIR%/:DEFAULT,g729 MASTER_SITE_SUBDIR= asterisk/ \ diff --git a/net/asterisk11/distinfo b/net/asterisk11/distinfo index 4900e61e205..c88c5a4ac08 100644 --- a/net/asterisk11/distinfo +++ b/net/asterisk11/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1504251297 -SHA256 (asterisk-11.25.2.tar.gz) = 59fd3735546cb56bda15f39caf34636c113e68b79019554a007ad63cb6fc2d33 -SIZE (asterisk-11.25.2.tar.gz) = 35130400 +TIMESTAMP = 1505852140 +SHA256 (asterisk-11.25.3.tar.gz) = beb63953cb61b9822fc8f1d79842d821c5147f2a2944941d54a02f2e5fd4db20 +SIZE (asterisk-11.25.3.tar.gz) = 35134682 SHA256 (asterisk-core-sounds-en-g729-1.5.tar.gz) = 8b28a59cfa53b59c76e0a191704f0708e3d83acffab8c5e6f25dfc599f0123f9 SIZE (asterisk-core-sounds-en-g729-1.5.tar.gz) = 1551123 SHA256 (asterisk-moh-opsound-g729-2.03.tar.gz) = 0147ca9a97f0c550227aacb7793499057c4d2c64e021c95f93722f27d5549585 diff --git a/net/rubygem-fog-vsphere/Makefile b/net/rubygem-fog-vsphere/Makefile index 8593c8f83cd..e4adc4d1cc0 100644 --- a/net/rubygem-fog-vsphere/Makefile +++ b/net/rubygem-fog-vsphere/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= fog-vsphere -PORTVERSION= 1.12.0 +PORTVERSION= 1.13.0 CATEGORIES= net rubygems MASTER_SITES= RG diff --git a/net/rubygem-fog-vsphere/distinfo b/net/rubygem-fog-vsphere/distinfo index f3f45dc9b33..6cf2459fe02 100644 --- a/net/rubygem-fog-vsphere/distinfo +++ b/net/rubygem-fog-vsphere/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1503577342 -SHA256 (rubygem/fog-vsphere-1.12.0.gem) = 07540081d104988fb2f2c171c2f4a9cbdb4437f2b8a3a1b5116be00446697dfb -SIZE (rubygem/fog-vsphere-1.12.0.gem) = 67072 +TIMESTAMP = 1505920364 +SHA256 (rubygem/fog-vsphere-1.13.0.gem) = e7fd7a6fab29353571babb3b42a3d9ac110ce00121099b5600a5a6dbe0dfd204 +SIZE (rubygem/fog-vsphere-1.13.0.gem) = 68096 diff --git a/net/rubygem-opennebula/Makefile b/net/rubygem-opennebula/Makefile index 245cf19ee80..89f8d2e0273 100644 --- a/net/rubygem-opennebula/Makefile +++ b/net/rubygem-opennebula/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= opennebula -PORTVERSION= 5.4.0 +PORTVERSION= 5.4.1 CATEGORIES= net rubygems MASTER_SITES= RG diff --git a/net/rubygem-opennebula/distinfo b/net/rubygem-opennebula/distinfo index b5e9fab49ba..c67af944ee9 100644 --- a/net/rubygem-opennebula/distinfo +++ b/net/rubygem-opennebula/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1500747625 -SHA256 (rubygem/opennebula-5.4.0.gem) = f6cb0d97171340e6c803df15fb676488e9efcaee89f30771fef252b825c806b1 -SIZE (rubygem/opennebula-5.4.0.gem) = 74752 +TIMESTAMP = 1505917720 +SHA256 (rubygem/opennebula-5.4.1.gem) = 54d818a7d3ba93ac543cbdcc03c98718acbdba96638bf0797aee84691d10becc +SIZE (rubygem/opennebula-5.4.1.gem) = 74752 diff --git a/science/cdf/Makefile b/science/cdf/Makefile index 05437c10145..f882671087a 100644 --- a/science/cdf/Makefile +++ b/science/cdf/Makefile @@ -37,8 +37,6 @@ PORTDOCS= CDF_copyright.txt CHANGES.txt Release.notes Welcome.txt OPTIONS_DEFINE= DOCS EXAMPLES -NOPIE_PORTS= yes - post-patch: .for def in ${DEFS} @${REINPLACE_CMD} -e 's||${PREFIX}|' \ diff --git a/science/cgnslib/Makefile b/science/cgnslib/Makefile index 30115c0bd74..5537cc0ccab 100644 --- a/science/cgnslib/Makefile +++ b/science/cgnslib/Makefile @@ -17,11 +17,11 @@ LICENSE_NAME= AS-IS LICENSE_FILE= ${WRKSRC}/license.txt LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept +USE_HARDENING= pie:off + USES= cmake USE_LDCONFIG= yes -NOPIE_PORTS= yes - OPTIONS_DEFINE= HDF5 SZIP TESTS TOOLS HDF5_DESC= Enable HDF5 interface TESTS_DESC= Enable test programs diff --git a/science/crf++/Makefile b/science/crf++/Makefile index 7c52c91876b..8bc31cf0d1c 100644 --- a/science/crf++/Makefile +++ b/science/crf++/Makefile @@ -11,11 +11,11 @@ DISTNAME= CRF++-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Yet Another CRF toolkit +USE_HARDENING= pie:off + GNU_CONFIGURE= yes INSTALL_TARGET= install-strip USES= libtool USE_LDCONFIG= yes -NOPIE_PORTS= yes - .include diff --git a/science/getdp/Makefile b/science/getdp/Makefile index 2867dfa03f0..b1b31816a17 100644 --- a/science/getdp/Makefile +++ b/science/getdp/Makefile @@ -20,8 +20,6 @@ LIB_DEPENDS= libgsl.so:math/gsl \ USES= fortran tar:tgz cmake WANT_PERL= yes -NOPIE_PORTS= yes - OPTIONS_DEFINE= DOCS EXAMPLES .include diff --git a/science/hdf/Makefile b/science/hdf/Makefile index 96a8b1146c0..44241c39c03 100644 --- a/science/hdf/Makefile +++ b/science/hdf/Makefile @@ -27,9 +27,6 @@ CONFIGURE_ARGS= --enable-shared --with-jpeg=${LOCALBASE} \ USE_LDCONFIG= yes INSTALL_TARGET= install-strip -NOPIE_PORTS= yes -NORELRO_PORTS= yes - PORTDATA= * PORTEXAMPLES= * diff --git a/science/mpqc/Makefile b/science/mpqc/Makefile index eed8200f05f..84f3665bbf0 100644 --- a/science/mpqc/Makefile +++ b/science/mpqc/Makefile @@ -31,9 +31,6 @@ CONFIGURE_ARGS+=--with-cc=${CC} \ --enable-shared \ --with-sc-datadir=${PREFIX}/share/mpqc/${PORTVERSION} -NOPIE_PORTS= yes -NORELRO_PORTS= yes - OPTIONS_DEFINE= DOCS ATLAS ICC MPICH OPTIFLAGS OPTIONS_SUB= yes diff --git a/science/netcdf-fortran/Makefile b/science/netcdf-fortran/Makefile index f98618d810d..b5ebc3376f4 100644 --- a/science/netcdf-fortran/Makefile +++ b/science/netcdf-fortran/Makefile @@ -28,9 +28,6 @@ USES= fortran libtool localbase makeinfo pathfix GH_ACCOUNT= Unidata USE_GITHUB= yes -NOPIE_PORTS= yes -NORELRO_PORTS= yes - post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libnetcdff.so.6.1.1 diff --git a/science/paraview/Makefile b/science/paraview/Makefile index 5d0f6b06749..628f3b5bbca 100644 --- a/science/paraview/Makefile +++ b/science/paraview/Makefile @@ -33,6 +33,8 @@ RUN_DEPENDS= bash:shells/bash \ CONFLICTS_BUILD= protobuf* +USE_HARDENING= pie:off relro:off + USE_QT4= qmake_build moc_build rcc_build uic_build \ linguisttools_build assistant_run qt3support \ corelib dbus designer gui help-tools network script \ @@ -81,9 +83,6 @@ GL2PS_DESC= Install support conversion OpenGL to PostScript VERMAJORMINOR= ${PORTVERSION:R} -NOPIE_PORTS= yes -NORELRO_PORTS= yes - .include .if ${PORT_OPTIONS:MOSMESA} diff --git a/science/pnetcdf/Makefile b/science/pnetcdf/Makefile index 2c097a6607f..0768463709a 100644 --- a/science/pnetcdf/Makefile +++ b/science/pnetcdf/Makefile @@ -28,9 +28,6 @@ MAKE_JOBS_UNSAFE= yes USE_PERL5= build USES= fortran gmake pathfix perl5 tar:bzip2 -NOPIE_PORTS= yes -NORELRO_PORTS= yes - PORTDOCS= COPYRIGHT INSTALL README MPICH2_CONFIGURE_ON= --with-mpi=${LOCALBASE} diff --git a/science/py-netCDF4/Makefile b/science/py-netCDF4/Makefile index e033ad69885..f719b6dca11 100644 --- a/science/py-netCDF4/Makefile +++ b/science/py-netCDF4/Makefile @@ -2,10 +2,9 @@ # $FreeBSD$ PORTNAME= netCDF4 -PORTVERSION= 1.2.7 +PORTVERSION= 1.2.9 DISTVERSIONPREFIX= v DISTVERSIONSUFFIX= rel -PORTREVISION= 1 CATEGORIES= science python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,7 +13,8 @@ COMMENT= Python Interface to the NetCDF Library (versions 3 and 4) LICENSE= MIT -BUILD_DEPENDS= ${PYNUMPY} +BUILD_DEPENDS= ${PYNUMPY} \ + ${LOCALBASE}/bin/cython:lang/cython LIB_DEPENDS= libhdf5.so:science/hdf5 \ libnetcdf.so:science/netcdf RUN_DEPENDS:= ${BUILD_DEPENDS} @@ -44,8 +44,13 @@ post-patch: post-install: ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/netCDF4/_netCDF4.so + ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/netcdftime/_netcdftime.so + +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} (cd ${WRKSRC}/docs && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}) + +post-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} (cd ${WRKSRC}/examples && ${INSTALL_DATA} * ${STAGEDIR}${EXAMPLESDIR}) diff --git a/science/py-netCDF4/distinfo b/science/py-netCDF4/distinfo index 7e3fa07ac4f..e64d7ef18e9 100644 --- a/science/py-netCDF4/distinfo +++ b/science/py-netCDF4/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1487981539 -SHA256 (Unidata-netcdf4-python-v1.2.7rel_GH0.tar.gz) = 42255f15341ae1959f814443385af4be5ae012b42e2202f300a5e5095338f54e -SIZE (Unidata-netcdf4-python-v1.2.7rel_GH0.tar.gz) = 855982 +TIMESTAMP = 1500011385 +SHA256 (Unidata-netcdf4-python-v1.2.9rel_GH0.tar.gz) = bbb6d40d33f5fe8fbf211b5706ff4af9484a91a5ab50d9f6607858bd34c1d10c +SIZE (Unidata-netcdf4-python-v1.2.9rel_GH0.tar.gz) = 543438 diff --git a/security/bro/pkg-descr b/security/bro/pkg-descr index 3b7358b064f..ee2d3190e8e 100644 --- a/security/bro/pkg-descr +++ b/security/bro/pkg-descr @@ -10,4 +10,4 @@ attempts). Bro is documented in the USENIX 1998 Security Conference proceedings. -WWW: http://www.bro.org/ +WWW: https://www.bro.org/ diff --git a/security/libcryptui/Makefile b/security/libcryptui/Makefile index 939ec5896d9..85a5fb1e3bb 100644 --- a/security/libcryptui/Makefile +++ b/security/libcryptui/Makefile @@ -41,7 +41,7 @@ CONFIGURE_ARGS+=--disable-libnotify .endif post-patch: - @${REINPLACE_CMD} -e 's|"1.2 1.4 2.0"|"1.2 1.4 2.0 2.1"|g' \ + @${REINPLACE_CMD} -e 's|"1.2 1.4 2.0"|"1.2 1.4 2.0 2.1 2.2"|g' \ ${WRKSRC}/configure .include diff --git a/security/nss/Makefile b/security/nss/Makefile index 6e23abcc0e3..c26a9e09584 100644 --- a/security/nss/Makefile +++ b/security/nss/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= nss -PORTVERSION= 3.32.1 +PORTVERSION= 3.33 #DISTVERSIONSUFFIX= -with-ckbi-1.98 CATEGORIES= security MASTER_SITES= MOZILLA/security/${PORTNAME}/releases/${DISTNAME:tu:C/[-.]/_/g}_RTM/src diff --git a/security/nss/distinfo b/security/nss/distinfo index 89d3354d395..29aee4152ee 100644 --- a/security/nss/distinfo +++ b/security/nss/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1505146642 -SHA256 (nss-3.32.1.tar.gz) = 4de59ca7f5bf4a56fbcfdbb4a054f254ba9f408f56476957404a091048624652 -SIZE (nss-3.32.1.tar.gz) = 9494609 +TIMESTAMP = 1505890047 +SHA256 (nss-3.33.tar.gz) = 98f0dabd36408e83dd3a11727336cc3cdfee4cbdd9aede2b2831eb2389c284e4 +SIZE (nss-3.33.tar.gz) = 9578033 diff --git a/security/nss/files/patch-bug1396301 b/security/nss/files/patch-bug1396301 new file mode 100644 index 00000000000..1b190912389 --- /dev/null +++ b/security/nss/files/patch-bug1396301 @@ -0,0 +1,14 @@ +--- lib/freebl/verified/kremlib.h.orig 2017-09-20 06:47:27 UTC ++++ lib/freebl/verified/kremlib.h +@@ -82,6 +82,11 @@ typedef void *Prims_pos, *Prims_nat, *Prims_nonzero, * + #if defined(__linux__) || defined(__CYGWIN__) + #include + ++// ... for BSDs ++#elif defined(__DragonFly__) || defined(__FreeBSD__) \ ++ || defined(__NetBSD__) || defined(__OpenBSD__) ++#include ++ + // ... for OSX + #elif defined(__APPLE__) + #include diff --git a/security/nss/pkg-plist b/security/nss/pkg-plist index a195a26d8ed..e3f050180a7 100644 --- a/security/nss/pkg-plist +++ b/security/nss/pkg-plist @@ -23,6 +23,7 @@ bin/strsclnt bin/symkeyutil bin/vfychain bin/vfyserv +include/nss/nss/sslexp.h include/nss/nss/base64.h include/nss/nss/blapit.h include/nss/nss/cert.h diff --git a/security/seahorse/files/patch-configure b/security/seahorse/files/patch-configure index b293ae1da9c..41ee2668e2e 100644 --- a/security/seahorse/files/patch-configure +++ b/security/seahorse/files/patch-configure @@ -1,7 +1,17 @@ make configure not require a specific gnupg version.. +Accept gnupg 2.2.0 (upstream) ---- configure.orig 2015-09-28 19:51:56.713332000 +0200 -+++ configure 2015-09-28 19:52:39.551499000 +0200 +--- configure.orig 2017-09-20 20:21:49.529005000 +0200 ++++ configure 2017-09-20 20:22:01.538527000 +0200 +@@ -2532,7 +2532,7 @@ + GTK_REQ=3.4.0 + GTK_MAX=GTK_VERSION_3_4 + +-GNUPG_ACCEPTED="2.0.12 2.1.4" ++GNUPG_ACCEPTED="2.0.12 2.1.4 2.2.0" + GPGME_REQUIRED=1.0.0 + LIBSECRET_REQUIRED=0.16 + AVAHI_GLIB_REQUIRED=0.6 @@ -8640,7 +8640,6 @@ branch=`echo $ver | sed 's/\.[0-9]*$//'` if test "$branch" = "$major.$minor"; then diff --git a/security/testssl.sh/Makefile b/security/testssl.sh/Makefile index a2e52793c41..eff5fa4ec0c 100644 --- a/security/testssl.sh/Makefile +++ b/security/testssl.sh/Makefile @@ -1,8 +1,8 @@ # $FreeBSD$ PORTNAME= testssl.sh -PORTVERSION= 2.8 -PORTREVISION= 1 +DISTVERSIONPREFIX= v +DISTVERSION= 2.9.5 CATEGORIES= security MAINTAINER= tobik@FreeBSD.org @@ -69,12 +69,13 @@ post-patch: @${REINPLACE_CMD} -e '/elif test_openssl_suffix/d' \ -e 's@: \# 5. we tried.*$$@else OPENSSL="${PREFIX}/libexec/openssl.testssl.sh"@' \ -e 's@$${TESTSSL_INSTALL_DIR:-""}@$${TESTSSL_INSTALL_DIR:-"${DATADIR}"}@' \ - -e '/^check_bsd_mount$$/d' \ + -e '/check_bsd_mount$$/d' \ ${WRKSRC}/testssl.sh do-install: ${INSTALL_PROGRAM} ${WRKSRC_openssl}/apps/openssl ${STAGEDIR}${PREFIX}/libexec/openssl.testssl.sh ${INSTALL_SCRIPT} ${WRKSRC}/testssl.sh ${STAGEDIR}${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/doc/testssl.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 @${MKDIR} ${STAGEDIR}${DATADIR}/etc ${STAGEDIR}${DATADIR}/utils @cd ${WRKSRC}/etc && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}/etc @cd ${WRKSRC}/utils && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}/utils diff --git a/security/testssl.sh/distinfo b/security/testssl.sh/distinfo index 21e452cdd49..84bad4ab2dd 100644 --- a/security/testssl.sh/distinfo +++ b/security/testssl.sh/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1498752135 -SHA256 (drwetter-testssl.sh-2.8_GH0.tar.gz) = 76c1b21fcbaa4e625b77c9a9c7a137a2272cd84d07911fb213101aa6b9ce8cfa -SIZE (drwetter-testssl.sh-2.8_GH0.tar.gz) = 8529555 +TIMESTAMP = 1505898481 +SHA256 (drwetter-testssl.sh-v2.9.5_GH0.tar.gz) = 3cd2d14b9b324545ff91d63e4261113f6ff0c6e32232cf49438b9fd2f3c8de3e +SIZE (drwetter-testssl.sh-v2.9.5_GH0.tar.gz) = 8955393 SHA256 (drwetter-openssl-pm-snapshot-a9396aaef81d5c1ed714fc625b593522d25914b1_GH0.tar.gz) = 798230c8dc8d7723fff5f6687b1150a3165254eb65c4f6875b7b6b66a53f9c47 SIZE (drwetter-openssl-pm-snapshot-a9396aaef81d5c1ed714fc625b593522d25914b1_GH0.tar.gz) = 5491000 diff --git a/security/testssl.sh/pkg-plist b/security/testssl.sh/pkg-plist index 04fbae1b842..517a29bd874 100644 --- a/security/testssl.sh/pkg-plist +++ b/security/testssl.sh/pkg-plist @@ -1,20 +1,31 @@ bin/testssl.sh libexec/openssl.testssl.sh +man/man1/testssl.1.gz %%DATADIR%%/etc/Apple.pem +%%DATADIR%%/etc/ca_hashes.txt +%%DATADIR%%/etc/cipher-mapping.txt +%%DATADIR%%/etc/client_simulation.txt +%%DATADIR%%/etc/client-simulation.txt +%%DATADIR%%/etc/common-primes.txt +%%DATADIR%%/etc/curves.txt %%DATADIR%%/etc/Linux.pem %%DATADIR%%/etc/Microsoft.pem %%DATADIR%%/etc/Mozilla.pem %%DATADIR%%/etc/README.md -%%DATADIR%%/etc/ca_hashes.txt -%%DATADIR%%/etc/curves.txt -%%DATADIR%%/etc/mapping-rfc.txt -%%DATADIR%%/etc/mapping.txt +%%DATADIR%%/etc/tls_data.txt +%%DATADIR%%/utils/00_unittest_baseline.sh %%DATADIR%%/utils/ccs-injection.bash %%DATADIR%%/utils/checkcert.sh %%DATADIR%%/utils/create_ca_hashes.sh %%DATADIR%%/utils/curves.bash +%%DATADIR%%/utils/generate_static_cipher_lists.sh +%%DATADIR%%/utils/gmap2testssl.sh %%DATADIR%%/utils/heartbleed.bash %%DATADIR%%/utils/make-openssl.sh %%DATADIR%%/utils/parse_client_ciphers.pl %%DATADIR%%/utils/prototype.ssl2proto-check.bash %%DATADIR%%/utils/prototype.tls-protocol-checker.bash +%%DATADIR%%/utils/resume.sh +%%DATADIR%%/utils/ticketbleed.bash +%%DATADIR%%/utils/update_client_sim_data.pl +%%DATADIR%%/utils/wireshark2ciphers.pl diff --git a/sysutils/debhelper/Makefile b/sysutils/debhelper/Makefile index 99d685c2f18..03814f1ef84 100644 --- a/sysutils/debhelper/Makefile +++ b/sysutils/debhelper/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= debhelper -PORTVERSION= 10.8 +PORTVERSION= 10.9 CATEGORIES= sysutils MASTER_SITES= DEBIAN DISTNAME= ${PORTNAME}_${PORTVERSION} diff --git a/sysutils/debhelper/distinfo b/sysutils/debhelper/distinfo index e239ff481f4..6404f039264 100644 --- a/sysutils/debhelper/distinfo +++ b/sysutils/debhelper/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1505127774 -SHA256 (debhelper_10.8.tar.xz) = 15fd4ffa30657cffab6cd7a3aeff2429a64e9c80745e96ecdedc1360f1501ab2 -SIZE (debhelper_10.8.tar.xz) = 418392 +TIMESTAMP = 1505917690 +SHA256 (debhelper_10.9.tar.xz) = 85905a4c7d36137e1d51df064c5177c76535b37fcd4b7d28c68622c877ddab41 +SIZE (debhelper_10.9.tar.xz) = 420736 diff --git a/sysutils/rubygem-tmuxinator/Makefile b/sysutils/rubygem-tmuxinator/Makefile index d51e3f08ad6..56fa8f5099c 100644 --- a/sysutils/rubygem-tmuxinator/Makefile +++ b/sysutils/rubygem-tmuxinator/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= tmuxinator -PORTVERSION= 0.9.0 +PORTVERSION= 0.10.0 CATEGORIES= sysutils ruby MASTER_SITES= RG @@ -13,6 +13,7 @@ LICENSE= MIT RUN_DEPENDS= rubygem-erubis>=2.6:www/rubygem-erubis \ rubygem-thor>=0.15.0:devel/rubygem-thor \ + rubygem-xdg>=2.2.3:devel/rubygem-xdg \ tmux:sysutils/tmux USES= gem @@ -22,7 +23,6 @@ NO_ARCH= yes post-install: @${MKDIR} ${STAGEDIR}${PREFIX}/etc/bash_completion.d ${INSTALL_DATA} ${WRKSRC}/completion/tmuxinator.bash ${STAGEDIR}${PREFIX}/etc/bash_completion.d/_tmuxinator.bash - @${MKDIR} ${STAGEDIR}${PREFIX}/share/zsh/site-functions ${INSTALL_DATA} ${WRKSRC}/completion/tmuxinator.zsh ${STAGEDIR}${PREFIX}/share/zsh/site-functions/_tmuxinator diff --git a/sysutils/rubygem-tmuxinator/distinfo b/sysutils/rubygem-tmuxinator/distinfo index 5df82510dcc..cc0187397b1 100644 --- a/sysutils/rubygem-tmuxinator/distinfo +++ b/sysutils/rubygem-tmuxinator/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1484494688 -SHA256 (rubygem/tmuxinator-0.9.0.gem) = e312a4738a9f3db3055f0c18e83d2d8748ef2238e3241b6c94762a1bdccee88e -SIZE (rubygem/tmuxinator-0.9.0.gem) = 24064 +TIMESTAMP = 1505917741 +SHA256 (rubygem/tmuxinator-0.10.0.gem) = 8e62daed24ba560b2c698996691eb396672dc39c69f98cb853ecda894bc037a5 +SIZE (rubygem/tmuxinator-0.10.0.gem) = 28160 diff --git a/sysutils/rubygem-winrm-fs/Makefile b/sysutils/rubygem-winrm-fs/Makefile index 315fdabe0ff..5d1b62c3f67 100644 --- a/sysutils/rubygem-winrm-fs/Makefile +++ b/sysutils/rubygem-winrm-fs/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= winrm-fs -PORTVERSION= 1.0.1 +PORTVERSION= 1.0.2 CATEGORIES= sysutils rubygems MASTER_SITES= RG diff --git a/sysutils/rubygem-winrm-fs/distinfo b/sysutils/rubygem-winrm-fs/distinfo index b39ada4987b..4b9d612a2f5 100644 --- a/sysutils/rubygem-winrm-fs/distinfo +++ b/sysutils/rubygem-winrm-fs/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1490634019 -SHA256 (rubygem/winrm-fs-1.0.1.gem) = 481eeabe50cb41c3aab1a7d055c1c821a448fe45787a2060a6799e2261d933dd -SIZE (rubygem/winrm-fs-1.0.1.gem) = 26624 +TIMESTAMP = 1505917748 +SHA256 (rubygem/winrm-fs-1.0.2.gem) = b5057fd7ffb3354c186a6649019d7bdadff87a647b45ebbd8fd73a0efc7b65c5 +SIZE (rubygem/winrm-fs-1.0.2.gem) = 26624 diff --git a/textproc/rubygem-autoprefixer-rails/Makefile b/textproc/rubygem-autoprefixer-rails/Makefile index 174b52fb3dd..d1e443e3df9 100644 --- a/textproc/rubygem-autoprefixer-rails/Makefile +++ b/textproc/rubygem-autoprefixer-rails/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= autoprefixer-rails -PORTVERSION= 7.1.2.6 +PORTVERSION= 7.1.4 CATEGORIES= textproc ruby MASTER_SITES= RG diff --git a/textproc/rubygem-autoprefixer-rails/distinfo b/textproc/rubygem-autoprefixer-rails/distinfo index 11c52626d85..aab16edb212 100644 --- a/textproc/rubygem-autoprefixer-rails/distinfo +++ b/textproc/rubygem-autoprefixer-rails/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1502888726 -SHA256 (rubygem/autoprefixer-rails-7.1.2.6.gem) = 359fd6e7b206d5c13cd2a41f0a5b031d3bb1c3c9677b312a185a18becea3c8f1 -SIZE (rubygem/autoprefixer-rails-7.1.2.6.gem) = 199168 +TIMESTAMP = 1505920153 +SHA256 (rubygem/autoprefixer-rails-7.1.4.gem) = ebeb336e645b6a950898a50f289b39e4c190f0e1cf236d6af0a31f1a5a4eecf0 +SIZE (rubygem/autoprefixer-rails-7.1.4.gem) = 188416 diff --git a/textproc/rubygem-nokogiri/Makefile b/textproc/rubygem-nokogiri/Makefile index bc16332cbd2..857db77b42f 100644 --- a/textproc/rubygem-nokogiri/Makefile +++ b/textproc/rubygem-nokogiri/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= nokogiri -PORTVERSION= 1.8.0 -PORTREVISION= 1 +PORTVERSION= 1.8.1 CATEGORIES= textproc rubygems MASTER_SITES= RG diff --git a/textproc/rubygem-nokogiri/distinfo b/textproc/rubygem-nokogiri/distinfo index 8a8876b78b7..f34a9491566 100644 --- a/textproc/rubygem-nokogiri/distinfo +++ b/textproc/rubygem-nokogiri/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1496638193 -SHA256 (rubygem/nokogiri-1.8.0.gem) = d6e693278e3c26f828339705e14a149de5ac824771e59c6cd9e6c91ebad7ced9 -SIZE (rubygem/nokogiri-1.8.0.gem) = 9171456 +TIMESTAMP = 1505918025 +SHA256 (rubygem/nokogiri-1.8.1.gem) = 4180dd5dfe8ba5479db7c3030012cd79da9b958eea472195f3daa23cbf80bd80 +SIZE (rubygem/nokogiri-1.8.1.gem) = 9274368 diff --git a/textproc/rubygem-nokogiri/files/patch-ext_nokogiri_extconf.rb b/textproc/rubygem-nokogiri/files/patch-ext_nokogiri_extconf.rb index 67b749edc85..c5fa64d2780 100644 --- a/textproc/rubygem-nokogiri/files/patch-ext_nokogiri_extconf.rb +++ b/textproc/rubygem-nokogiri/files/patch-ext_nokogiri_extconf.rb @@ -1,19 +1,9 @@ ---- ext/nokogiri/extconf.rb.orig 2017-07-04 01:54:01.043919000 +0000 -+++ ext/nokogiri/extconf.rb 2017-07-04 01:54:59.447166000 +0000 -@@ -116,7 +116,7 @@ - - begin - require 'rubygems' -- gem 'pkg-config', (gem_ver='~> 1.1.7') -+ gem 'pkg-config', (gem_ver='~> 1.1') - require 'pkg-config' and message("Using pkg-config gem version #{PKGConfig::VERSION}\n") - rescue LoadError - message "pkg-config could not be used to find #{pkg}\nPlease install either `pkg-config` or the pkg-config gem per\n\n gem install pkg-config -v #{gem_ver.inspect}\n\n" -@@ -657,6 +657,43 @@ - have_func('xmlRelaxNGSetValidStructuredErrors') +--- ext/nokogiri/extconf.rb.orig 2017-09-20 14:58:44 UTC ++++ ext/nokogiri/extconf.rb +@@ -658,6 +658,43 @@ have_func('xmlRelaxNGSetValidStructuredE have_func('xmlSchemaSetValidStructuredErrors') have_func('xmlSchemaSetParserStructuredErrors') -+ + +$INSTALLFILES = [ + ['html_document.h', '$(archdir)'], + ['html_element_description.h', '$(archdir)'], @@ -50,6 +40,7 @@ + ['xml_xpath_context.h', '$(archdir)'], + ['xslt_stylesheet.h', '$(archdir)'], +] - ++ create_makefile('nokogiri/nokogiri') + if enable_config('clean', true) diff --git a/textproc/rubygem-nokogiri/files/patch-gemspec b/textproc/rubygem-nokogiri/files/patch-gemspec index 48be7443053..1339c204fbd 100644 --- a/textproc/rubygem-nokogiri/files/patch-gemspec +++ b/textproc/rubygem-nokogiri/files/patch-gemspec @@ -1,10 +1,10 @@ ---- nokogiri.gemspec.orig 2017-06-05 04:54:12 UTC +--- nokogiri.gemspec.orig 2017-09-20 14:58:45 UTC +++ nokogiri.gemspec @@ -27,7 +27,6 @@ Gem::Specification.new do |s| s.specification_version = 4 if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then -- s.add_runtime_dependency(%q.freeze, ["~> 2.2.0"]) - s.add_development_dependency(%q.freeze, ["~> 1.2.0"]) - s.add_development_dependency(%q.freeze, ["~> 1.3.0"]) - s.add_development_dependency(%q.freeze, ["~> 1.0.0"]) +- s.add_runtime_dependency(%q.freeze, ["~> 2.3.0"]) + s.add_development_dependency(%q.freeze, ["~> 1.2"]) + s.add_development_dependency(%q.freeze, ["~> 1.4"]) + s.add_development_dependency(%q.freeze, ["~> 1.0"]) diff --git a/textproc/rubygem-ox/Makefile b/textproc/rubygem-ox/Makefile index 5a75801cba2..caa1ea02e87 100644 --- a/textproc/rubygem-ox/Makefile +++ b/textproc/rubygem-ox/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= ox -PORTVERSION= 2.6.0 +PORTVERSION= 2.7.0 CATEGORIES= textproc rubygems MASTER_SITES= RG @@ -10,6 +10,8 @@ COMMENT= Speed-optimized XML parser and object serializer for Ruby LICENSE= MIT +LIB_DEPENDS= libunwind.so:devel/libunwind + USES= gem USE_RUBY= yes diff --git a/textproc/rubygem-ox/distinfo b/textproc/rubygem-ox/distinfo index d747a227dfb..cf0e2fdc211 100644 --- a/textproc/rubygem-ox/distinfo +++ b/textproc/rubygem-ox/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1502462093 -SHA256 (rubygem/ox-2.6.0.gem) = 03d11e927a96fb84083d81390e6dd939b48891ab1c49f95d4b270a189630b33a -SIZE (rubygem/ox-2.6.0.gem) = 78336 +TIMESTAMP = 1505906766 +SHA256 (rubygem/ox-2.7.0.gem) = 7b97bc5dd51d570ad706929f4796d629ddae3157ede7a68f39424c6a874af788 +SIZE (rubygem/ox-2.7.0.gem) = 79872 diff --git a/textproc/scss/Makefile b/textproc/scss/Makefile index 5ddc53ef978..31cf6bd0e4a 100644 --- a/textproc/scss/Makefile +++ b/textproc/scss/Makefile @@ -11,21 +11,23 @@ MASTER_SITES= SAVANNAH \ MAINTAINER= cs@FreeBSD.org COMMENT= Scheme module for W3C Cascading Stylesheets recommendation -LICENSE= GPLv3 +LICENSE= GPLv3+ +LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= guile:lang/guile NO_BUILD= yes +NO_ARCH= yes -FILES= lexer.scm parser.scm scss.scm properties.scm \ - interface/sdom.scm common.scm -INFO= scss +FILES= lexer.scm parser.scm scss.scm properties.scm \ + interface/sdom.scm common.scm +INFO= scss do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/share/guile/scss .for f in ${FILES} - @${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${PREFIX}/share/guile/scss + ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${PREFIX}/share/guile/scss .endfor - @${INSTALL_DATA} ${WRKSRC}/scss.info ${STAGEDIR}${PREFIX}/info + ${INSTALL_DATA} ${WRKSRC}/scss.info ${STAGEDIR}${PREFIX}/info .include diff --git a/www/fancybox/Makefile b/www/fancybox/Makefile index 3887da82ac9..d2998864da5 100644 --- a/www/fancybox/Makefile +++ b/www/fancybox/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= fancybox -PORTVERSION= 3.1.20 +PORTVERSION= 3.1.25 DISTVERSIONPREFIX= v CATEGORIES= www diff --git a/www/fancybox/distinfo b/www/fancybox/distinfo index cbdbc06450c..14b5711ab88 100644 --- a/www/fancybox/distinfo +++ b/www/fancybox/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1497016768 -SHA256 (fancyapps-fancybox-v3.1.20_GH0.tar.gz) = 9d77a6cd4a1e8c15becdc15b4f967446e45ad2c8607a2094fe3185fcb6e220cc -SIZE (fancyapps-fancybox-v3.1.20_GH0.tar.gz) = 107294 +TIMESTAMP = 1505917695 +SHA256 (fancyapps-fancybox-v3.1.25_GH0.tar.gz) = 10bc3d6e66f53e3a96f5d22964d8e623abb7bbb6fd37bf551cb832b171d4b4c5 +SIZE (fancyapps-fancybox-v3.1.25_GH0.tar.gz) = 108018 diff --git a/www/py-flexget/Makefile b/www/py-flexget/Makefile index a111744a8fe..e867df84d31 100644 --- a/www/py-flexget/Makefile +++ b/www/py-flexget/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= flexget -PORTVERSION= 2.10.88 +PORTVERSION= 2.10.93 PORTEPOCH= 1 CATEGORIES= www python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/www/py-flexget/distinfo b/www/py-flexget/distinfo index a9fd6df1c7d..c6abbc5567b 100644 --- a/www/py-flexget/distinfo +++ b/www/py-flexget/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1505096029 -SHA256 (flexget-Flexget-2.10.88_GH0.tar.gz) = 2fc29efd04a42c4a317827ae569ecb150e036ee684aee64a297dcca36656d4e4 -SIZE (flexget-Flexget-2.10.88_GH0.tar.gz) = 6584182 +TIMESTAMP = 1505787221 +SHA256 (flexget-Flexget-2.10.93_GH0.tar.gz) = 15c5a0954a3f7a3c7371490c1fb2d33af098f03cee4b58986de6d5cba0ce4f2d +SIZE (flexget-Flexget-2.10.93_GH0.tar.gz) = 6587907 diff --git a/www/py-tvdb_api/Makefile b/www/py-tvdb_api/Makefile index d4da89c3b2f..ea6c39a228d 100644 --- a/www/py-tvdb_api/Makefile +++ b/www/py-tvdb_api/Makefile @@ -2,15 +2,16 @@ # $FreeBSD$ PORTNAME= tvdb_api -PORTVERSION= 1.10 +PORTVERSION= 2.0 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bofh@FreeBSD.org COMMENT= API interface to TheTVDB.com USES= python:2 USE_PYTHON= distutils autoplist +NO_ARCH= yes .include diff --git a/www/py-tvdb_api/distinfo b/www/py-tvdb_api/distinfo index a59bcc9a20d..5f5ff005af3 100644 --- a/www/py-tvdb_api/distinfo +++ b/www/py-tvdb_api/distinfo @@ -1,2 +1,3 @@ -SHA256 (tvdb_api-1.10.tar.gz) = 308e73a16fc79936f1bf5a91233cce6ba5395b3f908ac159068ce7b1fc410843 -SIZE (tvdb_api-1.10.tar.gz) = 34630 +TIMESTAMP = 1505908436 +SHA256 (tvdb_api-2.0.tar.gz) = b1de28a5100121d91b1f6a8ec7e86f2c4bdf48fb22fab3c6fe21e7fb7346bf8f +SIZE (tvdb_api-2.0.tar.gz) = 32751 diff --git a/www/rubygem-lograge-rails5/Makefile b/www/rubygem-lograge-rails5/Makefile index d6e030f3909..df13aa7b444 100644 --- a/www/rubygem-lograge-rails5/Makefile +++ b/www/rubygem-lograge-rails5/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= lograge -PORTVERSION= 0.6.0 +PORTVERSION= 0.7.1 CATEGORIES= www rubygems MASTER_SITES= RG PKGNAMESUFFIX= -rails5 @@ -16,8 +16,9 @@ RUN_DEPENDS= rubygem-activesupport5>=4:devel/rubygem-activesupport5 \ rubygem-railties5>=4:www/rubygem-railties5 \ rubygem-request_store>=1.0:devel/rubygem-request_store -NO_ARCH= yes -USE_RUBY= yes USES= gem +USE_RUBY= yes + +NO_ARCH= yes .include diff --git a/www/rubygem-lograge-rails5/distinfo b/www/rubygem-lograge-rails5/distinfo index a090c3d3d0d..21787dc6fbf 100644 --- a/www/rubygem-lograge-rails5/distinfo +++ b/www/rubygem-lograge-rails5/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1501960840 -SHA256 (rubygem/lograge-0.6.0.gem) = 7846633dc5e76b6eabdac1690f84d6fe9ec0bf5e46320bceb79bb6f47f99bb7d -SIZE (rubygem/lograge-0.6.0.gem) = 8704 +TIMESTAMP = 1505907766 +SHA256 (rubygem/lograge-0.7.1.gem) = e92691fac6c3582f0cd307e2d33264e530f6d77aa92f185110420569ffb43336 +SIZE (rubygem/lograge-0.7.1.gem) = 8704 diff --git a/www/rubygem-lograge-rails50/Makefile b/www/rubygem-lograge-rails50/Makefile index 46ccc4f8075..e8eac861dc9 100644 --- a/www/rubygem-lograge-rails50/Makefile +++ b/www/rubygem-lograge-rails50/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= lograge -PORTVERSION= 0.6.0 +PORTVERSION= 0.7.1 CATEGORIES= www rubygems MASTER_SITES= RG PKGNAMESUFFIX= -rails50 @@ -16,8 +16,9 @@ RUN_DEPENDS= rubygem-activesupport50>=4:devel/rubygem-activesupport50 \ rubygem-railties50>=4:www/rubygem-railties50 \ rubygem-request_store>=1.0:devel/rubygem-request_store -NO_ARCH= yes -USE_RUBY= yes USES= gem +USE_RUBY= yes + +NO_ARCH= yes .include diff --git a/www/rubygem-lograge-rails50/distinfo b/www/rubygem-lograge-rails50/distinfo index 5601323399e..7cbcbbecbec 100644 --- a/www/rubygem-lograge-rails50/distinfo +++ b/www/rubygem-lograge-rails50/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1501960846 -SHA256 (rubygem/lograge-0.6.0.gem) = 7846633dc5e76b6eabdac1690f84d6fe9ec0bf5e46320bceb79bb6f47f99bb7d -SIZE (rubygem/lograge-0.6.0.gem) = 8704 +TIMESTAMP = 1505907980 +SHA256 (rubygem/lograge-0.7.1.gem) = e92691fac6c3582f0cd307e2d33264e530f6d77aa92f185110420569ffb43336 +SIZE (rubygem/lograge-0.7.1.gem) = 8704 diff --git a/www/rubygem-lograge/Makefile b/www/rubygem-lograge/Makefile index 122d0cfe58f..4e9af174174 100644 --- a/www/rubygem-lograge/Makefile +++ b/www/rubygem-lograge/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= lograge -PORTVERSION= 0.6.0 +PORTVERSION= 0.7.1 CATEGORIES= www rubygems MASTER_SITES= RG @@ -15,8 +15,9 @@ RUN_DEPENDS= rubygem-actionpack4>=4:www/rubygem-actionpack4 \ rubygem-railties4>=4:www/rubygem-railties4 \ rubygem-request_store>=1.0:devel/rubygem-request_store -NO_ARCH= yes -USE_RUBY= yes USES= gem +USE_RUBY= yes + +NO_ARCH= yes .include diff --git a/www/rubygem-lograge/distinfo b/www/rubygem-lograge/distinfo index 6d933e7856c..fb97bfff4d9 100644 --- a/www/rubygem-lograge/distinfo +++ b/www/rubygem-lograge/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1501960834 -SHA256 (rubygem/lograge-0.6.0.gem) = 7846633dc5e76b6eabdac1690f84d6fe9ec0bf5e46320bceb79bb6f47f99bb7d -SIZE (rubygem/lograge-0.6.0.gem) = 8704 +TIMESTAMP = 1505907954 +SHA256 (rubygem/lograge-0.7.1.gem) = e92691fac6c3582f0cd307e2d33264e530f6d77aa92f185110420569ffb43336 +SIZE (rubygem/lograge-0.7.1.gem) = 8704 diff --git a/www/typo3-7/Makefile b/www/typo3-7/Makefile index 394385995b7..f02399f1685 100644 --- a/www/typo3-7/Makefile +++ b/www/typo3-7/Makefile @@ -11,7 +11,7 @@ MAINTAINER= freebsd-ports@charlieroot.de COMMENT= Typo3 content management system LICENSE= GPLv2 -LICENSE_FILE= ${WRKDIR}/${TYPO3SRC}/LICENSE.txt +LICENSE_FILE= ${WRKSRC}/LICENSE.txt PORTSCOUT= limit:^${PORT_V_MAJOR}\.${PORT_V_MINOR}\. @@ -24,7 +24,7 @@ WRKSRC= ${WRKDIR}/${TYPO3SRC} PORT_V_MAJOR= 7 PORT_V_MINOR= 6 -PORT_V_PATCH= 22 +PORT_V_PATCH= 23 TYPO3WWW= www TYPO3SRC= ${PORTNAME}_src-${PORTVERSION} diff --git a/www/typo3-7/distinfo b/www/typo3-7/distinfo index 04f5f979a6a..84fc281cf26 100644 --- a/www/typo3-7/distinfo +++ b/www/typo3-7/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1504626319 -SHA256 (typo3_src-7.6.22.tar.gz) = b9b9332cdfd7a51c815aa7c58f606b446bb1653d0e851a57e2c5f693aa87b4a8 -SIZE (typo3_src-7.6.22.tar.gz) = 20492957 +TIMESTAMP = 1505916473 +SHA256 (typo3_src-7.6.23.tar.gz) = 17cc48e7bee97b09f686001e0422beef734c745bb89831f08b07b8743e002fc9 +SIZE (typo3_src-7.6.23.tar.gz) = 20494643 diff --git a/www/typo3-8/Makefile b/www/typo3-8/Makefile index d7281a0aa2a..bc3d0583b7a 100644 --- a/www/typo3-8/Makefile +++ b/www/typo3-8/Makefile @@ -26,7 +26,7 @@ WRKSRC= ${WRKDIR}/${TYPO3SRC} PORT_V_MAJOR= 8 PORT_V_MINOR= 7 -PORT_V_PATCH= 6 +PORT_V_PATCH= 7 TYPO3WWW= www TYPO3SRC= ${PORTNAME}_src-${PORTVERSION} diff --git a/www/typo3-8/distinfo b/www/typo3-8/distinfo index 36b684bd6f4..d31cbb5f8e7 100644 --- a/www/typo3-8/distinfo +++ b/www/typo3-8/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1505310566 -SHA256 (typo3_src-8.7.6.tar.gz) = fd6aa98c5e35a38174f7bb9f3e09c6212c393ede7cab72344e682ba1fea5a545 -SIZE (typo3_src-8.7.6.tar.gz) = 18453545 +TIMESTAMP = 1505916570 +SHA256 (typo3_src-8.7.7.tar.gz) = cc9d25caac24858356e4a0fa43391f7801734dc2a70a0e9728c69a650e008095 +SIZE (typo3_src-8.7.7.tar.gz) = 18454263 diff --git a/x11/lumina-core/Makefile b/x11/lumina-core/Makefile index c6a630e6d2c..fdc963e7b5b 100644 --- a/x11/lumina-core/Makefile +++ b/x11/lumina-core/Makefile @@ -3,7 +3,8 @@ PORTNAME= lumina-core DISTVERSIONPREFIX= v -DISTVERSION= 1.3.0-p1 +DISTVERSION= 1.3.0 +DISTVERSIONSUFFIX= -p1 CATEGORIES= x11 MAINTAINER= kmoore@FreeBSD.org diff --git a/x11/lumina-coreutils/Makefile b/x11/lumina-coreutils/Makefile index 2da269e2d13..f1888f21ba9 100644 --- a/x11/lumina-coreutils/Makefile +++ b/x11/lumina-coreutils/Makefile @@ -3,7 +3,8 @@ PORTNAME= lumina-coreutils DISTVERSIONPREFIX= v -DISTVERSION= 1.3.0-p1 +DISTVERSION= 1.3.0 +DISTVERSIONSUFFIX= -p1 CATEGORIES= x11 MAINTAINER= kmoore@FreeBSD.org