diff options
author | wiz <wiz@pkgsrc.org> | 2012-08-13 14:25:37 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-08-13 14:25:37 +0000 |
commit | 3ebfad88245bf3cab49c490708fd606c342bf7ab (patch) | |
tree | b49584837fe18036982ca2f5c214da74b23e47d4 /editors | |
parent | 2c7aa95b72dfa5d54768b10b41cbf3f4e999bfb0 (diff) | |
download | pkgsrc-3ebfad88245bf3cab49c490708fd606c342bf7ab.tar.gz |
Bump PKGREVISION for fix in librsvg/buildlink3.mk.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/abiword-plugins/Makefile | 4 | ||||
-rw-r--r-- | editors/abiword/Makefile | 4 | ||||
-rw-r--r-- | editors/emacs-snapshot/Makefile | 4 | ||||
-rw-r--r-- | editors/emacs/Makefile | 4 | ||||
-rw-r--r-- | editors/emacs24/Makefile | 4 | ||||
-rw-r--r-- | editors/tomboy/Makefile | 4 |
6 files changed, 12 insertions, 12 deletions
diff --git a/editors/abiword-plugins/Makefile b/editors/abiword-plugins/Makefile index da32301dad9..fa6e8b7a3ee 100644 --- a/editors/abiword-plugins/Makefile +++ b/editors/abiword-plugins/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.44 2012/06/14 07:44:25 sbd Exp $ +# $NetBSD: Makefile,v 1.45 2012/08/13 14:25:38 wiz Exp $ PKG_DESTDIR_SUPPORT= user-destdir .include "../../editors/abiword/Makefile.common" PKGNAME= abiword-plugins-${ABIVERSION} -PKGREVISION= 7 +PKGREVISION= 8 COMMENT= Plugins enhancing Abiword's capabilities CONFIGURE_ARGS+= --without-gnomevfs diff --git a/editors/abiword/Makefile b/editors/abiword/Makefile index d26352e1a9d..498282eb99e 100644 --- a/editors/abiword/Makefile +++ b/editors/abiword/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.134 2012/06/14 07:44:25 sbd Exp $ +# $NetBSD: Makefile,v 1.135 2012/08/13 14:25:38 wiz Exp $ PKG_DESTDIR_SUPPORT= user-destdir .include "Makefile.common" -PKGREVISION= 8 +PKGREVISION= 9 COMMENT= Open Source cross-platform word processor diff --git a/editors/emacs-snapshot/Makefile b/editors/emacs-snapshot/Makefile index 448815d4f95..39a531633f2 100644 --- a/editors/emacs-snapshot/Makefile +++ b/editors/emacs-snapshot/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.29 2012/06/14 07:44:36 sbd Exp $ +# $NetBSD: Makefile,v 1.30 2012/08/13 14:25:38 wiz Exp $ -PKGREVISION= 1 +PKGREVISION= 2 CONFLICTS+= emacs-nox11-[0-9]* .include "../../editors/emacs-snapshot/Makefile.common" diff --git a/editors/emacs/Makefile b/editors/emacs/Makefile index 3286cf1f676..6e4282329bd 100644 --- a/editors/emacs/Makefile +++ b/editors/emacs/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.146 2012/08/13 06:53:06 wiz Exp $ +# $NetBSD: Makefile,v 1.147 2012/08/13 14:25:38 wiz Exp $ CONFLICTS+= emacs-nox11-[0-9]* .include "../../editors/emacs/Makefile.common" -PKGREVISION= 4 +PKGREVISION= 5 .include "options.mk" diff --git a/editors/emacs24/Makefile b/editors/emacs24/Makefile index 7b7e1a11e47..67fd05f1877 100644 --- a/editors/emacs24/Makefile +++ b/editors/emacs24/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.4 2012/08/13 06:38:50 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2012/08/13 14:25:38 wiz Exp $ CONFLICTS+= emacs-nox11-[0-9]* .include "../../editors/emacs24/Makefile.common" -PKGREVISION= 2 +PKGREVISION= 3 .include "options.mk" diff --git a/editors/tomboy/Makefile b/editors/tomboy/Makefile index 6fa4bb93b4e..27bfa15f0b4 100644 --- a/editors/tomboy/Makefile +++ b/editors/tomboy/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.38 2012/07/15 08:22:49 wiz Exp $ +# $NetBSD: Makefile,v 1.39 2012/08/13 14:25:38 wiz Exp $ # DISTNAME= tomboy-1.2.1 -PKGREVISION= 15 +PKGREVISION= 16 CATEGORIES= editors misc MASTER_SITES= ${MASTER_SITE_GNOME:=sources/tomboy/1.2/} |