diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2018-01-03 21:36:58 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2018-01-03 21:36:58 +0800 |
commit | 3e68ca9d9c2f316c3f83f97bc72893e3a060e661 (patch) | |
tree | 587fc934bc5975d202ef2a7a793afcc14cc63d41 /net-mgmt | |
parent | f94c0be9433c87594b2ddb224b838f07abed216d (diff) | |
download | freebsd-ports-gnome-3e68ca9d9c2f316c3f83f97bc72893e3a060e661.tar.gz freebsd-ports-gnome-3e68ca9d9c2f316c3f83f97bc72893e3a060e661.tar.zst freebsd-ports-gnome-3e68ca9d9c2f316c3f83f97bc72893e3a060e661.zip |
Update devel/json-c to 0.13
- Add TEST_TARGET
- While I'm here, fix shebang for net/opensips
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/json-c/json-c/blob/master/ChangeLog
PR: 224675
Exp-run by: antoine
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/fastnetmon/Makefile | 2 | ||||
-rw-r--r-- | net-mgmt/riemann-c-client/Makefile | 1 |
2 files changed, 2 insertions, 1 deletions
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 |