Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Mar 2008 20:31:46 +0100
From:      "Simon Olofsson" <simon@olofsson.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/122094: [MAINTAINER] print/cups-pdf: update to 2.4.7
Message-ID:  <20080325191826.41C8035E729@mail-in-06.arcor-online.net>
Resent-Message-ID: <200803252040.m2PKe1hu088771@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         122094
>Category:       ports
>Synopsis:       [MAINTAINER] print/cups-pdf: update to 2.4.7
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Mar 25 20:40:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Simon Olofsson
>Release:        FreeBSD 7.0-RELEASE i386
>Organization:
>Environment:
System: FreeBSD ports.olofsson.de 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sun Feb 24 19:59:52 UTC 2008
>Description:
- Update to 2.4.7
  Changes:
   - corrected the exit codes to match CUPS' specifications
   - original username passed to PostProcessing as 3rd arg
   - made PPD file auto-selectable via IEEE-1284 device id
- Update www and email address

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- cups-pdf-2.4.7.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/print/cups-pdf/Makefile /usr/home/simon/ports/print/cups-pdf/Makefile
--- /usr/ports/print/cups-pdf/Makefile	2007-05-27 13:30:57.000000000 +0200
+++ /usr/home/simon/ports/print/cups-pdf/Makefile	2008-03-24 21:48:34.000000000 +0100
@@ -6,10 +6,10 @@
 #
 
 PORTNAME=	cups-pdf
-PORTVERSION=	2.4.6
+PORTVERSION=	2.4.7
 CATEGORIES=	print
-MASTER_SITES=	http://www.physik.uni-wuerzburg.de/~vrbehr/cups-pdf/src/ \
-		http://olofsson.de/distfiles/
+MASTER_SITES=	http://www.cups-pdf.de/src/ \
+		http://www.physik.uni-wuerzburg.de/~vrbehr/cups-pdf/src/
 DISTNAME=	${PORTNAME}_${PORTVERSION}
 
 MAINTAINER=	simon@olofsson.de
@@ -84,8 +84,8 @@
 
 do-install:
 	${INSTALL} -o root -g wheel -m 0700 ${WRKSRC}/src/cups-pdf ${PREFIX}/libexec/cups/backend
-	${INSTALL_DATA} ${WRKSRC}/extra/PostscriptColor.ppd \
-	${PREFIX}/share/cups/model/PostscriptColor.ppd
+	${INSTALL_DATA} ${WRKSRC}/extra/CUPS-PDF.ppd \
+	${PREFIX}/share/cups/model/CUPS-PDF.ppd
 	${INSTALL_DATA} ${WRKSRC}/extra/cups-pdf.conf \
 	${PREFIX}/etc/cups/cups-pdf.conf.sample
 .if !defined(NOPORTDOCS)
diff -ruN --exclude=CVS /usr/ports/print/cups-pdf/distinfo /usr/home/simon/ports/print/cups-pdf/distinfo
--- /usr/ports/print/cups-pdf/distinfo	2007-05-27 13:30:57.000000000 +0200
+++ /usr/home/simon/ports/print/cups-pdf/distinfo	2008-03-24 21:06:33.000000000 +0100
@@ -1,3 +1,3 @@
-MD5 (cups-pdf_2.4.6.tar.gz) = 610a2e1d9ecd27ab978efaa6d93ddba3
-SHA256 (cups-pdf_2.4.6.tar.gz) = d54fb12223144b83f8165d2bdea29220e19b5d98f4cb7785427c1f9024023e4e
-SIZE (cups-pdf_2.4.6.tar.gz) = 33719
+MD5 (cups-pdf_2.4.7.tar.gz) = 46f73553336842dd67521da117bfc67e
+SHA256 (cups-pdf_2.4.7.tar.gz) = 114d2b1db49b37126e2f5964049b359e0bd5ace191a0193da4a76f6222e31634
+SIZE (cups-pdf_2.4.7.tar.gz) = 34243
diff -ruN --exclude=CVS /usr/ports/print/cups-pdf/pkg-descr /usr/home/simon/ports/print/cups-pdf/pkg-descr
--- /usr/ports/print/cups-pdf/pkg-descr	2007-03-06 20:07:20.000000000 +0100
+++ /usr/home/simon/ports/print/cups-pdf/pkg-descr	2008-03-24 21:00:54.000000000 +0100
@@ -4,5 +4,5 @@
 printer in CUPS. Once you print to the new device all converted PDF files will
 be placed in the specified directory.
 
-Author:	Volker C. Behr <vrbehr@cip.physik.uni-wuerzburg.de>
-WWW:	http://www.physik.uni-wuerzburg.de/~vrbehr/cups-pdf/
+Author:	Volker C. Behr <behr@physik.uni-wuerzburg.de>
+WWW:	http://www.cups-pdf.de/
diff -ruN --exclude=CVS /usr/ports/print/cups-pdf/pkg-plist /usr/home/simon/ports/print/cups-pdf/pkg-plist
--- /usr/ports/print/cups-pdf/pkg-plist	2006-10-04 17:55:10.000000000 +0200
+++ /usr/home/simon/ports/print/cups-pdf/pkg-plist	2008-03-24 21:09:11.000000000 +0100
@@ -1,5 +1,5 @@
 libexec/cups/backend/cups-pdf
-share/cups/model/PostscriptColor.ppd
+share/cups/model/CUPS-PDF.ppd
 @unexec if cmp -s %D/etc/cups/cups-pdf.conf.sample %D/etc/cups/cups-pdf.conf; then rm -f %D/etc/cups/cups-pdf.conf; fi
 etc/cups/cups-pdf.conf.sample
 @exec if [ ! -f %D/etc/cups/cups-pdf.conf ] ; then cp -p %D/%F %B/cups-pdf.conf; fi
--- cups-pdf-2.4.7.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?20080325191826.41C8035E729>