diff options
author | andreas <andreas@FreeBSD.org> | 1998-01-03 16:34:33 +0800 |
---|---|---|
committer | andreas <andreas@FreeBSD.org> | 1998-01-03 16:34:33 +0800 |
commit | 85edd7c7dade5c3d7e34bb858364aba3f947968a (patch) | |
tree | 65ff5d1287f30028b462254eb8e236824cf76057 /print/ghostscript-afpl/Makefile | |
parent | 1811a1461782b91583323eb5fa09af1eca52f833 (diff) | |
download | freebsd-ports-gnome-85edd7c7dade5c3d7e34bb858364aba3f947968a.tar.gz freebsd-ports-gnome-85edd7c7dade5c3d7e34bb858364aba3f947968a.tar.zst freebsd-ports-gnome-85edd7c7dade5c3d7e34bb858364aba3f947968a.zip |
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 'print/ghostscript-afpl/Makefile')
-rw-r--r-- | print/ghostscript-afpl/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/print/ghostscript-afpl/Makefile b/print/ghostscript-afpl/Makefile index 159c6edd9d16..3c753ec6e3fa 100644 --- a/print/ghostscript-afpl/Makefile +++ b/print/ghostscript-afpl/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 |