diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-04-09 14:04:49 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-04-09 14:04:49 +0000 |
commit | 40c9c7f7eb5f34d2d4c0a47826f07c8e8387e954 (patch) | |
tree | 070f64462a1ed48d7c9c5741162e39787f5d9e84 /textproc | |
parent | d741d40d75eab7aeb59e86cf967d1c5fc090c515 (diff) | |
download | ports-40c9c7f7eb5f34d2d4c0a47826f07c8e8387e954.tar.gz ports-40c9c7f7eb5f34d2d4c0a47826f07c8e8387e954.zip |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/augeas/Makefile | 2 | ||||
-rw-r--r-- | textproc/hunspell/Makefile | 1 | ||||
-rw-r--r-- | textproc/refdb/Makefile | 2 | ||||
-rw-r--r-- | textproc/sdcv/Makefile | 2 | ||||
-rw-r--r-- | textproc/ucto/Makefile | 2 |
5 files changed, 5 insertions, 4 deletions
diff --git a/textproc/augeas/Makefile b/textproc/augeas/Makefile index 2af4da54acbe..a7489071d99a 100644 --- a/textproc/augeas/Makefile +++ b/textproc/augeas/Makefile @@ -3,7 +3,7 @@ PORTNAME= augeas PORTVERSION= 1.11.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc MASTER_SITES= http://download.augeas.net/ diff --git a/textproc/hunspell/Makefile b/textproc/hunspell/Makefile index 58e306e7bbca..2f7300528a34 100644 --- a/textproc/hunspell/Makefile +++ b/textproc/hunspell/Makefile @@ -3,6 +3,7 @@ PORTNAME= hunspell PORTVERSION= 1.7.0 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= textproc DIST_SUBDIR= ${PORTNAME} diff --git a/textproc/refdb/Makefile b/textproc/refdb/Makefile index 67bf82462d9e..ad5bd0cc3551 100644 --- a/textproc/refdb/Makefile +++ b/textproc/refdb/Makefile @@ -4,7 +4,7 @@ PORTNAME= refdb PORTVERSION= 0.9.9 DISTVERSIONSUFFIX= -1 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= textproc MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-src/${PORTNAME}-src-${PORTVERSION}-1 diff --git a/textproc/sdcv/Makefile b/textproc/sdcv/Makefile index 552d80062991..7c9c9641a147 100644 --- a/textproc/sdcv/Makefile +++ b/textproc/sdcv/Makefile @@ -3,7 +3,7 @@ PORTNAME= sdcv PORTVERSION= 0.5.2 -PORTREVISION= 2 +PORTREVISION= 3 DISTVERSIONPREFIX= v CATEGORIES= textproc diff --git a/textproc/ucto/Makefile b/textproc/ucto/Makefile index f9451270cf53..61b3b019e241 100644 --- a/textproc/ucto/Makefile +++ b/textproc/ucto/Makefile @@ -3,7 +3,7 @@ PORTNAME= ucto DISTVERSIONPREFIX= v DISTVERSION= 0.14.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc MAINTAINER= yuri@FreeBSD.org |