From f389ba1e960450f5c8759ae53021313212b95bae Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Fri, 19 Jul 2019 00:45:58 +0200 Subject: [PATCH] */*: sync with upstream Taken from: HardenedBSD --- audio/Makefile | 1 + audio/libmpdclient/Makefile | 4 +- audio/midipp/Makefile | 3 +- audio/midipp/distinfo | 6 +-- audio/qaudiosonar/Makefile | 26 ++++++++++++ audio/qaudiosonar/distinfo | 3 ++ audio/qaudiosonar/pkg-descr | 5 +++ audio/sndio/Makefile | 13 +++--- audio/sndio/distinfo | 6 +-- audio/virtual_oss_ctl/Makefile | 7 +++- audio/virtual_oss_ctl/pkg-plist | 3 -- databases/Makefile | 1 - databases/pecl-redis/Makefile | 8 ++-- databases/pecl-redis/distinfo | 6 +-- databases/pecl-redis3/Makefile | 25 ----------- databases/pecl-redis3/distinfo | 3 -- databases/pecl-redis3/pkg-descr | 5 --- databases/py-queries/Makefile | 5 +-- databases/py-queries/distinfo | 6 +-- devel/py-arrow/Makefile | 4 +- devel/py-arrow/distinfo | 6 +-- devel/py-backports_abc/Makefile | 2 +- devel/py-orderedmultidict/Makefile | 2 +- devel/py-orderedmultidict/distinfo | 6 +-- devel/re2/Makefile | 2 +- devel/re2/distinfo | 6 +-- devel/rubygem-cucumber-core/Makefile | 1 + .../rubygem-cucumber-core/files/patch-gemspec | 8 ++-- devel/rubygem-cucumber-messages/Makefile | 2 +- devel/rubygem-cucumber-messages/distinfo | 6 +-- .../rubygem-cucumber-tag_expressions/Makefile | 2 +- .../rubygem-cucumber-tag_expressions/distinfo | 6 +-- devel/rubygem-ddtrace/Makefile | 2 +- devel/rubygem-ddtrace/distinfo | 6 +-- devel/rubygem-fugit/Makefile | 2 +- devel/rubygem-fugit/distinfo | 6 +-- devel/rubygem-google-api-client/Makefile | 2 +- devel/rubygem-google-api-client/distinfo | 6 +-- devel/rubygem-hashdiff/Makefile | 2 +- devel/rubygem-hashdiff/distinfo | 6 +-- devel/rubygem-oj/Makefile | 2 +- devel/rubygem-oj/distinfo | 6 +-- devel/rubygem-tins/Makefile | 2 +- devel/rubygem-tins/distinfo | 6 +-- editors/jupp/Makefile | 2 +- emulators/qemu-sbruno/Makefile | 5 +-- emulators/qemu-sbruno/distinfo | 10 ++--- korean/ibus-hangul/Makefile | 17 ++++++-- korean/ibus-hangul/files/patch-setup_main.py | 10 +++++ korean/ibus-hangul/pkg-message | 4 -- korean/ibus-hangul/pkg-plist | 24 +++++++---- korean/libhangul/Makefile | 5 ++- .../files/patch-hangul__hangulctype.c | 6 +-- math/dbcsr/Makefile | 3 +- net/rubygem-fog-aws/Makefile | 2 +- net/rubygem-fog-aws/distinfo | 6 +-- net/rubygem-fog-vsphere/Makefile | 2 +- net/rubygem-fog-vsphere/distinfo | 6 +-- net/wireshark/Makefile | 2 +- net/wireshark/distinfo | 6 +-- net/wireshark/pkg-plist | 6 +-- security/courier-authlib/Makefile | 1 + security/pam-mysql/Makefile | 2 +- security/please/Makefile | 2 +- security/sshguard/Makefile | 1 + security/sshguard/files/patch-src-sshguard.in | 8 ---- security/sshguard/files/sshguard.in | 41 ++++++++----------- textproc/p5-HTML-Packer/Makefile | 2 +- textproc/p5-HTML-Packer/distinfo | 6 +-- textproc/sphinxsearch/Makefile | 2 + textproc/uncle/Makefile | 2 +- www/py-pelican/Makefile | 2 +- www/py-pelican/distinfo | 6 +-- www/py-tornado/Makefile | 2 +- www/py-tornado4/Makefile | 2 +- www/py-tornado6/Makefile | 4 +- www/py-tornado6/distinfo | 6 +-- 77 files changed, 229 insertions(+), 213 deletions(-) create mode 100644 audio/qaudiosonar/Makefile create mode 100644 audio/qaudiosonar/distinfo create mode 100644 audio/qaudiosonar/pkg-descr delete mode 100644 audio/virtual_oss_ctl/pkg-plist delete mode 100644 databases/pecl-redis3/Makefile delete mode 100644 databases/pecl-redis3/distinfo delete mode 100644 databases/pecl-redis3/pkg-descr create mode 100644 korean/ibus-hangul/files/patch-setup_main.py delete mode 100644 security/sshguard/files/patch-src-sshguard.in diff --git a/audio/Makefile b/audio/Makefile index e2ec07a3a55..b25f6b31033 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -700,6 +700,7 @@ SUBDIR += py-webrtcvad SUBDIR += py-xmms2 SUBDIR += pytone + SUBDIR += qaudiosonar SUBDIR += qjackctl SUBDIR += qmidiarp SUBDIR += qmidictl diff --git a/audio/libmpdclient/Makefile b/audio/libmpdclient/Makefile index de620b184df..01b2e8f85ef 100644 --- a/audio/libmpdclient/Makefile +++ b/audio/libmpdclient/Makefile @@ -5,9 +5,9 @@ PORTNAME= libmpdclient PORTVERSION= 2.16 PORTREVISION= 1 CATEGORIES= audio -MASTER_SITES= http://www.musicpd.org/download/libmpdclient/2/ +MASTER_SITES= https://www.musicpd.org/download/libmpdclient/2/ -MAINTAINER= gblach@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= API library for interfacing MPD LICENSE= BSD3CLAUSE diff --git a/audio/midipp/Makefile b/audio/midipp/Makefile index 009dfa6967e..56334ff5708 100644 --- a/audio/midipp/Makefile +++ b/audio/midipp/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= midipp -PORTVERSION= 2.0.1 -PORTREVISION= 2 +PORTVERSION= 2.0.2 CATEGORIES= audio MASTER_SITES= http://www.selasky.org/hans_petter/distfiles/ \ http://home.selasky.org/distfiles/ diff --git a/audio/midipp/distinfo b/audio/midipp/distinfo index 2eae921dc48..56d9bab444c 100644 --- a/audio/midipp/distinfo +++ b/audio/midipp/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1555856234 -SHA256 (midipp-2.0.1.tar.bz2) = 0d0b8ff5d799affbe84ac50ad171723312928844656b21bf2d09f9db4cf90793 -SIZE (midipp-2.0.1.tar.bz2) = 119164 +TIMESTAMP = 1563298956 +SHA256 (midipp-2.0.2.tar.bz2) = abab1ff8e2cfc173f168d5b524cfa69fba6f940fd62ef518a0ffe9b491dc8875 +SIZE (midipp-2.0.2.tar.bz2) = 119302 diff --git a/audio/qaudiosonar/Makefile b/audio/qaudiosonar/Makefile new file mode 100644 index 00000000000..18676be4289 --- /dev/null +++ b/audio/qaudiosonar/Makefile @@ -0,0 +1,26 @@ +# Created by: Hans Petter Selasky +# $FreeBSD$ + +PORTNAME= qaudiosonar +PORTVERSION= 1.6.0 +CATEGORIES= audio +MASTER_SITES= http://www.selasky.org/hans_petter/distfiles/ \ + http://home.selasky.org/distfiles/ + +MAINTAINER= hselasky@FreeBSD.org +COMMENT= Quick Audio Sonar + +LICENSE= BSD2CLAUSE + +LIB_DEPENDS= libportaudio.so:audio/portaudio + +USES= compiler:c++11-lang gl qmake qt:5 tar:bzip2 +USE_GL= gl +USE_QT= buildtools_build core gui widgets + +PLIST_FILES= \ + bin/qaudiosonar \ + share/pixmaps/qaudiosonar.png \ + share/applications/qaudiosonar.desktop + +.include diff --git a/audio/qaudiosonar/distinfo b/audio/qaudiosonar/distinfo new file mode 100644 index 00000000000..3c2775273f5 --- /dev/null +++ b/audio/qaudiosonar/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1563298125 +SHA256 (qaudiosonar-1.6.0.tar.bz2) = 24fdde7fbe8dc71d62c8cc34145e4e7e3403c2c52854dbac669b15f019264404 +SIZE (qaudiosonar-1.6.0.tar.bz2) = 57829 diff --git a/audio/qaudiosonar/pkg-descr b/audio/qaudiosonar/pkg-descr new file mode 100644 index 00000000000..fadf8e4e668 --- /dev/null +++ b/audio/qaudiosonar/pkg-descr @@ -0,0 +1,5 @@ +Quick Audio Sonar + +Advanced audio analysis tool. + +WWW: http://www.selasky.org/hans_petter/qaudiosonar diff --git a/audio/sndio/Makefile b/audio/sndio/Makefile index 3180302a95f..ed561b08525 100644 --- a/audio/sndio/Makefile +++ b/audio/sndio/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= sndio -PORTVERSION= 1.5.0 +PORTVERSION= 1.6.0 CATEGORIES= audio MASTER_SITES= http://www.sndio.org/ @@ -11,19 +11,20 @@ COMMENT= Small audio and MIDI framework from the OpenBSD project LICENSE= ISCL -HAS_CONFIGURE= yes -CONFIGURE_ARGS= --prefix=${PREFIX} --mandir=${PREFIX}/man - USE_LDCONFIG= yes USE_RC_SUBR= sndiod -USERS= _sndio -GROUPS= _sndio +HAS_CONFIGURE= yes +CONFIGURE_ARGS= --mandir=${PREFIX}/man \ + --prefix=${PREFIX} # Parallel build leads to problems, but sndio is very quick to compile # as is so not worth fixing MAKE_JOBS_UNSAFE= yes +USERS= _sndio +GROUPS= _sndio + post-patch: # Make sure sndiod can be started inside jails as root @${REINPLACE_CMD} 's|err(1, "setpriority")|warn("setpriority")|' \ diff --git a/audio/sndio/distinfo b/audio/sndio/distinfo index 0bf4af6bf01..28eb9d868aa 100644 --- a/audio/sndio/distinfo +++ b/audio/sndio/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1533063551 -SHA256 (sndio-1.5.0.tar.gz) = 12c70044749ad9cb7eaeb26c936816aa6b314fe4be71ef479d12272e4c5ad253 -SIZE (sndio-1.5.0.tar.gz) = 125661 +TIMESTAMP = 1563479949 +SHA256 (sndio-1.6.0.tar.gz) = 99e0064ac11aceab24c73ed4630a31de401ff2f37689565b7b375682476f5bc1 +SIZE (sndio-1.6.0.tar.gz) = 125898 diff --git a/audio/virtual_oss_ctl/Makefile b/audio/virtual_oss_ctl/Makefile index d899fd23781..d88eed10dc9 100644 --- a/audio/virtual_oss_ctl/Makefile +++ b/audio/virtual_oss_ctl/Makefile @@ -8,7 +8,7 @@ MASTER_SITES= http://www.selasky.org/hans_petter/distfiles/ \ http://home.selasky.org/distfiles/ MAINTAINER= hselasky@FreeBSD.org -COMMENT= Grapical control panel for the virtual OSS daemon +COMMENT= Graphical control panel for the virtual OSS daemon LICENSE= BSD2CLAUSE @@ -19,4 +19,9 @@ USES= compiler:c++11-lang gl qmake qt:5 tar:bzip2 USE_GL= gl USE_QT= buildtools_build core gui widgets +PLIST_FILES= \ + bin/virtual_oss_ctl \ + share/pixmaps/virtual_oss_ctl.png \ + share/applications/virtual_oss_ctl.desktop + .include diff --git a/audio/virtual_oss_ctl/pkg-plist b/audio/virtual_oss_ctl/pkg-plist deleted file mode 100644 index 2b6615e16c1..00000000000 --- a/audio/virtual_oss_ctl/pkg-plist +++ /dev/null @@ -1,3 +0,0 @@ -bin/virtual_oss_ctl -share/pixmaps/virtual_oss_ctl.png -share/applications/virtual_oss_ctl.desktop diff --git a/databases/Makefile b/databases/Makefile index e9e5dc55d37..6b10e5d6924 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -561,7 +561,6 @@ SUBDIR += pecl-memcached SUBDIR += pecl-mongodb SUBDIR += pecl-redis - SUBDIR += pecl-redis3 SUBDIR += pecl-rrd SUBDIR += percona-pam-for-mysql SUBDIR += percona-toolkit diff --git a/databases/pecl-redis/Makefile b/databases/pecl-redis/Makefile index 42a10ee9ca6..e74469736e5 100644 --- a/databases/pecl-redis/Makefile +++ b/databases/pecl-redis/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= redis -PORTVERSION= 4.2.0 +PORTVERSION= 5.0.1 CATEGORIES= databases MAINTAINER= daniel@blodan.se @@ -11,14 +11,12 @@ LICENSE= PHP301 LICENSE_FILE= ${WRKSRC}/COPYING USES= php:pecl -USE_PHP= session:build - -CONFLICTS_INSTALL= pecl-redis3 +USE_PHP= hash:build json:build session:build OPTIONS_DEFINE= IGBINARY IGBINARY_DESC= Build with Igbinary serializer IGBINARY_CONFIGURE_ENABLE= redis-igbinary -IGBINARY_USE= php=igbinary:build +IGBINARY_USE= PHP=igbinary:build .include diff --git a/databases/pecl-redis/distinfo b/databases/pecl-redis/distinfo index 7d18e3e8985..28bf0f55e6d 100644 --- a/databases/pecl-redis/distinfo +++ b/databases/pecl-redis/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1545561447 -SHA256 (PECL/redis-4.2.0.tgz) = 7655d88addda89814ad2131e093662e1d88a8c010a34d83ece5b9ff45d16b380 -SIZE (PECL/redis-4.2.0.tgz) = 235569 +TIMESTAMP = 1562938907 +SHA256 (PECL/redis-5.0.1.tgz) = 6921d6461629e323822bacc91a0906b903cb61f12877a2ee320dd28ddca3c65f +SIZE (PECL/redis-5.0.1.tgz) = 243524 diff --git a/databases/pecl-redis3/Makefile b/databases/pecl-redis3/Makefile deleted file mode 100644 index 4a8217d7b08..00000000000 --- a/databases/pecl-redis3/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -# $FreeBSD$ - -PORTNAME= redis -PORTVERSION= 3.1.6 -CATEGORIES= databases -PKGNAMESUFFIX= 3 - -MAINTAINER= daniel@blodan.se -COMMENT= Extension to access Redis - -LICENSE= PHP301 -LICENSE_FILE= ${WRKSRC}/COPYING - -CONFLICTS_INSTALL= pecl-redis - -USES= php:pecl -USE_PHP= session:build - -OPTIONS_DEFINE= IGBINARY -IGBINARY_DESC= Build with Igbinary serializer - -IGBINARY_CONFIGURE_ENABLE= redis-igbinary -IGBINARY_USE= php=igbinary:build - -.include diff --git a/databases/pecl-redis3/distinfo b/databases/pecl-redis3/distinfo deleted file mode 100644 index 2571833fdb2..00000000000 --- a/databases/pecl-redis3/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1515603372 -SHA256 (PECL/redis-3.1.6.tgz) = b229274cdc14c22efc41fefa00db4dc5bb32a997d6811278662a043a76aa2600 -SIZE (PECL/redis-3.1.6.tgz) = 199920 diff --git a/databases/pecl-redis3/pkg-descr b/databases/pecl-redis3/pkg-descr deleted file mode 100644 index a23d5e2c08c..00000000000 --- a/databases/pecl-redis3/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -This extension provides an API for communicating with Redis database, -a persistent key-value database with built-in net interface written -in ANSI-C for Posix systems. - -WWW: https://pecl.php.net/package/redis diff --git a/databases/py-queries/Makefile b/databases/py-queries/Makefile index e5dff4ec327..2d615047a45 100644 --- a/databases/py-queries/Makefile +++ b/databases/py-queries/Makefile @@ -2,13 +2,12 @@ # $FreeBSD$ PORTNAME= queries -PORTVERSION= 2.0.0 -PORTREVISION= 1 +PORTVERSION= 2.0.1 CATEGORIES= databases python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= gblach@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Simplified PostgreSQL client built upon Psycopg2 LICENSE= BSD3CLAUSE diff --git a/databases/py-queries/distinfo b/databases/py-queries/distinfo index 1d0d07ef2db..bacae0b4f83 100644 --- a/databases/py-queries/distinfo +++ b/databases/py-queries/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1520013187 -SHA256 (queries-2.0.0.tar.gz) = 943d38a6eff002fe5413991e81622b99ef14189525dcf18e4894972ca23096cc -SIZE (queries-2.0.0.tar.gz) = 17931 +TIMESTAMP = 1563490073 +SHA256 (queries-2.0.1.tar.gz) = 248fbf932feded5bbe8834977abdc264757bb07fab5934fbbe8c542ab45e4552 +SIZE (queries-2.0.1.tar.gz) = 21409 diff --git a/devel/py-arrow/Makefile b/devel/py-arrow/Makefile index 777d036439a..8b2bf7fa31c 100644 --- a/devel/py-arrow/Makefile +++ b/devel/py-arrow/Makefile @@ -2,12 +2,12 @@ # $FreeBSD$ PORTNAME= arrow -PORTVERSION= 0.13.1 +PORTVERSION= 0.14.2 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= gblach@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Better dates and times for Python LICENSE= APACHE20 diff --git a/devel/py-arrow/distinfo b/devel/py-arrow/distinfo index df4693afef0..6a41d0f3773 100644 --- a/devel/py-arrow/distinfo +++ b/devel/py-arrow/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1551485500 -SHA256 (arrow-0.13.1.tar.gz) = 6f54d9f016c0b7811fac9fb8c2c7fa7421d80c54dbdd75ffb12913c55db60b8a -SIZE (arrow-0.13.1.tar.gz) = 148509 +TIMESTAMP = 1563488709 +SHA256 (arrow-0.14.2.tar.gz) = 41be7ea4c53c2cf57bf30f2d614f60c411160133f7a0a8c49111c30fb7e725b5 +SIZE (arrow-0.14.2.tar.gz) = 102667 diff --git a/devel/py-backports_abc/Makefile b/devel/py-backports_abc/Makefile index 8dedf12a826..618c21af25f 100644 --- a/devel/py-backports_abc/Makefile +++ b/devel/py-backports_abc/Makefile @@ -7,7 +7,7 @@ CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= gblach@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Backport of recent additions to the 'collections.abc' module LICENSE= PSFL diff --git a/devel/py-orderedmultidict/Makefile b/devel/py-orderedmultidict/Makefile index be1caa6d004..886f0904e23 100644 --- a/devel/py-orderedmultidict/Makefile +++ b/devel/py-orderedmultidict/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= orderedmultidict -PORTVERSION= 1.0 +PORTVERSION= 1.0.1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-orderedmultidict/distinfo b/devel/py-orderedmultidict/distinfo index f83aa7c695d..e07f898cf2b 100644 --- a/devel/py-orderedmultidict/distinfo +++ b/devel/py-orderedmultidict/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1546702506 -SHA256 (orderedmultidict-1.0.tar.gz) = b89895ba6438038d0bdf88020ceff876cf3eae0d5c66a69b526fab31125db2c5 -SIZE (orderedmultidict-1.0.tar.gz) = 19740 +TIMESTAMP = 1563472155 +SHA256 (orderedmultidict-1.0.1.tar.gz) = 04070bbb5e87291cc9bfa51df413677faf2141c73c61d2a5f7b26bea3cd882ad +SIZE (orderedmultidict-1.0.1.tar.gz) = 20706 diff --git a/devel/re2/Makefile b/devel/re2/Makefile index bf4eac554bd..59fcf6402b0 100644 --- a/devel/re2/Makefile +++ b/devel/re2/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= re2 -PORTVERSION= 20190601 +PORTVERSION= 20190701 CATEGORIES= devel MAINTAINER= sunpoet@FreeBSD.org diff --git a/devel/re2/distinfo b/devel/re2/distinfo index d2d25569e3b..55cf25b6c1a 100644 --- a/devel/re2/distinfo +++ b/devel/re2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1561386089 -SHA256 (google-re2-20190601-2019-06-01_GH0.tar.gz) = 02b7d73126bd18e9fbfe5d6375a8bb13fadaf8e99e48cbb062e4500fc18e8e2e -SIZE (google-re2-20190601-2019-06-01_GH0.tar.gz) = 392518 +TIMESTAMP = 1563472147 +SHA256 (google-re2-20190701-2019-07-01_GH0.tar.gz) = de6c3ee49b2cecdfd2936af18d6947db36726590e566b5915db3746784c55745 +SIZE (google-re2-20190701-2019-07-01_GH0.tar.gz) = 392439 diff --git a/devel/rubygem-cucumber-core/Makefile b/devel/rubygem-cucumber-core/Makefile index c644dd16966..39d5678ff57 100644 --- a/devel/rubygem-cucumber-core/Makefile +++ b/devel/rubygem-cucumber-core/Makefile @@ -3,6 +3,7 @@ PORTNAME= cucumber-core PORTVERSION= 3.2.1 +PORTREVISION= 1 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-cucumber-core/files/patch-gemspec b/devel/rubygem-cucumber-core/files/patch-gemspec index bdfa68cef13..114fed19f7d 100644 --- a/devel/rubygem-cucumber-core/files/patch-gemspec +++ b/devel/rubygem-cucumber-core/files/patch-gemspec @@ -1,10 +1,12 @@ ---- cucumber-core.gemspec.orig 2017-12-02 20:04:02 UTC +--- cucumber-core.gemspec.orig 2019-07-18 18:16:20 UTC +++ cucumber-core.gemspec -@@ -25,7 +25,6 @@ Gem::Specification.new do |s| +@@ -24,8 +24,7 @@ Gem::Specification.new do |s| + if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then s.add_runtime_dependency(%q.freeze, ["~> 5.0"]) - s.add_runtime_dependency(%q.freeze, ["~> 1.1.0"]) +- s.add_runtime_dependency(%q.freeze, ["~> 1.1.0"]) - s.add_runtime_dependency(%q.freeze, [">= 3.8.0"]) ++ s.add_runtime_dependency(%q.freeze, [">= 1.1.0"]) s.add_development_dependency(%q.freeze, ["~> 1.16.0"]) s.add_development_dependency(%q.freeze, [">= 0.9.2"]) s.add_development_dependency(%q.freeze, ["~> 3.6"]) diff --git a/devel/rubygem-cucumber-messages/Makefile b/devel/rubygem-cucumber-messages/Makefile index 60f09945af8..1c86ea2cf5c 100644 --- a/devel/rubygem-cucumber-messages/Makefile +++ b/devel/rubygem-cucumber-messages/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= cucumber-messages -PORTVERSION= 3.0.0 +PORTVERSION= 3.0.1 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-cucumber-messages/distinfo b/devel/rubygem-cucumber-messages/distinfo index fab6d05baec..8988a73550b 100644 --- a/devel/rubygem-cucumber-messages/distinfo +++ b/devel/rubygem-cucumber-messages/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1560090927 -SHA256 (rubygem/cucumber-messages-3.0.0.gem) = 46a9a64c9b0643ce917f02c3c05aff6dd79b5c2cd6d70434c507a34770c55be9 -SIZE (rubygem/cucumber-messages-3.0.0.gem) = 10240 +TIMESTAMP = 1563472157 +SHA256 (rubygem/cucumber-messages-3.0.1.gem) = b1cc8a1c9122991327bde93ed355d94f949959aa81c1b29aab8eb4fe62c7defe +SIZE (rubygem/cucumber-messages-3.0.1.gem) = 7168 diff --git a/devel/rubygem-cucumber-tag_expressions/Makefile b/devel/rubygem-cucumber-tag_expressions/Makefile index f59b4372b6c..c491e19d9ee 100644 --- a/devel/rubygem-cucumber-tag_expressions/Makefile +++ b/devel/rubygem-cucumber-tag_expressions/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= cucumber-tag_expressions -PORTVERSION= 1.1.1 +PORTVERSION= 2.0.2 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-cucumber-tag_expressions/distinfo b/devel/rubygem-cucumber-tag_expressions/distinfo index 03f81936c97..bc206fcaddd 100644 --- a/devel/rubygem-cucumber-tag_expressions/distinfo +++ b/devel/rubygem-cucumber-tag_expressions/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1512594376 -SHA256 (rubygem/cucumber-tag_expressions-1.1.1.gem) = 6c0f88abbb4947cd5e89364c89680120e397f276c7d0a0e5c740f3e5255d7533 -SIZE (rubygem/cucumber-tag_expressions-1.1.1.gem) = 7680 +TIMESTAMP = 1563472159 +SHA256 (rubygem/cucumber-tag_expressions-2.0.2.gem) = 3786c8afb516d548435c9ddde6c545990c8ef6ea263b8dbc78eddfa91c9c8042 +SIZE (rubygem/cucumber-tag_expressions-2.0.2.gem) = 8704 diff --git a/devel/rubygem-ddtrace/Makefile b/devel/rubygem-ddtrace/Makefile index d605f215029..f508d652bc1 100644 --- a/devel/rubygem-ddtrace/Makefile +++ b/devel/rubygem-ddtrace/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ddtrace -PORTVERSION= 0.25.0 +PORTVERSION= 0.25.1 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-ddtrace/distinfo b/devel/rubygem-ddtrace/distinfo index 84950778c3a..3b7b577f984 100644 --- a/devel/rubygem-ddtrace/distinfo +++ b/devel/rubygem-ddtrace/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1561722437 -SHA256 (rubygem/ddtrace-0.25.0.gem) = 2e912a7f04ac72e0fee3ef606673dd45392093af1f72503a178cdf7ade0c0d57 -SIZE (rubygem/ddtrace-0.25.0.gem) = 151552 +TIMESTAMP = 1563472161 +SHA256 (rubygem/ddtrace-0.25.1.gem) = e6578c7096b1d790d1761841250cef2530f2abe8f0606982060b20aefac36aff +SIZE (rubygem/ddtrace-0.25.1.gem) = 151552 diff --git a/devel/rubygem-fugit/Makefile b/devel/rubygem-fugit/Makefile index bfd5563d890..9400e4932a3 100644 --- a/devel/rubygem-fugit/Makefile +++ b/devel/rubygem-fugit/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= fugit -PORTVERSION= 1.2.2 +PORTVERSION= 1.2.3 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-fugit/distinfo b/devel/rubygem-fugit/distinfo index 6c605f8211d..548079b1dc4 100644 --- a/devel/rubygem-fugit/distinfo +++ b/devel/rubygem-fugit/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1561199712 -SHA256 (rubygem/fugit-1.2.2.gem) = f310d49b83bf1f99e0d7910b4658718a99fd5369b6143e93835c2a8fe0f28f5a -SIZE (rubygem/fugit-1.2.2.gem) = 20480 +TIMESTAMP = 1563472163 +SHA256 (rubygem/fugit-1.2.3.gem) = a0ba58211f4e69103531cc26d6d5c18f03a2d3989e7b8aa03d2d83f2181cb745 +SIZE (rubygem/fugit-1.2.3.gem) = 20992 diff --git a/devel/rubygem-google-api-client/Makefile b/devel/rubygem-google-api-client/Makefile index 0e3b4e7399f..349d2499796 100644 --- a/devel/rubygem-google-api-client/Makefile +++ b/devel/rubygem-google-api-client/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= google-api-client -PORTVERSION= 0.30.5 +PORTVERSION= 0.30.6 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-google-api-client/distinfo b/devel/rubygem-google-api-client/distinfo index 66204b1c46a..060b7a09eda 100644 --- a/devel/rubygem-google-api-client/distinfo +++ b/devel/rubygem-google-api-client/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1562608079 -SHA256 (rubygem/google-api-client-0.30.5.gem) = 40587a2119c4916d5a09bc76104ab727313f4f8631c71cccbd7fd99df1e2c5a3 -SIZE (rubygem/google-api-client-0.30.5.gem) = 5514752 +TIMESTAMP = 1563472167 +SHA256 (rubygem/google-api-client-0.30.6.gem) = 5ec924010375a724a7d2660000f3cc60987d3b20037ef1acc404473a4e63e4b3 +SIZE (rubygem/google-api-client-0.30.6.gem) = 5566464 diff --git a/devel/rubygem-hashdiff/Makefile b/devel/rubygem-hashdiff/Makefile index e03b84df748..74a51282473 100644 --- a/devel/rubygem-hashdiff/Makefile +++ b/devel/rubygem-hashdiff/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= hashdiff -PORTVERSION= 0.4.0 +PORTVERSION= 1.0.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-hashdiff/distinfo b/devel/rubygem-hashdiff/distinfo index 276ac16f356..f6f5ab639f4 100644 --- a/devel/rubygem-hashdiff/distinfo +++ b/devel/rubygem-hashdiff/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1559147100 -SHA256 (rubygem/hashdiff-0.4.0.gem) = 33b3c824238e0310beb020ccfe1e97730d434828ad990d6f9272d425cfee9cd9 -SIZE (rubygem/hashdiff-0.4.0.gem) = 19968 +TIMESTAMP = 1563472165 +SHA256 (rubygem/hashdiff-1.0.0.gem) = b38aaa4481afb345b87cc6675ac67ff20003805e6d42e0fac096e616f7ba58a2 +SIZE (rubygem/hashdiff-1.0.0.gem) = 19968 diff --git a/devel/rubygem-oj/Makefile b/devel/rubygem-oj/Makefile index 4d8ca11452f..bfe74d02013 100644 --- a/devel/rubygem-oj/Makefile +++ b/devel/rubygem-oj/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= oj -PORTVERSION= 3.7.12 +PORTVERSION= 3.8.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-oj/distinfo b/devel/rubygem-oj/distinfo index f02a0482ee8..f2e688fdc68 100644 --- a/devel/rubygem-oj/distinfo +++ b/devel/rubygem-oj/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1562501310 -SHA256 (rubygem/oj-3.7.12.gem) = 0af91e823cb664bbde38b797028b5de64e78d78ff19f66328b3684c7c011a16d -SIZE (rubygem/oj-3.7.12.gem) = 194560 +TIMESTAMP = 1563472169 +SHA256 (rubygem/oj-3.8.0.gem) = 4972e2103cded50d44a23a2ea586c3d095e68667fd59c7ed65ea38f496071616 +SIZE (rubygem/oj-3.8.0.gem) = 196096 diff --git a/devel/rubygem-tins/Makefile b/devel/rubygem-tins/Makefile index 79b5e682600..23b45b64848 100644 --- a/devel/rubygem-tins/Makefile +++ b/devel/rubygem-tins/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= tins -PORTVERSION= 1.21.0 +PORTVERSION= 1.21.1 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-tins/distinfo b/devel/rubygem-tins/distinfo index 71a9b7c9656..9fd01cf7a4d 100644 --- a/devel/rubygem-tins/distinfo +++ b/devel/rubygem-tins/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1562347472 -SHA256 (rubygem/tins-1.21.0.gem) = 7d693268ba8fe2966737dce686b6a9adf25e693b00009e2894b796360fc5ce50 -SIZE (rubygem/tins-1.21.0.gem) = 305664 +TIMESTAMP = 1563472171 +SHA256 (rubygem/tins-1.21.1.gem) = 0b7b5cf04798e81d5a5e85a3339b62e100a8bfd4a00b0e4b4583f63fd6d4edf2 +SIZE (rubygem/tins-1.21.1.gem) = 305664 diff --git a/editors/jupp/Makefile b/editors/jupp/Makefile index b728646b7e1..c17715bd297 100644 --- a/editors/jupp/Makefile +++ b/editors/jupp/Makefile @@ -8,7 +8,7 @@ MASTER_SITES= http://www.mirbsd.org/MirOS/dist/jupp/ \ http://pub.allbsd.org/MirOS/dist/jupp/ DISTNAME= joe-${PORTVERSION:C/([0-9]+\.[0-9]+)\.([0-9]+)/\1${PORTNAME}\2/} -MAINTAINER= gblach@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Portable version of Joe's Own Editor from MirBSD LICENSE= GPLv1 diff --git a/emulators/qemu-sbruno/Makefile b/emulators/qemu-sbruno/Makefile index f9766a37890..1008d32184a 100644 --- a/emulators/qemu-sbruno/Makefile +++ b/emulators/qemu-sbruno/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= qemu -PORTVERSION= 2.11.50.g20190318 -PORTREVISION= 3 +PORTVERSION= 2.11.50.g20190718 CATEGORIES= emulators PKGNAMESUFFIX?= -sbruno DIST_SUBDIR= qemu/${PORTVERSION} @@ -15,7 +14,7 @@ USE_HARDENING?= pie:off relro:off LICENSE= GPLv2 USE_GITHUB= yes -GH_TUPLE= seanbruno:qemu-bsd-user:454adc1 \ +GH_TUPLE= seanbruno:qemu-bsd-user:4ffcb32 \ qemu:keycodemapdb:10739aa:keycodemapdb/ui/keycodemapdb HAS_CONFIGURE= yes USES= gmake pkgconfig bison perl5 python:2.7,build diff --git a/emulators/qemu-sbruno/distinfo b/emulators/qemu-sbruno/distinfo index 4924065397c..f09b7800518 100644 --- a/emulators/qemu-sbruno/distinfo +++ b/emulators/qemu-sbruno/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1552952474 -SHA256 (qemu/2.11.50.g20190318/seanbruno-qemu-bsd-user-2.11.50.g20190318-454adc1_GH0.tar.gz) = 00ec698d29f3bfb59734f207b0c324b597be01df7a13365fce31c386758c6830 -SIZE (qemu/2.11.50.g20190318/seanbruno-qemu-bsd-user-2.11.50.g20190318-454adc1_GH0.tar.gz) = 15504760 -SHA256 (qemu/2.11.50.g20190318/qemu-keycodemapdb-10739aa_GH0.tar.gz) = ae43fb1e2b07b78be88a7882306b6e71383eb77472a35d7d78fed21e345d134a -SIZE (qemu/2.11.50.g20190318/qemu-keycodemapdb-10739aa_GH0.tar.gz) = 47895 +TIMESTAMP = 1563461532 +SHA256 (qemu/2.11.50.g20190718/seanbruno-qemu-bsd-user-2.11.50.g20190718-4ffcb32_GH0.tar.gz) = 6d3495ef3a4b0e546eb957a36e519d97d3d0aec255c44678f1fd5dbdfcbf1508 +SIZE (qemu/2.11.50.g20190718/seanbruno-qemu-bsd-user-2.11.50.g20190718-4ffcb32_GH0.tar.gz) = 15503141 +SHA256 (qemu/2.11.50.g20190718/qemu-keycodemapdb-10739aa_GH0.tar.gz) = ae43fb1e2b07b78be88a7882306b6e71383eb77472a35d7d78fed21e345d134a +SIZE (qemu/2.11.50.g20190718/qemu-keycodemapdb-10739aa_GH0.tar.gz) = 47895 diff --git a/korean/ibus-hangul/Makefile b/korean/ibus-hangul/Makefile index 55b958d74b4..46f86ae380a 100644 --- a/korean/ibus-hangul/Makefile +++ b/korean/ibus-hangul/Makefile @@ -13,11 +13,22 @@ LICENSE= GPLv2 LIB_DEPENDS= libhangul.so:korean/libhangul \ libibus-1.0.so:textproc/ibus +USES= gmake gnome libtool pkgconfig python +USE_GNOME= gtk30 intlhack pygobject3 + +OPTIONS_DEFINE= NLS +OPTIONS_SUB= NLS + +NLS_CONFIGURE_ENABLE= nls +NLS_USES= gettext +NLS_USES_OFF= gettext-tools + GNU_CONFIGURE= yes +CONFIGURE_ARGS= --with-python="${PYTHON_CMD}" + +GLIB_SCHEMAS= org.freedesktop.ibus.engine.hangul.gschema.xml + INSTALLS_ICONS= yes INSTALL_TARGET= install-strip -USE_GNOME= gtk30 intlhack pygobject3 -USES= gettext gmake libtool pkgconfig python -USE_PYTHON= py3kplist .include diff --git a/korean/ibus-hangul/files/patch-setup_main.py b/korean/ibus-hangul/files/patch-setup_main.py new file mode 100644 index 00000000000..060cd3e1e90 --- /dev/null +++ b/korean/ibus-hangul/files/patch-setup_main.py @@ -0,0 +1,10 @@ +--- setup/main.py.orig 2018-06-08 14:34:37 UTC ++++ setup/main.py +@@ -151,6 +151,7 @@ class Setup (): + self.__window = self.__builder.get_object("SetupDialog") + icon_file = os.path.join(config.pkgdatadir, "icons", "ibus-hangul.svg") + self.__window.set_icon_from_file(icon_file) ++ self.__window.connect("destroy", Gtk.main_quit) + self.__window.show() + + button = self.__builder.get_object("button_apply") diff --git a/korean/ibus-hangul/pkg-message b/korean/ibus-hangul/pkg-message index 5db470cfda2..200c0975254 100644 --- a/korean/ibus-hangul/pkg-message +++ b/korean/ibus-hangul/pkg-message @@ -29,7 +29,3 @@ export QT_IM_MODULE=xim export XMODIFIERS=@im=ibus export XIM_PROGRAM="ibus-daemon" export XIM_ARGS="-r --daemonize --xim" - -If ibus cannot start or the panel does not appear, please ensure -that you are using up-to-date python. -There's a bug in python 2.5, which may prevent the panel from appearing. diff --git a/korean/ibus-hangul/pkg-plist b/korean/ibus-hangul/pkg-plist index fa9e6b1f0f5..87bf8dd4a8b 100644 --- a/korean/ibus-hangul/pkg-plist +++ b/korean/ibus-hangul/pkg-plist @@ -2,23 +2,29 @@ bin/ibus-setup-hangul libexec/ibus-engine-hangul libexec/ibus-setup-hangul share/applications/ibus-setup-hangul.desktop -share/ibus/component/hangul.xml %%DATADIR%%/data/symbol.txt %%DATADIR%%/icons/ibus-hangul.png %%DATADIR%%/icons/ibus-hangul.svg +%%PYTHON3%%%%DATADIR%%/setup/__pycache__/config.cpython-36.opt-1.pyc +%%PYTHON3%%%%DATADIR%%/setup/__pycache__/config.cpython-36.pyc +%%PYTHON3%%%%DATADIR%%/setup/__pycache__/keycapturedialog.cpython-36.opt-1.pyc +%%PYTHON3%%%%DATADIR%%/setup/__pycache__/keycapturedialog.cpython-36.pyc +%%PYTHON3%%%%DATADIR%%/setup/__pycache__/main.cpython-36.opt-1.pyc +%%PYTHON3%%%%DATADIR%%/setup/__pycache__/main.cpython-36.pyc %%DATADIR%%/setup/config.py -%%DATADIR%%/setup/config.pyc -%%DATADIR%%/setup/config.pyo +%%PYTHON2%%%%DATADIR%%/setup/config.pyc +%%PYTHON2%%%%DATADIR%%/setup/config.pyo %%DATADIR%%/setup/keycapturedialog.py -%%DATADIR%%/setup/keycapturedialog.pyc -%%DATADIR%%/setup/keycapturedialog.pyo +%%PYTHON2%%%%DATADIR%%/setup/keycapturedialog.pyc +%%PYTHON2%%%%DATADIR%%/setup/keycapturedialog.pyo %%DATADIR%%/setup/main.py -%%DATADIR%%/setup/main.pyc -%%DATADIR%%/setup/main.pyo +%%PYTHON2%%%%DATADIR%%/setup/main.pyc +%%PYTHON2%%%%DATADIR%%/setup/main.pyo %%DATADIR%%/setup/setup.ui +share/ibus/component/hangul.xml share/icons/hicolor/64x64/apps/ibus-hangul.png share/icons/hicolor/64x64/apps/ibus-setup-hangul.png share/icons/hicolor/scalable/apps/ibus-hangul.svg share/icons/hicolor/scalable/apps/ibus-setup-hangul.svg -share/locale/ko/LC_MESSAGES/ibus-hangul.mo -share/locale/zh_CN/LC_MESSAGES/ibus-hangul.mo +%%NLS%%share/locale/ko/LC_MESSAGES/ibus-hangul.mo +%%NLS%%share/locale/zh_CN/LC_MESSAGES/ibus-hangul.mo diff --git a/korean/libhangul/Makefile b/korean/libhangul/Makefile index 1cd4dd50c44..33e0e3333b3 100644 --- a/korean/libhangul/Makefile +++ b/korean/libhangul/Makefile @@ -14,6 +14,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING TEST_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/check.pc:devel/check +USES= autoreconf iconv libtool pathfix pkgconfig + GH_ACCOUNT= choehwanjin GH_TAGNAME= 9fe2d4e USE_GITHUB= yes @@ -22,12 +24,13 @@ GNU_CONFIGURE= yes TEST_TARGET= test TEST_WRKSRC= ${WRKSRC}/test USE_LDCONFIG= yes -USES= autoreconf iconv libtool pathfix pkgconfig OPTIONS_DEFINE= NLS OPTIONS_SUB= yes + NLS_CONFIGURE_ENABLE= nls NLS_USES= gettext +NLS_USES_OFF= gettext-tools post-test: @${TEST_WRKSRC}/test diff --git a/korean/libhangul/files/patch-hangul__hangulctype.c b/korean/libhangul/files/patch-hangul__hangulctype.c index 8bb38d7f422..f954f79edf1 100644 --- a/korean/libhangul/files/patch-hangul__hangulctype.c +++ b/korean/libhangul/files/patch-hangul__hangulctype.c @@ -1,6 +1,6 @@ ---- hangul/hangulctype.c.orig 2011-08-28 10:06:23.000000000 -0400 -+++ hangul/hangulctype.c 2013-12-24 17:50:52.000000000 -0500 -@@ -518,6 +518,10 @@ +--- hangul/hangulctype.c.orig 2011-10-16 15:03:13 UTC ++++ hangul/hangulctype.c +@@ -518,6 +518,10 @@ hangul_jamo_to_cjamo(ucschar c) 0x0000, /* 0xd7c4 */ 0x0000, /* 0xd7c5 */ 0x0000, /* 0xd7c6 */ diff --git a/math/dbcsr/Makefile b/math/dbcsr/Makefile index 093b24fa0d7..ca00542d093 100644 --- a/math/dbcsr/Makefile +++ b/math/dbcsr/Makefile @@ -14,7 +14,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= fypp:devel/py-fypp@${PY_FLAVOR} -USES= blaslapack:openblas cmake:noninja fortran python:build +USES= blaslapack:openblas cmake:noninja compiler:c++14-lang fortran \ + python:build USE_GITHUB= yes GH_ACCOUNT= cp2k USE_LDCONFIG= yes diff --git a/net/rubygem-fog-aws/Makefile b/net/rubygem-fog-aws/Makefile index 8094cd25082..0dc74c0cfd4 100644 --- a/net/rubygem-fog-aws/Makefile +++ b/net/rubygem-fog-aws/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= fog-aws -PORTVERSION= 3.5.1 +PORTVERSION= 3.5.2 CATEGORIES= net rubygems MASTER_SITES= RG diff --git a/net/rubygem-fog-aws/distinfo b/net/rubygem-fog-aws/distinfo index 6e494fd1e38..ea6ad9ff17b 100644 --- a/net/rubygem-fog-aws/distinfo +++ b/net/rubygem-fog-aws/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1560277240 -SHA256 (rubygem/fog-aws-3.5.1.gem) = 4898d06fdf18d0f6c8c1acde35cf5f21272785324a79eb54073ad6e7e7a66ef1 -SIZE (rubygem/fog-aws-3.5.1.gem) = 548352 +TIMESTAMP = 1563472173 +SHA256 (rubygem/fog-aws-3.5.2.gem) = e4f959e4358907cf5acb2e257e9343a88239985cbe3ee2ceb4680607dbf6d320 +SIZE (rubygem/fog-aws-3.5.2.gem) = 548864 diff --git a/net/rubygem-fog-vsphere/Makefile b/net/rubygem-fog-vsphere/Makefile index d99a46afdc2..77cf8e0f0ad 100644 --- a/net/rubygem-fog-vsphere/Makefile +++ b/net/rubygem-fog-vsphere/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= fog-vsphere -PORTVERSION= 3.1.1 +PORTVERSION= 3.2.0 CATEGORIES= net rubygems MASTER_SITES= RG diff --git a/net/rubygem-fog-vsphere/distinfo b/net/rubygem-fog-vsphere/distinfo index b8b80c9be18..535d861b673 100644 --- a/net/rubygem-fog-vsphere/distinfo +++ b/net/rubygem-fog-vsphere/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1560277246 -SHA256 (rubygem/fog-vsphere-3.1.1.gem) = 71e10a47918a5d1345b141807fabef4556c2b3d70fece9d28112ae24c337a586 -SIZE (rubygem/fog-vsphere-3.1.1.gem) = 69632 +TIMESTAMP = 1563472175 +SHA256 (rubygem/fog-vsphere-3.2.0.gem) = df77522d8881c4204d42ee9e7a2f9257f43d1b10c90e347a673fc841f10f5ca2 +SIZE (rubygem/fog-vsphere-3.2.0.gem) = 70144 diff --git a/net/wireshark/Makefile b/net/wireshark/Makefile index ab7961c5130..4146c39ca8c 100644 --- a/net/wireshark/Makefile +++ b/net/wireshark/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME?= wireshark -PORTVERSION= 3.0.2 +PORTVERSION= 3.0.3 PORTREVISION?= 0 CATEGORIES= net ipv6 MASTER_SITES= http://www.wireshark.org/download/src/ \ diff --git a/net/wireshark/distinfo b/net/wireshark/distinfo index 8e93a426883..ac5ad623daf 100644 --- a/net/wireshark/distinfo +++ b/net/wireshark/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1558984586 -SHA256 (wireshark-3.0.2.tar.xz) = 7e1ec5664a0dba4493d8729f9922378bdd05040fb159c2b03b42111efda2e53b -SIZE (wireshark-3.0.2.tar.xz) = 30910100 +TIMESTAMP = 1563476243 +SHA256 (wireshark-3.0.3.tar.xz) = af92729c781d870110885c31ebcbe4c4224ed51bb580d00c896fe9746994211c +SIZE (wireshark-3.0.3.tar.xz) = 30923980 diff --git a/net/wireshark/pkg-plist b/net/wireshark/pkg-plist index b505a725aa6..ebf28d24c05 100644 --- a/net/wireshark/pkg-plist +++ b/net/wireshark/pkg-plist @@ -605,10 +605,10 @@ include/wireshark/wsutil/ws_printf.h include/wireshark/wsutil/xtea.h lib/libwireshark.so lib/libwireshark.so.12 -lib/libwireshark.so.12.0.2 +lib/libwireshark.so.12.0.3 lib/libwiretap.so lib/libwiretap.so.9 -lib/libwiretap.so.9.0.2 +lib/libwiretap.so.9.0.3 lib/libwscodecs.so lib/libwscodecs.so.2 lib/libwscodecs.so.2.0.0 @@ -740,7 +740,7 @@ man/man4/wireshark-filter.4.gz %%DATADIR%%/help/capture_filters.txt %%DATADIR%%/help/capturing.txt %%DATADIR%%/help/display_filters.txt -%%DATADIR%%/help/faq.py +%%DATADIR%%/help/faq.txt %%DATADIR%%/help/getting_started.txt %%DATADIR%%/help/overview.txt %%DATADIR%%/help/toc diff --git a/security/courier-authlib/Makefile b/security/courier-authlib/Makefile index 44eb2f5b18f..f68a610a8ef 100644 --- a/security/courier-authlib/Makefile +++ b/security/courier-authlib/Makefile @@ -124,6 +124,7 @@ RUN_DEPENDS+= ${LOCALBASE}/share/sysconftool/sysconftool:devel/sysconftool OPTIONS_DEFINE+= DOCS DOCS= README.authmysql.html README.authmysql.myownquery +USES+= compiler:c11 USE_MYSQL= yes CONFIGURE_ARGS+=--with-authmysql \ --with-mysql-libs=${LOCALBASE}/lib/mysql \ diff --git a/security/pam-mysql/Makefile b/security/pam-mysql/Makefile index ead530d66bd..56f8fc090cb 100644 --- a/security/pam-mysql/Makefile +++ b/security/pam-mysql/Makefile @@ -14,7 +14,7 @@ COMMENT= Pam module for authenticating with MySQL LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -USES= libtool:keepla +USES= compiler:c11 libtool:keepla USE_MYSQL= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-mysql=${LOCALBASE} \ diff --git a/security/please/Makefile b/security/please/Makefile index dfc3d28fca7..fd0385289a0 100644 --- a/security/please/Makefile +++ b/security/please/Makefile @@ -5,7 +5,7 @@ PORTNAME= please PORTVERSION= 2.7 CATEGORIES= security -MAINTAINER= gblach@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Execute a command as root LICENSE= BSD2CLAUSE diff --git a/security/sshguard/Makefile b/security/sshguard/Makefile index 8e5bc0f8295..d5837c46359 100644 --- a/security/sshguard/Makefile +++ b/security/sshguard/Makefile @@ -3,6 +3,7 @@ PORTNAME= sshguard PORTVERSION= 2.4.0 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= security MASTER_SITES= SF/sshguard/sshguard/${PORTVERSION} diff --git a/security/sshguard/files/patch-src-sshguard.in b/security/sshguard/files/patch-src-sshguard.in deleted file mode 100644 index cb196d9fe41..00000000000 --- a/security/sshguard/files/patch-src-sshguard.in +++ /dev/null @@ -1,8 +0,0 @@ ---- src/sshguard.in.orig 2018-07-08 18:07:01 UTC -+++ src/sshguard.in -@@ -96,4 +96,4 @@ elif [ -z "$tailcmd" ]; then - fi - - eval $tailcmd | $libexec/sshg-parser | \ -- $libexec/sshg-blocker $flags | ($BACKEND; kill -PIPE $$) -+ $libexec/sshg-blocker $flags | ($BACKEND ; pkill -PIPE -P $$) diff --git a/security/sshguard/files/sshguard.in b/security/sshguard/files/sshguard.in index 424f88885ee..e9b8a0105b8 100644 --- a/security/sshguard/files/sshguard.in +++ b/security/sshguard/files/sshguard.in @@ -39,17 +39,17 @@ # Set it to "YES" to enable sshguard # sshguard_pidfile (str): Path to PID file. # Set to "/var/run/sshguard.pid" by default -# sshguard_watch_logs (str): Colon splitted list of logs to watch. +# sshguard_watch_logs (str): Colon-splitted list of logs to watch. # Unset by default. Overrides the configuration file. -# The following options directly maps to their command line options, +# The following options directly map to their command line options, # and override the configuration file, so most are unset by default. -# Please read manual page sshguard(8) for detailed information: -# sshguard_blacklist (str): [thr:]/path/to/blacklist. +# Please read the sshguard(8) manual page for detailed information: +# sshguard_blacklist (str): [threshold:]/path/to/blacklist. # Set to "30:/var/db/sshguard/blacklist.db" # by default. # sshguard_danger_thresh (int): Danger threshold. # sshguard_release_interval (int): -# Minimum interval an address remains +# Minimum interval (in sec) an address remains # blocked. # sshguard_reset_interval (int): # Interval before a suspected attack is @@ -58,35 +58,33 @@ # sshguard_flags (str): Set additional command line arguments. # - . /etc/rc.subr name=sshguard rcvar=sshguard_enable +set_rcvar sshguard_blacklist "120:/var/db/sshguard/blacklist.db" "Blacklisting threshold and path to blacklist file (colon-separated)" +set_rcvar sshguard_danger_thresh "" "Attack threshold" +set_rcvar sshguard_pidfile "/var/run/sshguard.pid" "Path to PID file" +set_rcvar sshguard_release_interval "" "Time before releasing first-time attackers (s)" +set_rcvar sshguard_reset_interval "" "Time before forgetting attackers (s)" +set_rcvar sshguard_watch_logs "" "Log files to monitor, overriding sshguard.conf (space-separated)" +set_rcvar sshguard_whitelistfile "" "Path to whitelist" + load_rc_config sshguard -: ${sshguard_enable:=NO} -: ${sshguard_blacklist=120:/var/db/sshguard/blacklist.db} -: ${sshguard_danger_thresh=} -: ${sshguard_release_interval=} -: ${sshguard_reset_interval=} -: ${sshguard_whitelistfile=} -: ${sshguard_watch_logs=} - -pidfile=${sshguard_pidfile:="/var/run/sshguard.pid"} +pidfile=${sshguard_pidfile} command=/usr/sbin/daemon actual_command="%%PREFIX%%/sbin/sshguard" procname="/bin/sh" start_precmd=sshguard_prestart -stop_cmd=sshguard_stop -command_args="-c ${actual_command} \${sshguard_flags} \${sshguard_blacklist_params} \${sshguard_watch_params} \${sshguard_danger_params} \${sshguard_release_params} \${sshguard_reset_params} \${sshguard_whitelist_params} -i ${pidfile}" +command_args="-c -f ${actual_command} \${sshguard_flags} \${sshguard_blacklist_params} \${sshguard_watch_params} \${sshguard_danger_params} \${sshguard_release_params} \${sshguard_reset_params} \${sshguard_whitelist_params} -i ${pidfile}" sshguard_prestart() { # Clear rc_flags so sshguard_flags can be passed to sshguard - # instaed of daemon(8) + # instead of daemon(8) rc_flags="" if [ ! -z ${sshguard_blacklist} ]; then @@ -116,11 +114,4 @@ sshguard_prestart() fi } -sshguard_stop() -{ - sshg_blocker="%%PREFIX%%/libexec/sshg-blocker" - rc_pid="$(check_process ${sshg_blocker})" - kill $sig_stop "$rc_pid" -} - run_rc_command "$1" diff --git a/textproc/p5-HTML-Packer/Makefile b/textproc/p5-HTML-Packer/Makefile index 627a1931ea5..f1fa77a32e2 100644 --- a/textproc/p5-HTML-Packer/Makefile +++ b/textproc/p5-HTML-Packer/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= HTML-Packer -PORTVERSION= 2.08 +PORTVERSION= 2.09 CATEGORIES= textproc www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- diff --git a/textproc/p5-HTML-Packer/distinfo b/textproc/p5-HTML-Packer/distinfo index 4b8b66afd00..5ec9d600301 100644 --- a/textproc/p5-HTML-Packer/distinfo +++ b/textproc/p5-HTML-Packer/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1563120717 -SHA256 (HTML-Packer-2.08.tar.gz) = 213d89dee36f8b92dde94718da414301c23c0ac9d24de6cd980aee6755cc8cab -SIZE (HTML-Packer-2.08.tar.gz) = 11236 +TIMESTAMP = 1563472153 +SHA256 (HTML-Packer-2.09.tar.gz) = 50ffcf9e8d68695a5bfeec31ac7aaa2fef4348ca9407fa63a4cc79bd4ab9f27e +SIZE (HTML-Packer-2.09.tar.gz) = 13677 diff --git a/textproc/sphinxsearch/Makefile b/textproc/sphinxsearch/Makefile index 5b677c23f3e..9dc73c5a378 100644 --- a/textproc/sphinxsearch/Makefile +++ b/textproc/sphinxsearch/Makefile @@ -19,6 +19,8 @@ COMMENT= Sphinx Full-Text Search Engine LICENSE= GPLv2 +USES= compiler:c++11-lang + # If expat is present on the system and configure finds it, it will # unconditionally link the output binary against it. There's no way # of turning this off. So for consistency, make sure it's always on. diff --git a/textproc/uncle/Makefile b/textproc/uncle/Makefile index b1a2bd2793b..adbed4dc3fe 100644 --- a/textproc/uncle/Makefile +++ b/textproc/uncle/Makefile @@ -6,7 +6,7 @@ PORTVERSION= 0.2 PORTREVISION= 1 CATEGORIES= textproc -MAINTAINER= gblach@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Convert UCL config file to desired format LICENSE= BSD2CLAUSE diff --git a/www/py-pelican/Makefile b/www/py-pelican/Makefile index ad228aef863..9ba6008c910 100644 --- a/www/py-pelican/Makefile +++ b/www/py-pelican/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pelican -PORTVERSION= 4.0.1 +PORTVERSION= 4.1.0 PORTREVISION= 1 CATEGORIES= www textproc python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/www/py-pelican/distinfo b/www/py-pelican/distinfo index 76c7e184d0f..f454b6390ea 100644 --- a/www/py-pelican/distinfo +++ b/www/py-pelican/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1546151644 -SHA256 (getpelican-pelican-4.0.1_GH0.tar.gz) = e141d9e60efd1b1cbe320ff3282702caee1635152d570fc404afc4ab1d16cd92 -SIZE (getpelican-pelican-4.0.1_GH0.tar.gz) = 1314716 +TIMESTAMP = 1563294633 +SHA256 (getpelican-pelican-4.1.0_GH0.tar.gz) = 67093bce52599d0e3f351eb568fbaab8f8e988f4af03bb277e90fa4a504072f1 +SIZE (getpelican-pelican-4.1.0_GH0.tar.gz) = 1326143 diff --git a/www/py-tornado/Makefile b/www/py-tornado/Makefile index 46ba1a6772e..a810698c601 100644 --- a/www/py-tornado/Makefile +++ b/www/py-tornado/Makefile @@ -7,7 +7,7 @@ CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= gblach@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Python Web Server from FriendFeed LICENSE= APACHE20 diff --git a/www/py-tornado4/Makefile b/www/py-tornado4/Makefile index cabea5e93ad..87563287ad2 100644 --- a/www/py-tornado4/Makefile +++ b/www/py-tornado4/Makefile @@ -8,7 +8,7 @@ MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} PKGNAMESUFFIX= 4 -MAINTAINER= gblach@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Python Web Server from FriendFeed LICENSE= APACHE20 diff --git a/www/py-tornado6/Makefile b/www/py-tornado6/Makefile index 7e467a86135..a0313668c0f 100644 --- a/www/py-tornado6/Makefile +++ b/www/py-tornado6/Makefile @@ -2,13 +2,13 @@ # $FreeBSD$ PORTNAME= tornado -PORTVERSION= 6.0.2 +PORTVERSION= 6.0.3 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} PKGNAMESUFFIX= 6 -MAINTAINER= gblach@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Python Web Server from FriendFeed LICENSE= APACHE20 diff --git a/www/py-tornado6/distinfo b/www/py-tornado6/distinfo index e5d7cb80086..18ef51c22b6 100644 --- a/www/py-tornado6/distinfo +++ b/www/py-tornado6/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1553427481 -SHA256 (tornado-6.0.2.tar.gz) = 457fcbee4df737d2defc181b9073758d73f54a6cfc1f280533ff48831b39f4a8 -SIZE (tornado-6.0.2.tar.gz) = 481808 +TIMESTAMP = 1563484867 +SHA256 (tornado-6.0.3.tar.gz) = c845db36ba616912074c5b1ee897f8e0124df269468f25e4fe21fe72f6edd7a9 +SIZE (tornado-6.0.3.tar.gz) = 482444