diff options
author | sbd <sbd@pkgsrc.org> | 2011-11-01 06:11:52 +0000 |
---|---|---|
committer | sbd <sbd@pkgsrc.org> | 2011-11-01 06:11:52 +0000 |
commit | ff3e585f0341168bbd4352f82d8f34d09cf30063 (patch) | |
tree | 2a8358bc5fc8875855aa8d4672495c84bd23b7bc /editors | |
parent | 94b37b4e43cb09388d595b2eab1c405e533f4758 (diff) | |
download | pkgsrc-ff3e585f0341168bbd4352f82d8f34d09cf30063.tar.gz |
Recursive bump for graphics/freetype2 buildlink addition.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/elvis/Makefile | 4 | ||||
-rw-r--r-- | editors/emacs-snapshot/Makefile | 4 | ||||
-rw-r--r-- | editors/emacs/Makefile | 4 | ||||
-rw-r--r-- | editors/emacs22/Makefile | 4 | ||||
-rw-r--r-- | editors/xemacs-current/Makefile | 4 |
5 files changed, 12 insertions, 8 deletions
diff --git a/editors/elvis/Makefile b/editors/elvis/Makefile index dc9e68e54c1..a592b703e93 100644 --- a/editors/elvis/Makefile +++ b/editors/elvis/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2011/10/03 00:52:07 dholland Exp $ +# $NetBSD: Makefile,v 1.8 2011/11/01 06:11:53 sbd Exp $ # This section contains variables that might be overridden. PKGNAME?= ${PKGNAME_BASE} @@ -7,7 +7,7 @@ COMMENT?= vi clone with regex-search, hex-edit, HTML/LaTeX preview # Normal package Makefile contents follow. DISTNAME= elvis-2.2_0 PKGNAME_BASE= ${DISTNAME:S/_/./} -PKGREVISION= 7 +PKGREVISION= 8 CATEGORIES= editors MASTER_SITES= ftp://ftp.cs.pdx.edu/pub/elvis/ diff --git a/editors/emacs-snapshot/Makefile b/editors/emacs-snapshot/Makefile index cbd7e65e492..676d44ef90c 100644 --- a/editors/emacs-snapshot/Makefile +++ b/editors/emacs-snapshot/Makefile @@ -1,4 +1,6 @@ -# $NetBSD: Makefile,v 1.22 2011/05/08 23:28:44 minskim Exp $ +# $NetBSD: Makefile,v 1.23 2011/11/01 06:11:53 sbd Exp $ + +PKGREVISION= 1 CONFLICTS+= emacs-nox11-[0-9]* diff --git a/editors/emacs/Makefile b/editors/emacs/Makefile index 546e904bf8d..36d4b484ee4 100644 --- a/editors/emacs/Makefile +++ b/editors/emacs/Makefile @@ -1,4 +1,6 @@ -# $NetBSD: Makefile,v 1.137 2011/06/09 13:47:31 drochner Exp $ +# $NetBSD: Makefile,v 1.138 2011/11/01 06:11:53 sbd Exp $ + +PKGREVISION= 1 CONFLICTS+= emacs-nox11-[0-9]* diff --git a/editors/emacs22/Makefile b/editors/emacs22/Makefile index 981baa15aa6..b034489192e 100644 --- a/editors/emacs22/Makefile +++ b/editors/emacs22/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.18 2011/09/24 00:54:52 ryoon Exp $ +# $NetBSD: Makefile,v 1.19 2011/11/01 06:11:54 sbd Exp $ PKGNAME?= ${DISTNAME} COMMENT?= GNU editing macros (editor) DISTNAME= emacs-22.3 -PKGREVISION= 14 +PKGREVISION= 15 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_GNU:=emacs/} diff --git a/editors/xemacs-current/Makefile b/editors/xemacs-current/Makefile index 7c25493e9e1..6335a4a39cb 100644 --- a/editors/xemacs-current/Makefile +++ b/editors/xemacs-current/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.71 2011/08/23 13:06:49 obache Exp $ +# $NetBSD: Makefile,v 1.72 2011/11/01 06:11:54 sbd 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= 8 +PKGREVISION= 9 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_XEMACS:=${DISTNAME:C/[.][^.]*$//}/} |