diff options
author | wiz <wiz@pkgsrc.org> | 2008-11-10 17:21:33 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2008-11-10 17:21:33 +0000 |
commit | 285b7dd776c36b2dd5547a2d656a3d61d2b150ef (patch) | |
tree | acd08afb8bfbd87219ea006085bd5a4ba4ba5388 /editors | |
parent | 0002a31919911d801d422231505d49153fa42891 (diff) | |
download | pkgsrc-285b7dd776c36b2dd5547a2d656a3d61d2b150ef.tar.gz |
Bump PKGREVISION for libXaw API depends bump due to libXaw8 removal.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/emacs/Makefile | 3 | ||||
-rw-r--r-- | editors/emacs20/Makefile | 4 | ||||
-rw-r--r-- | editors/emacs21/Makefile | 4 | ||||
-rw-r--r-- | editors/mule/Makefile | 4 | ||||
-rw-r--r-- | editors/vim-xaw/Makefile | 4 | ||||
-rw-r--r-- | editors/xemacs-current/Makefile | 4 | ||||
-rw-r--r-- | editors/xemacs/Makefile | 4 | ||||
-rw-r--r-- | editors/xvile/Makefile | 4 |
8 files changed, 16 insertions, 15 deletions
diff --git a/editors/emacs/Makefile b/editors/emacs/Makefile index a9932f0310c..2ba09d62068 100644 --- a/editors/emacs/Makefile +++ b/editors/emacs/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.117 2008/10/14 06:25:37 uebayasi Exp $ +# $NetBSD: Makefile,v 1.118 2008/11/10 17:21:34 wiz Exp $ PKGNAME?= ${DISTNAME} COMMENT?= GNU editing macros (editor) DISTNAME= emacs-22.3 +PKGREVISION= 1 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_GNU:=emacs/} diff --git a/editors/emacs20/Makefile b/editors/emacs20/Makefile index 1921ab1d61e..8d59aae906d 100644 --- a/editors/emacs20/Makefile +++ b/editors/emacs20/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.35 2008/07/13 17:28:33 dholland Exp $ +# $NetBSD: Makefile,v 1.36 2008/11/10 17:21:34 wiz Exp $ DISTNAME= emacs-20.7 -PKGREVISION= 11 +PKGREVISION= 12 CATEGORIES= editors MASTER_SITES= http://ftp.gnu.org/pub/old-gnu/emacs/ \ ftp://ftp.gnu.org/pub/old-gnu/emacs diff --git a/editors/emacs21/Makefile b/editors/emacs21/Makefile index b7a9f67b847..c2c97a1142c 100644 --- a/editors/emacs21/Makefile +++ b/editors/emacs21/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.10 2008/07/13 18:03:01 dholland Exp $ +# $NetBSD: Makefile,v 1.11 2008/11/10 17:21:34 wiz Exp $ -PKGREVISION= 13 +PKGREVISION= 14 CATEGORIES= editors COMMENT= GNU editing macros (editor) diff --git a/editors/mule/Makefile b/editors/mule/Makefile index c8a7ae72980..1a8db2017a2 100644 --- a/editors/mule/Makefile +++ b/editors/mule/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.40 2007/02/19 18:40:44 joerg Exp $ +# $NetBSD: Makefile,v 1.41 2008/11/10 17:21:34 wiz Exp $ DISTNAME= mule-2.3 -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= editors MASTER_SITES= ftp://ftp.m17n.org/pub/mule/ diff --git a/editors/vim-xaw/Makefile b/editors/vim-xaw/Makefile index ab834fc72ea..49e95e3b25d 100644 --- a/editors/vim-xaw/Makefile +++ b/editors/vim-xaw/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.48 2008/03/11 10:55:03 martti Exp $ +# $NetBSD: Makefile,v 1.49 2008/11/10 17:21:34 wiz Exp $ PKGNAME= vim-xaw-${VIM_VERSION}.${VIM_PATCHLEVEL} -#PKGREVISION= 1 +PKGREVISION= 1 COMMENT= Vim editor (vi clone) with X11 Athena GUI diff --git a/editors/xemacs-current/Makefile b/editors/xemacs-current/Makefile index 1e68a0adbdc..db36ec24751 100644 --- a/editors/xemacs-current/Makefile +++ b/editors/xemacs-current/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.65 2008/05/04 22:27:07 tonnerre Exp $ +# $NetBSD: Makefile,v 1.66 2008/11/10 17:21:34 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= 2 +PKGREVISION= 3 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_XEMACS:=${DISTNAME:C/[.][^.]*$//}/} diff --git a/editors/xemacs/Makefile b/editors/xemacs/Makefile index 9cd681d533d..639ef72edb7 100644 --- a/editors/xemacs/Makefile +++ b/editors/xemacs/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.88 2008/04/29 14:07:15 tonnerre Exp $ +# $NetBSD: Makefile,v 1.89 2008/11/10 17:21:34 wiz Exp $ PKGNAME?= ${DISTNAME} COMMENT?= XEmacs text editor version 21 DISTNAME= xemacs-21.4.17 -PKGREVISION= 5 +PKGREVISION= 6 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_XEMACS:=${DISTNAME:C/[.][^.]*$//}/} DISTFILES= ${DISTNAME}.tar.gz ${DISTNAME}-elc.tar.gz \ diff --git a/editors/xvile/Makefile b/editors/xvile/Makefile index 65dbce5c840..07e18996c17 100644 --- a/editors/xvile/Makefile +++ b/editors/xvile/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.58 2008/10/19 19:18:09 he Exp $ +# $NetBSD: Makefile,v 1.59 2008/11/10 17:21:34 wiz Exp $ DISTNAME= vile-9.7 PKGNAME= x${DISTNAME} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= editors MASTER_SITES= ftp://invisible-island.net/vile/ \ ftp://ftp.phred.org/pub/vile/ |