From 2f15d79d51be13dbb99ed60962c600ff19551179 Mon Sep 17 00:00:00 2001 From: alane Date: Wed, 12 Feb 2003 03:48:19 +0000 Subject: Updated to 7.05.6. I only have a PS printer, so others will have to test this and help debug if it doesn't work. --- print/cups-pstoraster/Makefile | 8 ++------ print/cups-pstoraster/distinfo | 2 +- print/cups-pstoraster/files/patch-lib:gs_res.ps | 13 ------------- 3 files changed, 3 insertions(+), 20 deletions(-) delete mode 100644 print/cups-pstoraster/files/patch-lib:gs_res.ps (limited to 'print/cups-pstoraster') diff --git a/print/cups-pstoraster/Makefile b/print/cups-pstoraster/Makefile index f228e0ed2f63..f95ebdaf838f 100644 --- a/print/cups-pstoraster/Makefile +++ b/print/cups-pstoraster/Makefile @@ -6,8 +6,8 @@ # PORTNAME= cups-pstoraster -PORTVERSION= 7.05.5 -PORTREVISION= 2 +PORTVERSION= 7.05.6 +PORTREVISION= 0 CATEGORIES= print MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ ftp://ftp.easysw.com/pub/ghostscript/ @@ -34,10 +34,6 @@ CONFIGURE_ARGS= --without-x --without-ijs --without-gimp-print \ USE_REINPLACE= yes -post-patch: - ${REINPLACE_CMD} -e 's|%%DATADIR%%|${LOCALBASE}/share/ghostscript|g' \ - ${WRKSRC}/lib/gs_res.ps - pre-build: ${MKDIR} ${WRKSRC}/bin ${MKDIR} ${WRKSRC}/obj diff --git a/print/cups-pstoraster/distinfo b/print/cups-pstoraster/distinfo index debca847a914..25adfd43d654 100644 --- a/print/cups-pstoraster/distinfo +++ b/print/cups-pstoraster/distinfo @@ -1 +1 @@ -MD5 (espgs-7.05.5-source.tar.bz2) = 984b8b08389e79f7da3b714238652d34 +MD5 (espgs-7.05.6-source.tar.bz2) = 991cbd7bafc6917a19abf9df3ecad58e diff --git a/print/cups-pstoraster/files/patch-lib:gs_res.ps b/print/cups-pstoraster/files/patch-lib:gs_res.ps deleted file mode 100644 index 2e5169720649..000000000000 --- a/print/cups-pstoraster/files/patch-lib:gs_res.ps +++ /dev/null @@ -1,13 +0,0 @@ ---- lib/gs_res.ps.orig Mon Jul 16 01:09:41 2001 -+++ lib/gs_res.ps Fri Feb 8 07:12:09 2002 -@@ -248,8 +248,8 @@ - /pssystemparams 10 dict readonly def - } if - pssystemparams begin -- /FontResourceDir (/Resource/Font/) readonly .forcedef % pssys'params is r-o -- /GenericResourceDir (/Resource/) readonly .forcedef % pssys'params is r-o -+ /FontResourceDir (%%DATADIR%%/Resource/Font/) readonly .forcedef % pssys'params is r-o -+ /GenericResourceDir (%%DATADIR%%/Resource/) readonly .forcedef % pssys'params is r-o - /GenericResourcePathSep (/) readonly .forcedef % pssys'params is r-o - end - end -- cgit