diff options
author | wiz <wiz@pkgsrc.org> | 2011-01-13 13:53:23 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2011-01-13 13:53:23 +0000 |
commit | fcc0b5fda026e38aa1efb7f318010e3a69098566 (patch) | |
tree | d235dceb5492df43911f7f1b522b59cc6164c7b2 /editors | |
parent | 22538e12e3f525cd419843289915758a5a78c187 (diff) | |
download | pkgsrc-fcc0b5fda026e38aa1efb7f318010e3a69098566.tar.gz |
png shlib name changed for png>=1.5.0, so bump PKGREVISIONs.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/emacs-snapshot/Makefile | 3 | ||||
-rw-r--r-- | editors/emacs/Makefile | 4 | ||||
-rw-r--r-- | editors/emacs21/Makefile | 4 | ||||
-rw-r--r-- | editors/emacs22/Makefile | 4 | ||||
-rw-r--r-- | editors/xemacs-current/Makefile | 4 | ||||
-rw-r--r-- | editors/xemacs/Makefile | 3 |
6 files changed, 12 insertions, 10 deletions
diff --git a/editors/emacs-snapshot/Makefile b/editors/emacs-snapshot/Makefile index b63c8769278..732272fa4b3 100644 --- a/editors/emacs-snapshot/Makefile +++ b/editors/emacs-snapshot/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.18 2010/11/17 17:06:08 minskim Exp $ +# $NetBSD: Makefile,v 1.19 2011/01/13 13:53:25 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 9598e7c62b5..105d916d5ff 100644 --- a/editors/emacs/Makefile +++ b/editors/emacs/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.133 2010/11/15 22:56:49 abs Exp $ +# $NetBSD: Makefile,v 1.134 2011/01/13 13:53:25 wiz Exp $ -PKGREVISION= 3 +PKGREVISION= 4 CONFLICTS+= emacs-nox11-[0-9]* diff --git a/editors/emacs21/Makefile b/editors/emacs21/Makefile index 9bd9c6360b4..3373bf2b00d 100644 --- a/editors/emacs21/Makefile +++ b/editors/emacs21/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.16 2010/06/14 09:55:33 dholland Exp $ +# $NetBSD: Makefile,v 1.17 2011/01/13 13:53:26 wiz Exp $ -PKGREVISION= 19 +PKGREVISION= 20 CATEGORIES= editors COMMENT= GNU editing macros (editor) diff --git a/editors/emacs22/Makefile b/editors/emacs22/Makefile index 0a582e30770..213f7c545a7 100644 --- a/editors/emacs22/Makefile +++ b/editors/emacs22/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.10 2010/11/15 22:56:50 abs Exp $ +# $NetBSD: Makefile,v 1.11 2011/01/13 13:53:26 wiz Exp $ PKGNAME?= ${DISTNAME} COMMENT?= GNU editing macros (editor) DISTNAME= emacs-22.3 -PKGREVISION= 11 +PKGREVISION= 12 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_GNU:=emacs/} diff --git a/editors/xemacs-current/Makefile b/editors/xemacs-current/Makefile index 8b127c8dca8..614fd066cdf 100644 --- a/editors/xemacs-current/Makefile +++ b/editors/xemacs-current/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.68 2010/06/14 10:34:39 dholland Exp $ +# $NetBSD: Makefile,v 1.69 2011/01/13 13:53:27 wiz Exp $ PKGNAME?= ${DISTNAME} COMMENT?= *BETA* XEmacs text editor version ${PKGVERSION_NOREV} @@ -6,7 +6,7 @@ COMMENT?= *BETA* XEmacs text editor version ${PKGVERSION_NOREV} DISTNAME= xemacs-21.5.27 EMACSVERSION= 21.5-b27 EMACS_DISTNAME= xemacs-${EMACSVERSION} -PKGREVISION= 5 +PKGREVISION= 6 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_XEMACS:=${DISTNAME:C/[.][^.]*$//}/} diff --git a/editors/xemacs/Makefile b/editors/xemacs/Makefile index 48254ff3f8b..6c1310f37d2 100644 --- a/editors/xemacs/Makefile +++ b/editors/xemacs/Makefile @@ -1,10 +1,11 @@ -# $NetBSD: Makefile,v 1.96 2010/12/17 16:47:32 hauke Exp $ +# $NetBSD: Makefile,v 1.97 2011/01/13 13:53:26 wiz Exp $ PKGNAME?= ${DISTNAME} COMMENT?= XEmacs text editor version 21 DISTNAME= xemacs-21.4.22 #PKGREVISION= 1 +PKGREVISION= 1 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_XEMACS:=${DISTNAME:C/[.][^.]*$//}/} |