diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-06-27 21:46:53 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-06-27 21:46:53 +0800 |
commit | e354b10f0e9fe7108b8062f76955be850b974b22 (patch) | |
tree | da3d0ad74b3dac25040098f7125aac62b77bc817 /textproc | |
parent | e94a275df9d75d3bfc541a3d0c0348447a04f2b4 (diff) | |
download | freebsd-ports-gnome-e354b10f0e9fe7108b8062f76955be850b974b22.tar.gz freebsd-ports-gnome-e354b10f0e9fe7108b8062f76955be850b974b22.tar.zst freebsd-ports-gnome-e354b10f0e9fe7108b8062f76955be850b974b22.zip |
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 'textproc')
-rw-r--r-- | textproc/augeas/Makefile | 1 | ||||
-rw-r--r-- | textproc/hunspell/Makefile | 1 | ||||
-rw-r--r-- | textproc/refdb/Makefile | 2 | ||||
-rw-r--r-- | textproc/sdcv/Makefile | 2 |
4 files changed, 4 insertions, 2 deletions
diff --git a/textproc/augeas/Makefile b/textproc/augeas/Makefile index 2a021c2f943c..3aa6d033c3de 100644 --- a/textproc/augeas/Makefile +++ b/textproc/augeas/Makefile @@ -3,6 +3,7 @@ PORTNAME= augeas PORTVERSION= 1.7.0 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= http://download.augeas.net/ diff --git a/textproc/hunspell/Makefile b/textproc/hunspell/Makefile index 30e518665858..d01530a0596f 100644 --- a/textproc/hunspell/Makefile +++ b/textproc/hunspell/Makefile @@ -4,6 +4,7 @@ PORTNAME= hunspell PORTVERSION= 1.6.1 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= textproc DIST_SUBDIR= ${PORTNAME} diff --git a/textproc/refdb/Makefile b/textproc/refdb/Makefile index 6330c2b53bbc..3e875954db1f 100644 --- a/textproc/refdb/Makefile +++ b/textproc/refdb/Makefile @@ -4,7 +4,7 @@ PORTNAME= refdb PORTVERSION= 0.9.9 DISTVERSIONSUFFIX= -1 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= textproc MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-src/${PORTNAME}-src-${PORTVERSION}-1 diff --git a/textproc/sdcv/Makefile b/textproc/sdcv/Makefile index 3b41bd6b75e9..2b8c91e4b19c 100644 --- a/textproc/sdcv/Makefile +++ b/textproc/sdcv/Makefile @@ -3,7 +3,7 @@ PORTNAME= sdcv PORTVERSION= 0.4.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= textproc MASTER_SITES= SF |