diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-06-27 13:46:53 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-06-27 13:46:53 +0000 |
commit | cb037d3c98be43c22f51db530a0e5146ddc374b2 (patch) | |
tree | da3d0ad74b3dac25040098f7125aac62b77bc817 /net-mgmt | |
parent | Update devel/git to 2.13.2 (diff) |
Update devel/readline to 7.0 patch 3
- Bump PORTREVISION for shlib change
Changes: https://cnswww.cns.cwru.edu/php/chet/readline/CHANGES
https://lists.gnu.org/archive/html/bug-bash/2016-09/msg00107.html
https://lists.gnu.org/archive/html/bug-readline/2017-01/msg00002.html
Differential Revision: https://reviews.freebsd.org/D11172
PR: 219947
Exp-run by: antoine
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/argus3-clients/Makefile | 1 | ||||
-rw-r--r-- | net-mgmt/scli/Makefile | 2 | ||||
-rw-r--r-- | net-mgmt/send/Makefile | 2 |
3 files changed, 3 insertions, 2 deletions
diff --git a/net-mgmt/argus3-clients/Makefile b/net-mgmt/argus3-clients/Makefile index 6b0f810b1ef3..ed1b2ad01f65 100644 --- a/net-mgmt/argus3-clients/Makefile +++ b/net-mgmt/argus3-clients/Makefile @@ -3,6 +3,7 @@ PORTNAME= argus-clients PORTVERSION= 3.0.8.2 +PORTREVISION= 1 CATEGORIES= net-mgmt security MASTER_SITES= http://qosient.com/argus/src/ \ ftp://qosient.com/pub/argus/src/ diff --git a/net-mgmt/scli/Makefile b/net-mgmt/scli/Makefile index eb066556a292..9e2fc857d39b 100644 --- a/net-mgmt/scli/Makefile +++ b/net-mgmt/scli/Makefile @@ -3,7 +3,7 @@ PORTNAME= scli PORTVERSION= 0.3.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net-mgmt MASTER_SITES= ftp://ftp.ibr.cs.tu-bs.de/local/${PORTNAME}/ \ http://matt.peterson.org/FreeBSD/ports/ diff --git a/net-mgmt/send/Makefile b/net-mgmt/send/Makefile index 7922807b65a0..918f6c4aec56 100644 --- a/net-mgmt/send/Makefile +++ b/net-mgmt/send/Makefile @@ -3,7 +3,7 @@ PORTNAME= send PORTVERSION= 0.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-mgmt ipv6 MASTER_SITES= LOCAL/hrs DISTNAME= ${PORTNAME}_${PORTVERSION} |