diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-07-04 20:28:31 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-07-04 20:28:31 +0000 |
commit | 3127da9b78f31e42eb76eb14c5350d2773903d23 (patch) | |
tree | 809e541af15b73734c43182b4f41107e2d9dd2b8 /editors | |
parent | dff87f87c667f57bd5102bc4cee12731c786a577 (diff) | |
download | freebsd-ports-3127da9b78f31e42eb76eb14c5350d2773903d23.zip |
Convert textproc/aspell to "USES=libtool tar:bzip2" and bump dependent ports
Approved by: portmgr (implicit, PORTREVISION bump on unstaged port)
Diffstat (limited to 'editors')
-rw-r--r-- | editors/tea/Makefile | 1 | ||||
-rw-r--r-- | editors/winefish/Makefile | 2 | ||||
-rw-r--r-- | editors/xmlcopyeditor/Makefile | 2 |
3 files changed, 3 insertions, 2 deletions
diff --git a/editors/tea/Makefile b/editors/tea/Makefile index b8a590e7953b..94eb040c9919 100644 --- a/editors/tea/Makefile +++ b/editors/tea/Makefile @@ -3,6 +3,7 @@ PORTNAME= tea PORTVERSION= 37.2.1 +PORTREVISION= 1 CATEGORIES= editors MASTER_SITES= http://semiletov.org/tea/dloads/ diff --git a/editors/winefish/Makefile b/editors/winefish/Makefile index 33bd4983e4c3..a449889ef7be 100644 --- a/editors/winefish/Makefile +++ b/editors/winefish/Makefile @@ -3,7 +3,7 @@ PORTNAME= winefish DISTVERSION= 1.3.3 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= editors print MASTER_SITES= http://download.berlios.de/winefish/ \ http://nivi.interfree.it/distfiles/winefish/ diff --git a/editors/xmlcopyeditor/Makefile b/editors/xmlcopyeditor/Makefile index 7cfa7e937ed3..495d84f7b8b7 100644 --- a/editors/xmlcopyeditor/Makefile +++ b/editors/xmlcopyeditor/Makefile @@ -3,7 +3,7 @@ PORTNAME= xmlcopyeditor PORTVERSION= 1.2.0.11 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= editors MASTER_SITES= SF/xml-copy-editor/${PORTNAME}-linux/${PORTVERSION} |