diff options
author | wiz <wiz@pkgsrc.org> | 2010-09-14 11:13:10 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2010-09-14 11:13:10 +0000 |
commit | bf543217b472adb330fe2342a2bf0fbd7eeee97f (patch) | |
tree | 81f93e9e5480e4da9042ca8fcb76ab4de54e1197 /editors | |
parent | 64c8e7791b2a8f80fe782feb4461e8ef46bd7aaa (diff) | |
download | pkgsrc-bf543217b472adb330fe2342a2bf0fbd7eeee97f.tar.gz |
More PKGREVISION bumps for pixman update.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/emacs-snapshot/Makefile | 3 | ||||
-rw-r--r-- | editors/emacs/Makefile | 4 | ||||
-rw-r--r-- | editors/emacs22/Makefile | 4 |
3 files changed, 6 insertions, 5 deletions
diff --git a/editors/emacs-snapshot/Makefile b/editors/emacs-snapshot/Makefile index 96f9510217f..757cf78d30a 100644 --- a/editors/emacs-snapshot/Makefile +++ b/editors/emacs-snapshot/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.14 2010/07/18 21:55:36 minskim Exp $ +# $NetBSD: Makefile,v 1.15 2010/09/14 11:13:11 wiz Exp $ CONFLICTS+= emacs-nox11-[0-9]* .include "../../editors/emacs-snapshot/Makefile.common" +PKGREVISION= 1 .include "options.mk" diff --git a/editors/emacs/Makefile b/editors/emacs/Makefile index 64815a26c90..adf18338640 100644 --- a/editors/emacs/Makefile +++ b/editors/emacs/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.130 2010/06/14 09:51:42 dholland Exp $ +# $NetBSD: Makefile,v 1.131 2010/09/14 11:13:11 wiz Exp $ -PKGREVISION=1 +PKGREVISION= 2 CONFLICTS+= emacs-nox11-[0-9]* diff --git a/editors/emacs22/Makefile b/editors/emacs22/Makefile index ff7baa6fea4..482cf35bf8c 100644 --- a/editors/emacs22/Makefile +++ b/editors/emacs22/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.8 2010/06/14 09:54:42 dholland Exp $ +# $NetBSD: Makefile,v 1.9 2010/09/14 11:13:11 wiz Exp $ PKGNAME?= ${DISTNAME} COMMENT?= GNU editing macros (editor) DISTNAME= emacs-22.3 -PKGREVISION= 9 +PKGREVISION= 10 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_GNU:=emacs/} |