diff options
author | wiz <wiz@pkgsrc.org> | 2010-01-24 13:26:09 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2010-01-24 13:26:09 +0000 |
commit | 7e2c799d4ec5e463fc543f7a88a4dcfd181245df (patch) | |
tree | f9621a7337b4278db04606a0390886473e24b1d2 /editors | |
parent | 1cf3dadedbd151652f25952317aaaea3034fc2fb (diff) | |
download | pkgsrc-7e2c799d4ec5e463fc543f7a88a4dcfd181245df.tar.gz |
More PKGREVISION bumps of jpeg dependencies.
Identified by parsing the NetBSD-i386-5.0.1/2009Q3 pkg_summary files
and Robert Elz.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/emacs-snapshot/Makefile | 4 | ||||
-rw-r--r-- | editors/emacs/Makefile | 4 | ||||
-rw-r--r-- | editors/emacs21/Makefile | 4 | ||||
-rw-r--r-- | editors/emacs22/Makefile | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/editors/emacs-snapshot/Makefile b/editors/emacs-snapshot/Makefile index ae371e3d759..cbd1c0485f6 100644 --- a/editors/emacs-snapshot/Makefile +++ b/editors/emacs-snapshot/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.8 2010/01/20 03:21:21 roy Exp $ +# $NetBSD: Makefile,v 1.9 2010/01/24 13:26:10 wiz Exp $ -PKGREVISION= 1 +PKGREVISION= 2 CONFLICTS+= emacs-nox11-[0-9]* diff --git a/editors/emacs/Makefile b/editors/emacs/Makefile index b64f0a0193c..8fb2d695c16 100644 --- a/editors/emacs/Makefile +++ b/editors/emacs/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.126 2010/01/20 03:21:20 roy Exp $ +# $NetBSD: Makefile,v 1.127 2010/01/24 13:26:10 wiz Exp $ -PKGREVISION= 3 +PKGREVISION= 4 CONFLICTS+= emacs-nox11-[0-9]* diff --git a/editors/emacs21/Makefile b/editors/emacs21/Makefile index 1bd14e4bea0..e238c39a260 100644 --- a/editors/emacs21/Makefile +++ b/editors/emacs21/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.13 2010/01/20 03:21:21 roy Exp $ +# $NetBSD: Makefile,v 1.14 2010/01/24 13:26:10 wiz Exp $ -PKGREVISION= 16 +PKGREVISION= 17 CATEGORIES= editors COMMENT= GNU editing macros (editor) diff --git a/editors/emacs22/Makefile b/editors/emacs22/Makefile index bd07a5823aa..5664b259aed 100644 --- a/editors/emacs22/Makefile +++ b/editors/emacs22/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.5 2010/01/20 03:21:21 roy Exp $ +# $NetBSD: Makefile,v 1.6 2010/01/24 13:26:10 wiz Exp $ PKGNAME?= ${DISTNAME} COMMENT?= GNU editing macros (editor) DISTNAME= emacs-22.3 -PKGREVISION= 6 +PKGREVISION= 7 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_GNU:=emacs/} |