diff options
58 files changed, 75 insertions, 47 deletions
diff --git a/audio/pianobar/Makefile b/audio/pianobar/Makefile index e84d7c365546..bfa854c66def 100644 --- a/audio/pianobar/Makefile +++ b/audio/pianobar/Makefile @@ -3,7 +3,7 @@ PORTNAME= pianobar PORTVERSION= 2016.06.02 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= audio MASTER_SITES= http://6xq.net/projects/${PORTNAME}/ diff --git a/cad/solvespace/Makefile b/cad/solvespace/Makefile index 57dc9f5eef07..7bfb25d95876 100644 --- a/cad/solvespace/Makefile +++ b/cad/solvespace/Makefile @@ -2,7 +2,7 @@ PORTNAME= solvespace PORTVERSION= 2.3 -PORTREVISION= 1 +PORTREVISION= 2 DISTVERSIONPREFIX= v CATEGORIES= cad diff --git a/databases/postgis20/Makefile b/databases/postgis20/Makefile index e4b18c9d271c..44bd49cfcf59 100644 --- a/databases/postgis20/Makefile +++ b/databases/postgis20/Makefile @@ -2,7 +2,7 @@ PORTNAME= postgis PORTVERSION= 2.0.7 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= databases geography MASTER_SITES= http://download.osgeo.org/postgis/source/ PKGNAMESUFFIX= 20 diff --git a/databases/postgis21/Makefile b/databases/postgis21/Makefile index fef4d867bb92..1db520b60ca0 100644 --- a/databases/postgis21/Makefile +++ b/databases/postgis21/Makefile @@ -2,6 +2,7 @@ PORTNAME= postgis PORTVERSION= 2.1.8 +PORTREVISION= 1 CATEGORIES= databases geography MASTER_SITES= http://download.osgeo.org/postgis/source/ PKGNAMESUFFIX= 21 diff --git a/databases/postgis22/Makefile b/databases/postgis22/Makefile index 526a7ad0e1e9..0058843c738a 100644 --- a/databases/postgis22/Makefile +++ b/databases/postgis22/Makefile @@ -2,6 +2,7 @@ PORTNAME= postgis PORTVERSION= 2.2.6 +PORTREVISION= 1 CATEGORIES= databases geography MASTER_SITES= http://download.osgeo.org/postgis/source/ PKGNAMESUFFIX= 22 diff --git a/databases/postgis23/Makefile b/databases/postgis23/Makefile index 46ba82864327..de2fe2616d33 100644 --- a/databases/postgis23/Makefile +++ b/databases/postgis23/Makefile @@ -3,6 +3,7 @@ PORTNAME= postgis PORTVERSION= 2.3.5 +PORTREVISION= 1 CATEGORIES= databases geography MASTER_SITES= http://download.osgeo.org/postgis/source/ PKGNAMESUFFIX= 23 diff --git a/devel/json-c/Makefile b/devel/json-c/Makefile index 3213f5bd25ec..120356bb1620 100644 --- a/devel/json-c/Makefile +++ b/devel/json-c/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= json-c -PORTVERSION= 0.12.1 +PORTVERSION= 0.13 CATEGORIES= devel MASTER_SITES= https://s3.amazonaws.com/json-c_releases/releases/ @@ -13,6 +13,7 @@ LICENSE= MIT GNU_CONFIGURE= yes INSTALL_TARGET= install-strip +TEST_TARGET= check USE_LDCONFIG= yes USES= autoreconf cpe gmake libtool pathfix pkgconfig @@ -21,4 +22,7 @@ CPE_VENDOR= json-c_project post-patch: @${REINPLACE_CMD} -e 's| -Werror||g' ${WRKSRC}/Makefile.in +post-install: + ${INSTALL_DATA} ${WRKSRC}/json_object_private.h ${STAGEDIR}${PREFIX}/include/json-c/ + .include <bsd.port.mk> diff --git a/devel/json-c/distinfo b/devel/json-c/distinfo index 8b2e0d0b9c1c..20b09344e9d3 100644 --- a/devel/json-c/distinfo +++ b/devel/json-c/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1480353678 -SHA256 (json-c-0.12.1.tar.gz) = 2a136451a7932d80b7d197b10441e26e39428d67b1443ec43bbba824705e1123 -SIZE (json-c-0.12.1.tar.gz) = 535086 +TIMESTAMP = 1513175168 +SHA256 (json-c-0.13.tar.gz) = 0316780be9ad16c42d7c26b015a784fd5df4b0909fef0aba51cfb13e492ac24d +SIZE (json-c-0.13.tar.gz) = 634720 diff --git a/devel/json-c/pkg-plist b/devel/json-c/pkg-plist index 3fa7d55fee36..95a2c8db09ba 100644 --- a/devel/json-c/pkg-plist +++ b/devel/json-c/pkg-plist @@ -8,13 +8,14 @@ include/json-c/json_inttypes.h include/json-c/json_object.h include/json-c/json_object_iterator.h include/json-c/json_object_private.h +include/json-c/json_pointer.h include/json-c/json_tokener.h include/json-c/json_util.h +include/json-c/json_visit.h include/json-c/linkhash.h include/json-c/printbuf.h -include/json-c/random_seed.h lib/libjson-c.a lib/libjson-c.so -lib/libjson-c.so.2 -lib/libjson-c.so.2.0.2 +lib/libjson-c.so.3 +lib/libjson-c.so.3.0.1 libdata/pkgconfig/json-c.pc diff --git a/devel/objecthash/Makefile b/devel/objecthash/Makefile index f9b4d92034a0..a3226a666270 100644 --- a/devel/objecthash/Makefile +++ b/devel/objecthash/Makefile @@ -3,7 +3,7 @@ PORTNAME= objecthash PORTVERSION= 20160802 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel MAINTAINER= amutu@amutu.com diff --git a/dns/bind9-devel/Makefile b/dns/bind9-devel/Makefile index b7d00fcf7794..55778b6921f2 100644 --- a/dns/bind9-devel/Makefile +++ b/dns/bind9-devel/Makefile @@ -8,7 +8,7 @@ PORTVERSION= ${ISCVERSION:S/-P/P/:S/b/.b/:S/a/.a/:S/rc/.rc/} PORTREVISION= 0 .else # dns/bind9xx here -PORTREVISION= 0 +PORTREVISION= 1 .endif CATEGORIES= dns net ipv6 MASTER_SITES= LOCAL/mat/bind diff --git a/dns/bind910/Makefile b/dns/bind910/Makefile index 8efe2dabacf2..f0854ef027c9 100644 --- a/dns/bind910/Makefile +++ b/dns/bind910/Makefile @@ -3,7 +3,7 @@ PORTNAME= bind PORTVERSION= ${ISCVERSION:S/-P/P/:S/b/.b/:S/a/.a/:S/rc/.rc/} -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= dns net ipv6 MASTER_SITES= ISC/bind9/${ISCVERSION} PKGNAMESUFFIX= 910 diff --git a/dns/bind911/Makefile b/dns/bind911/Makefile index 8aee129c9feb..9cbf25286514 100644 --- a/dns/bind911/Makefile +++ b/dns/bind911/Makefile @@ -5,10 +5,10 @@ PORTNAME= bind PORTVERSION= ${ISCVERSION:S/-P/P/:S/b/.b/:S/a/.a/:S/rc/.rc/} .if defined(BIND_TOOLS_SLAVE) # dns/bind-tools here -PORTREVISION= 1 +PORTREVISION= 2 .else # dns/bind911 here -PORTREVISION= 4 +PORTREVISION= 5 .endif CATEGORIES= dns net ipv6 MASTER_SITES= ISC/bind9/${ISCVERSION} diff --git a/dns/bind912/Makefile b/dns/bind912/Makefile index 44aafaab4078..91cb3bec62b2 100644 --- a/dns/bind912/Makefile +++ b/dns/bind912/Makefile @@ -8,7 +8,7 @@ PORTVERSION= ${ISCVERSION:S/-P/P/:S/b/.b/:S/a/.a/:S/rc/.rc/} PORTREVISION= 0 .else # dns/bind912 here -PORTREVISION= 0 +PORTREVISION= 1 .endif CATEGORIES= dns net ipv6 MASTER_SITES= ISC/bind9/${ISCVERSION} diff --git a/graphics/gdal/Makefile b/graphics/gdal/Makefile index 5fb235727ff3..3b05281a5a6b 100644 --- a/graphics/gdal/Makefile +++ b/graphics/gdal/Makefile @@ -3,6 +3,7 @@ PORTNAME= gdal PORTVERSION= 2.2.3 +PORTREVISION= 1 CATEGORIES= graphics geography MASTER_SITES= http://download.osgeo.org/gdal/${PORTVERSION}/ \ ftp://ftp.remotesensing.org/pub/gdal/${PORTVERSION}/ \ diff --git a/graphics/mypaint/Makefile b/graphics/mypaint/Makefile index 75650fc471e5..991e5ff89a11 100644 --- a/graphics/mypaint/Makefile +++ b/graphics/mypaint/Makefile @@ -3,7 +3,7 @@ PORTNAME= mypaint PORTVERSION= 1.2.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= graphics MASTER_SITES= https://github.com/mypaint/mypaint/releases/download/${PORTVERSION:S/^/v/}/ diff --git a/multimedia/cx88/Makefile b/multimedia/cx88/Makefile index bed79f7ed964..b665d28d0445 100644 --- a/multimedia/cx88/Makefile +++ b/multimedia/cx88/Makefile @@ -3,6 +3,7 @@ PORTNAME= cx88 PORTVERSION= 1.5.1 +PORTREVISION= 1 CATEGORIES= multimedia MASTER_SITES= ftp://corona.homeunix.net/ports/cx88/ diff --git a/net-mgmt/fastnetmon/Makefile b/net-mgmt/fastnetmon/Makefile index 00af84cfafe4..5954a65519ab 100644 --- a/net-mgmt/fastnetmon/Makefile +++ b/net-mgmt/fastnetmon/Makefile @@ -4,7 +4,7 @@ PORTNAME= fastnetmon PORTVERSION= 1.1.3 DISTVERSIONPREFIX= v -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= net-mgmt security MAINTAINER= farrokhi@FreeBSD.org diff --git a/net-mgmt/riemann-c-client/Makefile b/net-mgmt/riemann-c-client/Makefile index d0cc38214fee..7275470c70c5 100644 --- a/net-mgmt/riemann-c-client/Makefile +++ b/net-mgmt/riemann-c-client/Makefile @@ -4,6 +4,7 @@ PORTNAME= riemann-c-client PORTVERSION= 1.10.1 DISTVERSIONPREFIX= ${PORTNAME}- +PORTREVISION= 1 CATEGORIES= net-mgmt MAINTAINER= dch@skunkwerks.at diff --git a/net/freeradius3/Makefile b/net/freeradius3/Makefile index 4711bdd9ddfc..239fcfa724ce 100644 --- a/net/freeradius3/Makefile +++ b/net/freeradius3/Makefile @@ -3,7 +3,7 @@ PORTNAME= freeradius DISTVERSION= 3.0.15 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net MASTER_SITES= ftp://ftp.freeradius.org/pub/freeradius/%SUBDIR%/ \ ftp://ftp.ntua.gr/pub/net/radius/freeradius/%SUBDIR%/ \ diff --git a/net/frr/Makefile b/net/frr/Makefile index b8f2e7551209..1fce319b587c 100644 --- a/net/frr/Makefile +++ b/net/frr/Makefile @@ -3,6 +3,7 @@ PORTNAME= frr PORTVERSION= 3.0.2 DISTVERSIONPREFIX= frr- +PORTREVISION= 1 CATEGORIES= net ipv6 MAINTAINER= olivier@FreeBSD.org diff --git a/net/grive/Makefile b/net/grive/Makefile index 98c8c6271401..116b6ff0aefc 100644 --- a/net/grive/Makefile +++ b/net/grive/Makefile @@ -3,7 +3,7 @@ PORTNAME= grive PORTVERSION= 0.3.0 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= net MAINTAINER= ktsin@acm.org diff --git a/net/ndpi/Makefile b/net/ndpi/Makefile index 3632e93740df..0d2a219de707 100644 --- a/net/ndpi/Makefile +++ b/net/ndpi/Makefile @@ -3,6 +3,7 @@ PORTNAME= ndpi PORTVERSION= 2.2.2017.12.05 +PORTREVISION= 1 CATEGORIES= net MAINTAINER= madpilot@FreeBSD.org diff --git a/net/ntopng/Makefile b/net/ntopng/Makefile index 8cb3c3b9518f..1cfe92116b55 100644 --- a/net/ntopng/Makefile +++ b/net/ntopng/Makefile @@ -3,6 +3,7 @@ PORTNAME= ntopng PORTVERSION= 3.2.2017.12.27 +PORTREVISION= 1 CATEGORIES= net MAINTAINER= madpilot@FreeBSD.org diff --git a/net/opensips/Makefile b/net/opensips/Makefile index 656a2e62b3b5..1bc581da56f3 100644 --- a/net/opensips/Makefile +++ b/net/opensips/Makefile @@ -3,7 +3,7 @@ PORTNAME= opensips PORTVERSION= 2.2.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net MASTER_SITES= http://opensips.org/pub/opensips/${PORTVERSION}/ @@ -144,6 +144,7 @@ SHEBANG_FILES= ccopts.sh \ test/9.sh \ utils/fifo_relay/fifo_server.php \ utils/profile/launch.sh +python_CMD= ${LOCALBASE}/bin/python2.7 .include <bsd.port.options.mk> @@ -189,6 +190,9 @@ EXTRA_MODULES+= db_sqlite OPENSIPS_MAKE_ENV= CC="${CC}" CXX="${CXX}" CPP="${CPP}" _GCC_RUNTIME="${_GCC_RUNTIME}" CFLAGS="${CFLAGS}" CXXFLAGS="${CXXFLAGS}" LDFLAGS="${LDFLAGS}" +post-patch: + @${RM} ${WRKSRC}/modules/json/array_del.c + do-configure: @(cp files/Makefile.conf ${WRKSRC}) diff --git a/net/zmap/Makefile b/net/zmap/Makefile index 6e7eb967ba54..4296a7209593 100644 --- a/net/zmap/Makefile +++ b/net/zmap/Makefile @@ -4,6 +4,7 @@ PORTNAME= zmap PORTVERSION= 2.1.1 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= net MAINTAINER= yuri@rawbw.com diff --git a/security/certificate-transparency/Makefile b/security/certificate-transparency/Makefile index e71ddf3f15da..a10a1fda0957 100644 --- a/security/certificate-transparency/Makefile +++ b/security/certificate-transparency/Makefile @@ -3,7 +3,7 @@ PORTNAME= certificate-transparency PORTVERSION= 20161015 -PORTREVISION= 18 +PORTREVISION= 19 CATEGORIES= security MAINTAINER= ports@FreeBSD.org diff --git a/security/clamav/Makefile b/security/clamav/Makefile index e0e510d9dc5d..5da41ce891c8 100644 --- a/security/clamav/Makefile +++ b/security/clamav/Makefile @@ -3,7 +3,7 @@ PORTNAME= clamav PORTVERSION= 0.99.2 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= security MASTER_SITES= http://www.clamav.net/downloads/production/ diff --git a/security/fastd-devel/Makefile b/security/fastd-devel/Makefile index 59dbbe0378d1..41e9595ed587 100644 --- a/security/fastd-devel/Makefile +++ b/security/fastd-devel/Makefile @@ -2,7 +2,7 @@ PORTNAME= fastd PORTVERSION= 18.a.20151111 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= security net MASTER_SITES= https://git.universe-factory.net/fastd/snapshot/ PKGNAMESUFFIX= -devel diff --git a/security/fastd/Makefile b/security/fastd/Makefile index 160454afa1ae..968006499978 100644 --- a/security/fastd/Makefile +++ b/security/fastd/Makefile @@ -2,7 +2,7 @@ PORTNAME= fastd PORTVERSION= 18 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security net MASTER_SITES= https://git.universe-factory.net/fastd/snapshot/ diff --git a/security/libu2f-host/Makefile b/security/libu2f-host/Makefile index c69eea6fb53f..fc6ae36346a2 100644 --- a/security/libu2f-host/Makefile +++ b/security/libu2f-host/Makefile @@ -3,7 +3,7 @@ PORTNAME= libu2f-host PORTVERSION= 1.1.4 DISTVERSIONPREFIX= ${PORTNAME}- -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security devel MAINTAINER= cpm@FreeBSD.org diff --git a/security/razorback-api/Makefile b/security/razorback-api/Makefile index 1085d7baada7..6bcf822e13fc 100644 --- a/security/razorback-api/Makefile +++ b/security/razorback-api/Makefile @@ -2,7 +2,7 @@ PORTNAME= api PORTVERSION= 0.5.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= security MASTER_SITES= SF/razorbacktm/API PKGNAMEPREFIX= razorback- diff --git a/security/razorback-api/files/patch-include__razorback__json_buffer.h b/security/razorback-api/files/patch-include__razorback__json_buffer.h index 52021972c1c9..4b2bbba2dc07 100644 --- a/security/razorback-api/files/patch-include__razorback__json_buffer.h +++ b/security/razorback-api/files/patch-include__razorback__json_buffer.h @@ -1,11 +1,12 @@ ---- ./include/razorback/json_buffer.h.orig 2014-08-20 10:25:03.000000000 -0400 -+++ ./include/razorback/json_buffer.h 2014-08-20 10:25:26.000000000 -0400 -@@ -9,7 +9,7 @@ +--- include/razorback/json_buffer.h.orig 2012-01-09 19:40:46 UTC ++++ include/razorback/json_buffer.h +@@ -9,6 +9,7 @@ #include <razorback/messages.h> #include <razorback/ntlv.h> -#include <json/json.h> +#include <json-c/json.h> ++#include <json-c/bits.h> #ifdef __cplusplus extern "C" { diff --git a/security/razorback-archiveInflate/Makefile b/security/razorback-archiveInflate/Makefile index 74695583b062..26120d9317d3 100644 --- a/security/razorback-archiveInflate/Makefile +++ b/security/razorback-archiveInflate/Makefile @@ -3,7 +3,7 @@ PORTNAME= archiveInflate PORTVERSION= 0.5.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security MASTER_SITES= SF/razorbacktm/Nuggets PKGNAMEPREFIX= razorback- diff --git a/security/razorback-clamavNugget/Makefile b/security/razorback-clamavNugget/Makefile index 0fd1349a8646..0ab879a794cf 100644 --- a/security/razorback-clamavNugget/Makefile +++ b/security/razorback-clamavNugget/Makefile @@ -3,7 +3,7 @@ PORTNAME= clamavNugget PORTVERSION= 0.5.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= security MASTER_SITES= SF/razorbacktm/Nuggets PKGNAMEPREFIX= razorback- diff --git a/security/razorback-dispatcher/Makefile b/security/razorback-dispatcher/Makefile index 5087391e5e0d..3ba477408c0d 100644 --- a/security/razorback-dispatcher/Makefile +++ b/security/razorback-dispatcher/Makefile @@ -3,7 +3,7 @@ PORTNAME= dispatcher PORTVERSION= 0.5.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= security MASTER_SITES= SF/razorbacktm/Dispatcher PKGNAMEPREFIX= razorback- diff --git a/security/razorback-fileInject/Makefile b/security/razorback-fileInject/Makefile index b462e75e4c42..65b385bdc306 100644 --- a/security/razorback-fileInject/Makefile +++ b/security/razorback-fileInject/Makefile @@ -3,7 +3,7 @@ PORTNAME= fileInject PORTVERSION= 0.5.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MASTER_SITES= SF/razorbacktm/Nuggets PKGNAMEPREFIX= razorback- diff --git a/security/razorback-fsMonitor/Makefile b/security/razorback-fsMonitor/Makefile index 3bc1957ed6a1..03fe1434c239 100644 --- a/security/razorback-fsMonitor/Makefile +++ b/security/razorback-fsMonitor/Makefile @@ -3,7 +3,7 @@ PORTNAME= fsMonitor PORTVERSION= 0.5.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MASTER_SITES= SF/razorbacktm/Nuggets PKGNAMEPREFIX= razorback- diff --git a/security/razorback-fsWalk/Makefile b/security/razorback-fsWalk/Makefile index 3de8f78fed1d..a05a2dc1ff8f 100644 --- a/security/razorback-fsWalk/Makefile +++ b/security/razorback-fsWalk/Makefile @@ -3,7 +3,7 @@ PORTNAME= fsWalk PORTVERSION= 0.5.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MASTER_SITES= SF/razorbacktm/Nuggets PKGNAMEPREFIX= razorback- diff --git a/security/razorback-masterNugget/Makefile b/security/razorback-masterNugget/Makefile index 7916efd1d118..a29217217d3c 100644 --- a/security/razorback-masterNugget/Makefile +++ b/security/razorback-masterNugget/Makefile @@ -3,7 +3,7 @@ PORTNAME= masterNugget PORTVERSION= 0.5.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MASTER_SITES= SF/razorbacktm/Nuggets PKGNAMEPREFIX= razorback- diff --git a/security/razorback-officeCat/Makefile b/security/razorback-officeCat/Makefile index d1f9332d9080..b2d3bf8ca503 100644 --- a/security/razorback-officeCat/Makefile +++ b/security/razorback-officeCat/Makefile @@ -3,7 +3,7 @@ PORTNAME= officeCat PORTVERSION= 0.5.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security MASTER_SITES= SF/razorbacktm/Nuggets PKGNAMEPREFIX= razorback- diff --git a/security/razorback-pdfFox/Makefile b/security/razorback-pdfFox/Makefile index c8ff92711b7d..ee0b747f3caa 100644 --- a/security/razorback-pdfFox/Makefile +++ b/security/razorback-pdfFox/Makefile @@ -3,7 +3,7 @@ PORTNAME= pdfFox PORTVERSION= 0.5.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security MASTER_SITES= SF/razorbacktm/Nuggets PKGNAMEPREFIX= razorback- diff --git a/security/razorback-scriptNugget/Makefile b/security/razorback-scriptNugget/Makefile index 68b22022b196..c3fe99fd7d7f 100644 --- a/security/razorback-scriptNugget/Makefile +++ b/security/razorback-scriptNugget/Makefile @@ -3,7 +3,7 @@ PORTNAME= scriptNugget PORTVERSION= 0.5.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= security MASTER_SITES= SF/razorbacktm/Nuggets PKGNAMEPREFIX= razorback- diff --git a/security/razorback-swfScanner/Makefile b/security/razorback-swfScanner/Makefile index 9d1217377039..8e53537bcb1e 100644 --- a/security/razorback-swfScanner/Makefile +++ b/security/razorback-swfScanner/Makefile @@ -3,7 +3,7 @@ PORTNAME= swfScanner PORTVERSION= 0.5.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security MASTER_SITES= SF/razorbacktm/Nuggets PKGNAMEPREFIX= razorback- diff --git a/security/razorback-syslogNugget/Makefile b/security/razorback-syslogNugget/Makefile index c623a25a911d..1b9cdfad4ff4 100644 --- a/security/razorback-syslogNugget/Makefile +++ b/security/razorback-syslogNugget/Makefile @@ -3,7 +3,7 @@ PORTNAME= syslogNugget PORTVERSION= 0.5.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security MASTER_SITES= SF/razorbacktm/Nuggets PKGNAMEPREFIX= razorback- diff --git a/security/razorback-virusTotal/Makefile b/security/razorback-virusTotal/Makefile index 286c883a64d4..1637f538970b 100644 --- a/security/razorback-virusTotal/Makefile +++ b/security/razorback-virusTotal/Makefile @@ -3,7 +3,7 @@ PORTNAME= virusTotal PORTVERSION= 0.5.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= security MASTER_SITES= SF/razorbacktm/Nuggets PKGNAMEPREFIX= razorback- diff --git a/security/razorback-yaraNugget/Makefile b/security/razorback-yaraNugget/Makefile index 3fa9a40352d9..59c56f5c253d 100644 --- a/security/razorback-yaraNugget/Makefile +++ b/security/razorback-yaraNugget/Makefile @@ -3,7 +3,7 @@ PORTNAME= yaraNugget PORTVERSION= 0.5.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= security MASTER_SITES= SF/razorbacktm/Nuggets PKGNAMEPREFIX= razorback- diff --git a/security/ykpers/Makefile b/security/ykpers/Makefile index 7f54bd6d8896..893930422f37 100644 --- a/security/ykpers/Makefile +++ b/security/ykpers/Makefile @@ -2,6 +2,7 @@ PORTNAME= ykpers PORTVERSION= 1.18.0 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://opensource.yubico.com/yubikey-personalization/releases/ diff --git a/sysutils/slurm-wlm/Makefile b/sysutils/slurm-wlm/Makefile index a5f478cd401f..812a98ec00e1 100644 --- a/sysutils/slurm-wlm/Makefile +++ b/sysutils/slurm-wlm/Makefile @@ -3,6 +3,7 @@ PORTNAME= slurm DISTVERSION= 17.02.9 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://www.schedmd.com/download/latest/ \ http://www.schedmd.com/download/archive/ \ diff --git a/sysutils/syslog-ng310/Makefile b/sysutils/syslog-ng310/Makefile index 4fc2d0c793d3..823083be4f71 100644 --- a/sysutils/syslog-ng310/Makefile +++ b/sysutils/syslog-ng310/Makefile @@ -3,6 +3,7 @@ PORTNAME= syslog-ng DISTVERSION= 3.10.1 +PORTREVISION= 1 CATEGORIES= sysutils DISTFILES= syslog-ng-${DISTVERSION}.tar.gz MASTER_SITES= https://github.com/balabit/syslog-ng/releases/download/syslog-ng-${DISTVERSION}/ diff --git a/sysutils/syslog-ng311/Makefile b/sysutils/syslog-ng311/Makefile index b7dc9818b908..6b8fbcef306d 100644 --- a/sysutils/syslog-ng311/Makefile +++ b/sysutils/syslog-ng311/Makefile @@ -3,7 +3,7 @@ PORTNAME= syslog-ng DISTVERSION= 3.11.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils DISTFILES= syslog-ng-${DISTVERSION}.tar.gz MASTER_SITES= https://github.com/balabit/syslog-ng/releases/download/syslog-ng-${DISTVERSION}/ diff --git a/sysutils/syslog-ng312/Makefile b/sysutils/syslog-ng312/Makefile index 513e943953b4..75d72f9fedcc 100644 --- a/sysutils/syslog-ng312/Makefile +++ b/sysutils/syslog-ng312/Makefile @@ -3,6 +3,7 @@ PORTNAME= syslog-ng DISTVERSION= 3.12.1 +PORTREVISION= 1 CATEGORIES= sysutils DISTFILES= syslog-ng-${DISTVERSION}.tar.gz MASTER_SITES= https://github.com/balabit/syslog-ng/releases/download/syslog-ng-${DISTVERSION}/ diff --git a/sysutils/syslog-ng313/Makefile b/sysutils/syslog-ng313/Makefile index 32fefdc957f1..f703a972edfb 100644 --- a/sysutils/syslog-ng313/Makefile +++ b/sysutils/syslog-ng313/Makefile @@ -3,6 +3,7 @@ PORTNAME= syslog-ng DISTVERSION= 3.13.2 +PORTREVISION= 1 CATEGORIES= sysutils DISTFILES= syslog-ng-${DISTVERSION}.tar.gz MASTER_SITES= https://github.com/balabit/syslog-ng/releases/download/syslog-ng-${DISTVERSION}/ diff --git a/sysutils/syslog-ng36/Makefile b/sysutils/syslog-ng36/Makefile index e05780d63169..1219d3d0486b 100644 --- a/sysutils/syslog-ng36/Makefile +++ b/sysutils/syslog-ng36/Makefile @@ -3,7 +3,7 @@ PORTNAME= syslog-ng DISTVERSION= 3.6.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MASTER_SITES= https://github.com/balabit/${PORTNAME}/releases/download/${PORTNAME}-${DISTVERSION}/ \ http://www.balabit.com/downloads/files/syslog-ng/open-source-edition/${DISTVERSION}/source/ \ diff --git a/sysutils/syslog-ng37/Makefile b/sysutils/syslog-ng37/Makefile index 14c3e439a1b3..7e51beb47e2e 100644 --- a/sysutils/syslog-ng37/Makefile +++ b/sysutils/syslog-ng37/Makefile @@ -3,7 +3,7 @@ PORTNAME= syslog-ng PORTVERSION= 3.7.3 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= sysutils #MASTER_SITES= https://github.com/balabit/syslog-ng/releases/download/syslog-ng-${DISTVERSION}/ DISTNAME= syslog-ng-${DISTVERSION}_with_man diff --git a/sysutils/syslog-ng39/Makefile b/sysutils/syslog-ng39/Makefile index 427d6eb83c29..2d570c32956a 100644 --- a/sysutils/syslog-ng39/Makefile +++ b/sysutils/syslog-ng39/Makefile @@ -3,6 +3,7 @@ PORTNAME= syslog-ng DISTVERSION= 3.9.1 +PORTREVISION= 1 CATEGORIES= sysutils DISTFILES= syslog-ng-${DISTVERSION}.tar.gz MASTER_SITES= https://github.com/balabit/syslog-ng/releases/download/syslog-ng-${DISTVERSION}/ diff --git a/sysutils/ttyd/Makefile b/sysutils/ttyd/Makefile index d02d6bdd279a..f3cad5aa3428 100644 --- a/sysutils/ttyd/Makefile +++ b/sysutils/ttyd/Makefile @@ -2,6 +2,7 @@ PORTNAME= ttyd PORTVERSION= 1.3.3 +PORTREVISION= 1 CATEGORIES= sysutils MAINTAINER= neel@neelc.org diff --git a/www/newsboat/Makefile b/www/newsboat/Makefile index 86941925778a..311bb8b840f8 100644 --- a/www/newsboat/Makefile +++ b/www/newsboat/Makefile @@ -4,6 +4,7 @@ PORTNAME= newsboat PORTVERSION= 2.10.1 DISTVERSIONPREFIX= r +PORTREVISION= 1 CATEGORIES= www MAINTAINER= mt@markoturk.info |