summaryrefslogtreecommitdiff
path: root/print/ghostscript7/Makefile
diff options
context:
space:
mode:
authorAndreas Klemm <andreas@FreeBSD.org>1998-01-03 08:34:33 +0000
committerAndreas Klemm <andreas@FreeBSD.org>1998-01-03 08:34:33 +0000
commitb6e54563f1d7777ac8a36f8f09c87c7f5aa72045 (patch)
tree886a7df40662bc9650fb1257b34370c9fcd644fc /print/ghostscript7/Makefile
parentStandardize and simplify. (diff)
Upgrade to v 5.10, bugfix release concerning PDF ...
From the release notes: 5.10 is a special release to clear up problems in the PDF writer (ps2pdf) affecting NSF's FastLane proposal submission program: we have tested its output and verified compatibility with the Acrobat software that NSF uses. Relative to 5.03, the only other changes in 5.10 are some improvements in the PDF interpreter to handle more PDF 1.2 (Acrobat 3.x) constructs, and a number of bug fixes.
Diffstat (limited to '')
-rw-r--r--print/ghostscript7/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/print/ghostscript7/Makefile b/print/ghostscript7/Makefile
index 159c6edd9d16..3c753ec6e3fa 100644
--- a/print/ghostscript7/Makefile
+++ b/print/ghostscript7/Makefile
@@ -3,12 +3,12 @@
# Date created: Tue Jun 10 21:58:54 CEST 1997
# Whom: Andreas Klemm <andreas@klemm.gtn.com>
#
-# $Id: Makefile,v 1.13 1997/10/09 21:04:40 andreas Exp $
+# $Id: Makefile,v 1.14 1997/10/13 11:22:43 asami Exp $
#
-DISTNAME= ghostscript-5.03
+DISTNAME= ghostscript-5.10
CATEGORIES= print
-MASTER_SITES= ftp://ftp.cs.wisc.edu/ghost/aladdin/gs503/ \
+MASTER_SITES= ftp://ftp.cs.wisc.edu/ghost/aladdin/gs510/ \
ftp://bonk.ethz.ch/gs-driver-distrib/
DISTFILES= ${GS_SOURCES} ${GS_FONTS_STD} ${GS_FONTS_OTHER} \
${HP850_DRV}
@@ -21,13 +21,13 @@ BUILD_DEPENDS= /nonexistent:${PORTSDIR}/graphics/jpeg:extract \
MAKE_ENV= PORTSDIR=${PORTSDIR}
EXTRACT_ONLY= ${GS_SOURCES}
-WRKSRC= ${WRKDIR}/gs5.03
+WRKSRC= ${WRKDIR}/gs5.10
MAKEFILE= unix-gcc.mak
MAKE_FLAGS= prefix=${PREFIX} zlibc_=-lz CFLAGS="${CFLAGS}" -f
MAN1= gs.1 pdf2dsc.1 pdf2ps.1 ps2ascii.1 ps2epsi.1 ps2pdf.1
-GS_SOURCES= ghostscript-5.03.tar.gz
-GS_SOURCES+= ghostscript-5.03gnu.tar.gz
+GS_SOURCES= ghostscript-5.10.tar.gz
+GS_SOURCES+= ghostscript-5.10gnu.tar.gz
# Note: the following two are real files that have symlinks with
# later version numbers pointing to them. To avoid unnecessarily
# downloading distfiles, do not change these when upgrading the port