Skip site navigation (1)Skip section navigation (2)
Date:      Wed,  4 Oct 2006 17:20:52 +0200
From:      "Simon Olofsson" <simon@olofsson.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/103977: [MAINTAINER] print/cups-pdf: update to 2.4.2
Message-ID:  <20061004152052.771692AB321@mail-in-01.arcor-online.net>
Resent-Message-ID: <200610041530.k94FUMUR099564@freefall.freebsd.org>

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

>Number:         103977
>Category:       ports
>Synopsis:       [MAINTAINER] print/cups-pdf: update to 2.4.2
>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:   Wed Oct 04 15:30:22 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Simon Olofsson
>Release:        FreeBSD 6.2-PRERELEASE i386
>Organization:
>Environment:
System: FreeBSD gul.lan.gath3n.de 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #35: Tue Oct  3 20:51:07 CEST
>Description:
- Update to 2.4.2
- install sample config in any case

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

--- cups-pdf-2.4.2.patch begins here ---
diff -ruN -ruN --exclude=CVS /usr/ports/print/cups-pdf/Makefile /usr/home/simon/src/ports/print/cups-pdf/Makefile
--- /usr/ports/print/cups-pdf/Makefile	Wed Jun 28 23:14:20 2006
+++ /usr/home/simon/src/ports/print/cups-pdf/Makefile	Wed Oct  4 17:15:40 2006
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	cups-pdf
-PORTVERSION=	2.4.1
-PORTREVISION=	1
+PORTVERSION=	2.4.2
 CATEGORIES=	print
 MASTER_SITES=	http://www.physik.uni-wuerzburg.de/~vrbehr/cups-pdf/src/ \
 		http://olofsson.de/mirror/distfiles/
@@ -85,13 +84,13 @@
 
 do-install:
 	${INSTALL} -o root -g wheel -m 0700 ${WRKSRC}/src/cups-pdf ${LOCALBASE}/libexec/cups/backend
-	${INSTALL_DATA} ${WRKSRC}/extra/PostscriptColor_rev3b.ppd.gz \
-	${LOCALBASE}/share/cups/model/PostscriptColor.ppd.gz
+	${INSTALL_DATA} ${WRKSRC}/extra/PostscriptColor.ppd \
+	${LOCALBASE}/share/cups/model/PostscriptColor.ppd
+	${INSTALL_DATA} ${WRKSRC}/extra/cups-pdf.conf \
+	${LOCALBASE}/etc/cups/cups-pdf.conf.sample
 .if !defined(NOPORTDOCS)
 	${MKDIR} ${DOCSDIR}
 	${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}/
-	${INSTALL_DATA} ${WRKSRC}/extra/cups-pdf.conf \
-	${LOCALBASE}/etc/cups/cups-pdf.conf.sample
 .endif
 
 post-install:
diff -ruN -ruN --exclude=CVS /usr/ports/print/cups-pdf/distinfo /usr/home/simon/src/ports/print/cups-pdf/distinfo
--- /usr/ports/print/cups-pdf/distinfo	Sat Jun 17 12:46:25 2006
+++ /usr/home/simon/src/ports/print/cups-pdf/distinfo	Wed Oct  4 16:49:30 2006
@@ -1,3 +1,3 @@
-MD5 (cups-pdf_2.4.1.tar.gz) = 4cef6dd76d09dc2f7f3df133ef339b52
-SHA256 (cups-pdf_2.4.1.tar.gz) = 9b44b84c28d15f48e0ca0ae5191f0df5bc5600a72118a4ed29fee8a0812fa59b
-SIZE (cups-pdf_2.4.1.tar.gz) = 50448
+MD5 (cups-pdf_2.4.2.tar.gz) = 97b21ab9dc98659bfce17da921ee2790
+SHA256 (cups-pdf_2.4.2.tar.gz) = 1c862019d0b81c4477b73c46f13613b7705bc7fc77b9f65cc47a2d9a0b898482
+SIZE (cups-pdf_2.4.2.tar.gz) = 33523
diff -ruN -ruN --exclude=CVS /usr/ports/print/cups-pdf/pkg-plist /usr/home/simon/src/ports/print/cups-pdf/pkg-plist
--- /usr/ports/print/cups-pdf/pkg-plist	Sat Jun 17 12:46:25 2006
+++ /usr/home/simon/src/ports/print/cups-pdf/pkg-plist	Wed Oct  4 16:51:43 2006
@@ -1,5 +1,5 @@
 libexec/cups/backend/cups-pdf
-share/cups/model/PostscriptColor.ppd.gz
+share/cups/model/PostscriptColor.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.2.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?20061004152052.771692AB321>