diff options
author | mezz <mezz@FreeBSD.org> | 2006-03-16 02:06:16 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2006-03-16 02:06:16 +0800 |
commit | 48ed6584e9c8bd3cba393742a9eb2ac32966a61e (patch) | |
tree | d8a572efbaaf696ce59a8181d1729c4b571c490c | |
parent | 74e3eecb815790a7384ecca9ae86d1a2829d8574 (diff) | |
download | freebsd-ports-gnome-48ed6584e9c8bd3cba393742a9eb2ac32966a61e.tar.gz freebsd-ports-gnome-48ed6584e9c8bd3cba393742a9eb2ac32966a61e.tar.zst freebsd-ports-gnome-48ed6584e9c8bd3cba393742a9eb2ac32966a61e.zip |
Chase wv's shared library version bump, bump the PORTREVISION.
-rw-r--r-- | editors/abiword-plugins/Makefile | 2 | ||||
-rw-r--r-- | editors/abiword/Makefile | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/editors/abiword-plugins/Makefile b/editors/abiword-plugins/Makefile index f187cfc6c518..c922ee8547c4 100644 --- a/editors/abiword-plugins/Makefile +++ b/editors/abiword-plugins/Makefile @@ -8,7 +8,7 @@ PORTNAME= abiword PORTVERSION= 2.4.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= editors MASTER_SITES= http://www.abisource.com/downloads/%SUBDIR%/${PORTVERSION}/source/ MASTER_SITE_SUBDIR= abiword diff --git a/editors/abiword/Makefile b/editors/abiword/Makefile index 1fecd34b59e2..709335930de6 100644 --- a/editors/abiword/Makefile +++ b/editors/abiword/Makefile @@ -8,6 +8,7 @@ PORTNAME= abiword PORTVERSION= 2.4.2 +PORTREVISION= 1 CATEGORIES= editors MASTER_SITES= http://www.abisource.com/downloads/%SUBDIR%/${PORTVERSION}/source/ MASTER_SITE_SUBDIR= abiword @@ -21,7 +22,7 @@ COMMENT= An open-source, cross-platform WYSIWYG word processor BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt \ png.5:${PORTSDIR}/graphics/png \ - wv-1.0.0:${PORTSDIR}/textproc/wv \ + wv-1.2.1:${PORTSDIR}/textproc/wv \ fribidi.0:${PORTSDIR}/converters/fribidi USE_BZIP2= yes |