diff options
author | jklos <jklos@pkgsrc.org> | 2005-02-05 18:03:33 +0000 |
---|---|---|
committer | jklos <jklos@pkgsrc.org> | 2005-02-05 18:03:33 +0000 |
commit | 31b1bff35180d0b195980caea1ca4af95a15a243 (patch) | |
tree | 20ec624d62d8382927f51bc5ba365fb528ddcffe | |
parent | 3d35bd5561caea822b295929e5e98e7dd71cc8d1 (diff) | |
download | pkgsrc-31b1bff35180d0b195980caea1ca4af95a15a243.tar.gz |
Bumped PKGREVISION due to change in libwmf.
-rw-r--r-- | converters/wv/Makefile | 3 | ||||
-rw-r--r-- | editors/abiword/Makefile.common | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/converters/wv/Makefile b/converters/wv/Makefile index 29bc4b72cea..91f3b26c65f 100644 --- a/converters/wv/Makefile +++ b/converters/wv/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.41 2005/01/10 16:14:12 adam Exp $ +# $NetBSD: Makefile,v 1.42 2005/02/05 18:03:33 jklos Exp $ DISTNAME= wv-1.0.3 +PKGREVISION= 1 CATEGORIES= converters MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=wvware/} diff --git a/editors/abiword/Makefile.common b/editors/abiword/Makefile.common index bcd76b025b9..c69062e2f07 100644 --- a/editors/abiword/Makefile.common +++ b/editors/abiword/Makefile.common @@ -1,8 +1,9 @@ -# $NetBSD: Makefile.common,v 1.10 2005/01/27 17:47:47 reed Exp $ +# $NetBSD: Makefile.common,v 1.11 2005/02/05 18:13:31 jklos Exp $ # Be sure to update PLIST and distinfo for editors/abiword-plugins when updating ABIWORD_DIST_VERSION= 2.2.3 DISTNAME= abiword-${ABIWORD_DIST_VERSION} +PKGREVISION= 1 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=abiword/} |