Date: Fri, 9 Jun 2006 15:34:58 +0200 From: "Simon Olofsson" <simon@olofsson.de> To: FreeBSD-gnats-submit@FreeBSD.org Cc: itetcu@FreeBSD.org Subject: ports/98751: [PATCH] print/cups-pdf: update to 2.4.0, take maintainership Message-ID: <20060609133458.06E161F5807@mail-in-02.arcor-online.net> Resent-Message-ID: <200606091340.k59DeHgA034394@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 98751 >Category: ports >Synopsis: [PATCH] print/cups-pdf: update to 2.4.0, take maintainership >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri Jun 09 13:40:16 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Simon Olofsson >Release: FreeBSD 6.1-STABLE i386 >Organization: >Environment: System: FreeBSD gul.lan.gath3n.de 6.1-STABLE FreeBSD 6.1-STABLE #24: Thu Jun 1 18:20:49 CEST >Description: - Update to 2.4.0 - added Author, fixed HOME_SUBDIR and OUTPUT_DIRECTORY Options - Take maintainership (see ports/98408) Port maintainer (ports@mark.reidel.info) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- cups-pdf-2.4.0.patch begins here --- diff -ruN --exclude=CVS /usr/ports/print/cups-pdf/Makefile /usr/home/simon/src/ports/print/cups-pdf/Makefile --- /usr/ports/print/cups-pdf/Makefile Fri Jun 9 08:18:55 2006 +++ /usr/home/simon/src/ports/print/cups-pdf/Makefile Fri Jun 9 14:17:15 2006 @@ -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 @@ .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 -ruN --exclude=CVS /usr/ports/print/cups-pdf/distinfo /usr/home/simon/src/ports/print/cups-pdf/distinfo --- /usr/ports/print/cups-pdf/distinfo Fri May 19 09:27:32 2006 +++ /usr/home/simon/src/ports/print/cups-pdf/distinfo Fri Jun 9 12:29:15 2006 @@ -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 -ruN --exclude=CVS /usr/ports/print/cups-pdf/pkg-descr /usr/home/simon/src/ports/print/cups-pdf/pkg-descr --- /usr/ports/print/cups-pdf/pkg-descr Sun May 14 04:07:23 2006 +++ /usr/home/simon/src/ports/print/cups-pdf/pkg-descr Fri Jun 9 12:27:55 2006 @@ -7,4 +7,5 @@ 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/ --- cups-pdf-2.4.0.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060609133458.06E161F5807>