diff options
author | dholland <dholland> | 2010-06-14 10:32:24 +0000 |
---|---|---|
committer | dholland <dholland> | 2010-06-14 10:32:24 +0000 |
commit | a677f9fdff46ea81c7094183a7e346db30ca5812 (patch) | |
tree | 8e68a6fce67d2db87e33f819cb34890c3f2cdfd3 /editors | |
parent | 93138d3397bf5123784f140918fd6df7fcd90f62 (diff) | |
download | pkgsrc-a677f9fdff46ea81c7094183a7e346db30ca5812.tar.gz |
Needs revbump for png update.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/emacs-snapshot/Makefile | 4 | ||||
-rw-r--r-- | editors/xemacs-current/Makefile | 4 | ||||
-rw-r--r-- | editors/xemacs/Makefile | 4 |
3 files changed, 7 insertions, 5 deletions
diff --git a/editors/emacs-snapshot/Makefile b/editors/emacs-snapshot/Makefile index a31f8da571b..4fa119b2dc4 100644 --- a/editors/emacs-snapshot/Makefile +++ b/editors/emacs-snapshot/Makefile @@ -1,4 +1,6 @@ -# $NetBSD: Makefile,v 1.12 2010/06/07 22:44:01 minskim Exp $ +# $NetBSD: Makefile,v 1.13 2010/06/14 10:32:24 dholland Exp $ + +PKGREVISION=1 CONFLICTS+= emacs-nox11-[0-9]* diff --git a/editors/xemacs-current/Makefile b/editors/xemacs-current/Makefile index 66300814a90..8b127c8dca8 100644 --- a/editors/xemacs-current/Makefile +++ b/editors/xemacs-current/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.67 2009/08/26 19:58:43 sno Exp $ +# $NetBSD: Makefile,v 1.68 2010/06/14 10:34:39 dholland 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= 4 +PKGREVISION= 5 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_XEMACS:=${DISTNAME:C/[.][^.]*$//}/} diff --git a/editors/xemacs/Makefile b/editors/xemacs/Makefile index 5ee474f1647..c03c78399b7 100644 --- a/editors/xemacs/Makefile +++ b/editors/xemacs/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.92 2010/01/24 00:17:56 dholland Exp $ +# $NetBSD: Makefile,v 1.93 2010/06/14 10:33:12 dholland Exp $ PKGNAME?= ${DISTNAME} COMMENT?= XEmacs text editor version 21 DISTNAME= xemacs-21.4.17 -PKGREVISION= 8 +PKGREVISION= 9 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_XEMACS:=${DISTNAME:C/[.][^.]*$//}/} DISTFILES= ${DISTNAME}.tar.gz ${DISTNAME}-elc.tar.gz \ |