Date: Mon, 15 May 2006 07:03:50 +0800 (CST) From: Yen-Ming Lee <leeym@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: ports@mark.reidel.info Subject: ports/97278: [PATCH] print/cups-pdf: update to 2.3.0 Message-ID: <20060514230350.E3A53B2A075@utopia.leeym.com> Resent-Message-ID: <200605142310.k4ENANFK023267@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 97278 >Category: ports >Synopsis: [PATCH] print/cups-pdf: update to 2.3.0 >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: Sun May 14 23:10:17 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Yen-Ming Lee >Release: FreeBSD 6.1-RC i386 >Organization: FreeBSD Taiwan >Environment: System: FreeBSD utopia.leeym.com 6.1-RC FreeBSD 6.1-RC #0: Thu May 4 09:18:28 CST >Description: - Update to 2.3.0 Port maintainer (ports@mark.reidel.info) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- cups-pdf-2.3.0.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/print/cups-pdf/Makefile,v retrieving revision 1.6 diff -u -u -r1.6 Makefile --- Makefile 14 May 2006 02:07:23 -0000 1.6 +++ Makefile 14 May 2006 23:03:34 -0000 @@ -6,7 +6,7 @@ # PORTNAME= cups-pdf -PORTVERSION= 2.2.0 +PORTVERSION= 2.3.0 CATEGORIES= print MASTER_SITES= http://www.physik.uni-wuerzburg.de/~vrbehr/cups-pdf/src/ DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -33,7 +33,7 @@ .elif ${PDF_VERSION} == 1.4 .elif ${PDF_VERSION} == 1.5 .else -BROKEN= "unsupported PDF-Version selected: ${PDF_VERSION}" +BROKEN= unsupported PDF-Version selected: ${PDF_VERSION} .endif SUBST_CMD+= -e 's,CPPDFVER "1.4",CPPDFVER "${PDF_VERSION}",' .endif Index: distinfo =================================================================== RCS file: /home/pcvs/ports/print/cups-pdf/distinfo,v retrieving revision 1.6 diff -u -u -r1.6 distinfo --- distinfo 14 May 2006 02:07:23 -0000 1.6 +++ distinfo 14 May 2006 23:03:34 -0000 @@ -1,3 +1,3 @@ -MD5 (cups-pdf_2.2.0.tar.gz) = 4954abce27b68f92cbb996ddc0f6ab24 -SHA256 (cups-pdf_2.2.0.tar.gz) = 7431179221d65dcf6359a06954e0e095755321c4b6b3864fad188ffa28318818 -SIZE (cups-pdf_2.2.0.tar.gz) = 22731 +MD5 (cups-pdf_2.3.0.tar.gz) = f5e84abb53190250818ac4341d768b7c +SHA256 (cups-pdf_2.3.0.tar.gz) = c3f51a9fbd8b559d6c4bd6600be7d50b0cd085fb26e1d6fb44f7363db665dff3 +SIZE (cups-pdf_2.3.0.tar.gz) = 22781 --- cups-pdf-2.3.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?20060514230350.E3A53B2A075>