diff options
author | fredb <fredb> | 2002-03-13 17:36:35 +0000 |
---|---|---|
committer | fredb <fredb> | 2002-03-13 17:36:35 +0000 |
commit | 6f3fde27db897874de706ce34882f6ee2cb4523f (patch) | |
tree | dc32ede50f2b2eb416705689058f2df8cb72865f /print/ghostscript-nox11 | |
parent | 39efccc163d8b191943eada35beb1ec610c3dd79 (diff) | |
download | pkgsrc-6f3fde27db897874de706ce34882f6ee2cb4523f.tar.gz |
Give all packages which depend on "png" a version bump, and update
all dependencies on packages depending on "png" which contain shared
libraries, all for the (imminent) update to the "png" package.
[List courtesy of John Darrow, courtesy of "bulk-build".]
Diffstat (limited to 'print/ghostscript-nox11')
-rw-r--r-- | print/ghostscript-nox11/Makefile | 4 | ||||
-rw-r--r-- | print/ghostscript-nox11/Makefile.common | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/print/ghostscript-nox11/Makefile b/print/ghostscript-nox11/Makefile index 1f254d752c7..36d30b83c58 100644 --- a/print/ghostscript-nox11/Makefile +++ b/print/ghostscript-nox11/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2002/02/03 21:27:20 jlam Exp $ +# $NetBSD: Makefile,v 1.5 2002/03/13 17:37:34 fredb Exp $ PKGNAME= ghostscript-nox11-${GS_VERS} -PKGREVISION= 2 +PKGREVISION= 3 COMMENT= Aladdin Postscript interpreter without X11 drivers CONFLICTS= ghostscript{,-x11}-[0-9]* diff --git a/print/ghostscript-nox11/Makefile.common b/print/ghostscript-nox11/Makefile.common index cb924daade1..b5ae939a3cb 100644 --- a/print/ghostscript-nox11/Makefile.common +++ b/print/ghostscript-nox11/Makefile.common @@ -1,6 +1,7 @@ -# $NetBSD: Makefile.common,v 1.29 2002/02/03 21:27:20 jlam Exp $ +# $NetBSD: Makefile.common,v 1.30 2002/03/13 17:37:35 fredb Exp $ DISTNAME= ghostscript-${GS_VERS} +PKGREVISION= 1 GS_VERS= 6.01 CATEGORIES= print MASTER_SITES+= ${MASTER_SITE_SOURCEFORGE:=ghostscript/} \ |