diff options
author | pav <pav@FreeBSD.org> | 2006-06-10 05:20:51 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2006-06-10 05:20:51 +0800 |
commit | 6177419f1bfae3248227098433504e1e9d6a6e18 (patch) | |
tree | c7954387176f1e1194450beb23af00a86ba9892e /print | |
parent | 2e3f5f6a026470773d0b49467e8685a89bf772f4 (diff) | |
download | freebsd-ports-gnome-6177419f1bfae3248227098433504e1e9d6a6e18.tar.gz freebsd-ports-gnome-6177419f1bfae3248227098433504e1e9d6a6e18.tar.zst freebsd-ports-gnome-6177419f1bfae3248227098433504e1e9d6a6e18.zip |
- Update to 2.4.0
- Take over maintainership
PR: ports/98751
Submitted by: Simon Olofsson <simon@olofsson.de>
Approved by: maintainer in ports/98408, in general
Diffstat (limited to 'print')
-rw-r--r-- | print/cups-pdf/Makefile | 12 | ||||
-rw-r--r-- | print/cups-pdf/distinfo | 6 | ||||
-rw-r--r-- | print/cups-pdf/pkg-descr | 3 |
3 files changed, 11 insertions, 10 deletions
diff --git a/print/cups-pdf/Makefile b/print/cups-pdf/Makefile index 076490dee341..3c5415dc19b7 100644 --- a/print/cups-pdf/Makefile +++ b/print/cups-pdf/Makefile @@ -6,13 +6,13 @@ # PORTNAME= cups-pdf -PORTVERSION= 2.3.1 -PORTREVISION= 1 +PORTVERSION= 2.4.0 CATEGORIES= print -MASTER_SITES= http://www.physik.uni-wuerzburg.de/~vrbehr/cups-pdf/src/ +MASTER_SITES= http://www.physik.uni-wuerzburg.de/~vrbehr/cups-pdf/src/ \ + http://olofsson.de/mirror/distfiles/ DISTNAME= ${PORTNAME}_${PORTVERSION} -MAINTAINER= ports@mark.reidel.info +MAINTAINER= simon@olofsson.de COMMENT= A virtual printer for CUPS to produce PDF files RUN_DEPENDS= ${LOCALBASE}/sbin/cupsd:${PORTSDIR}/print/cups-base @@ -40,10 +40,10 @@ SUBST_CMD+= -e "s,\#PDFVer 1.4,PDFVer ${PDF_VERSION}," .endif .ifdef(HOME_SUBDIR) -SUBST_CMD+= -e "s,\#Out /var/spool/cups-pdf/$${USER},Out $${HOME}/${HOME_SUBDIR}," +SUBST_CMD+= -e 's,\#Out /var/spool/cups-pdf/$${USER},Out $${HOME}/${HOME_SUBDIR},' .else .ifdef(OUTPUT_DIRECTORY) -SUBST_CMD+= -e "s,\#Out /var/spool/cups-pdf/$${USER},Out ${OUTPUT_DIRECTORY},ยจ +SUBST_CMD+= -e 's,\#Out /var/spool/cups-pdf/$${USER},Out ${OUTPUT_DIRECTORY},' .endif .endif diff --git a/print/cups-pdf/distinfo b/print/cups-pdf/distinfo index a2d258cd11de..2477e20b39f2 100644 --- a/print/cups-pdf/distinfo +++ b/print/cups-pdf/distinfo @@ -1,3 +1,3 @@ -MD5 (cups-pdf_2.3.1.tar.gz) = 16e9b211f2d4729de368a2428be57cfc -SHA256 (cups-pdf_2.3.1.tar.gz) = 63650bd034e7485bd764edab268bc1ba3b609d44d17c7390f0fba42b46534079 -SIZE (cups-pdf_2.3.1.tar.gz) = 22987 +MD5 (cups-pdf_2.4.0.tar.gz) = e80555d7f58d90c2ad43f131745e09ac +SHA256 (cups-pdf_2.4.0.tar.gz) = aef0f1e66de08ba6ac0ade30c4f6d75285843f59158d6805e0d32ce96fd7c790 +SIZE (cups-pdf_2.4.0.tar.gz) = 34421 diff --git a/print/cups-pdf/pkg-descr b/print/cups-pdf/pkg-descr index 49cda0438669..5a9b39e18130 100644 --- a/print/cups-pdf/pkg-descr +++ b/print/cups-pdf/pkg-descr @@ -7,4 +7,5 @@ After restarting CUPS, you will be able to choose Once you print to the new device all converted PDF files will be placed in the specified directory. -WWW: http://www.physik.uni-wuerzburg.de/~vrbehr/cups-pdf/ +Author: Volker C. Behr <vrbehr@cip.physik.uni-wuerzburg.de> +WWW: http://www.physik.uni-wuerzburg.de/~vrbehr/cups-pdf/ |