From 6177419f1bfae3248227098433504e1e9d6a6e18 Mon Sep 17 00:00:00 2001 From: pav Date: Fri, 9 Jun 2006 21:20:51 +0000 Subject: - Update to 2.4.0 - Take over maintainership PR: ports/98751 Submitted by: Simon Olofsson Approved by: maintainer in ports/98408, in general --- print/cups-pdf/Makefile | 12 ++++++------ print/cups-pdf/distinfo | 6 +++--- print/cups-pdf/pkg-descr | 3 ++- 3 files changed, 11 insertions(+), 10 deletions(-) (limited to 'print') diff --git a/print/cups-pdf/Makefile b/print/cups-pdf/Makefile index 076490dee34..3c5415dc19b 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 a2d258cd11d..2477e20b39f 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 49cda043866..5a9b39e1813 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 +WWW: http://www.physik.uni-wuerzburg.de/~vrbehr/cups-pdf/ -- cgit