diff options
Diffstat (limited to 'editors')
-rw-r--r-- | editors/emacs20/Makefile | 4 | ||||
-rw-r--r-- | editors/nedit/Makefile | 3 | ||||
-rw-r--r-- | editors/ted/Makefile | 4 | ||||
-rw-r--r-- | editors/vim-motif/Makefile | 4 | ||||
-rw-r--r-- | editors/xemacs-current/Makefile | 3 |
5 files changed, 10 insertions, 8 deletions
diff --git a/editors/emacs20/Makefile b/editors/emacs20/Makefile index bfd30b1beab..bb7584b9716 100644 --- a/editors/emacs20/Makefile +++ b/editors/emacs20/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.23 2005/12/05 23:55:06 rillig Exp $ +# $NetBSD: Makefile,v 1.24 2005/12/12 21:36:54 joerg Exp $ DISTNAME= emacs-20.7 -PKGREVISION= 5 +PKGREVISION= 6 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_GNU:=emacs/} \ ${MASTER_SITE_LOCAL} diff --git a/editors/nedit/Makefile b/editors/nedit/Makefile index 5e621a17d72..ca2a1d663f8 100644 --- a/editors/nedit/Makefile +++ b/editors/nedit/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.42 2005/06/16 06:57:49 jlam Exp $ +# $NetBSD: Makefile,v 1.43 2005/12/12 21:36:54 joerg Exp $ DISTNAME= nedit-${VERS}-src PKGNAME= nedit-${VERS} +PKGREVISION= 1 CATEGORIES= editors MASTER_SITES= http://www.nedit.org/ftp/v${VERS:S/./_/g}/ \ ${MASTER_SITE_SOURCEFORGE:=nedit/} \ diff --git a/editors/ted/Makefile b/editors/ted/Makefile index 08ca182eb95..eb250cb3f3b 100644 --- a/editors/ted/Makefile +++ b/editors/ted/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.26 2005/07/15 18:27:49 jlam Exp $ +# $NetBSD: Makefile,v 1.27 2005/12/12 21:36:54 joerg Exp $ DISTNAME= ted-2.16.src PKGNAME= ted-2.16 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= editors MASTER_SITES= ftp://ftp.nluug.nl/pub/editors/ted/ \ ftp://metalab.unc.edu/pub/packages/editors/ted/ diff --git a/editors/vim-motif/Makefile b/editors/vim-motif/Makefile index 540b841413a..bd9d76ae81c 100644 --- a/editors/vim-motif/Makefile +++ b/editors/vim-motif/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.17 2005/12/05 20:50:10 rillig Exp $ +# $NetBSD: Makefile,v 1.18 2005/12/12 21:36:54 joerg Exp $ PKGNAME= vim-motif-${VIM_VERSION}.${VIM_PATCHLEVEL} -#PKGREVISION= 1 +PKGREVISION= 1 COMMENT= Vim editor (vi clone) with X11 Motif GUI diff --git a/editors/xemacs-current/Makefile b/editors/xemacs-current/Makefile index 296a6d5ff26..c07218d1412 100644 --- a/editors/xemacs-current/Makefile +++ b/editors/xemacs-current/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.49 2005/12/05 23:55:06 rillig Exp $ +# $NetBSD: Makefile,v 1.50 2005/12/12 21:36:54 joerg Exp $ DISTNAME= xemacs-21.5.19 +PKGREVISION= 1 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_XEMACS:=xemacs-21.5/} |