diff options
Diffstat (limited to 'print')
-rw-r--r-- | print/cups-pstoraster/Makefile | 8 | ||||
-rw-r--r-- | print/cups-pstoraster/distinfo | 2 | ||||
-rw-r--r-- | print/cups-pstoraster/files/patch-lib:gs_res.ps | 13 |
3 files changed, 3 insertions, 20 deletions
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 |