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/coda6_server | |
parent | a014051a7b56b13a0d09cb97969287bce9a04a38 (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
Notes
Notes:
svn path=/head/; revision=444463
Diffstat (limited to 'net/coda6_server')
-rw-r--r-- | net/coda6_server/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/coda6_server/Makefile b/net/coda6_server/Makefile index 1376ab6e8516..c7c8b0c14369 100644 --- a/net/coda6_server/Makefile +++ b/net/coda6_server/Makefile @@ -3,7 +3,7 @@ PORTNAME= coda PORTVERSION= 6.9.4 -PORTREVISION?= 5 +PORTREVISION?= 6 CATEGORIES= net MASTER_SITES= ftp://ftp.coda.cs.cmu.edu/pub/coda/src/ \ ftp://ftp.planetmirror.com/pub/coda/src/ \ |