summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorAlan Eldridge <alane@FreeBSD.org>2003-02-12 03:48:19 +0000
committerAlan Eldridge <alane@FreeBSD.org>2003-02-12 03:48:19 +0000
commit91b0276e9d51af752aa50e860e698df1b500885f (patch)
tree0734ec204f4af5573cf62c87c1f29f029e6a7e92 /print
parentUpdate to 2.0.0. (diff)
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.
Notes
Notes: svn path=/head/; revision=75338
Diffstat (limited to 'print')
-rw-r--r--print/cups-pstoraster/Makefile8
-rw-r--r--print/cups-pstoraster/distinfo2
-rw-r--r--print/cups-pstoraster/files/patch-lib:gs_res.ps13
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