View | Details | Raw Unified | Return to bug 103977
Collapse All | Expand All

(-)/usr/home/simon/src/ports/print/cups-pdf/Makefile (-6 / +5 lines)
Lines 6-13 Link Here
6
#
6
#
7
7
8
PORTNAME=	cups-pdf
8
PORTNAME=	cups-pdf
9
PORTVERSION=	2.4.1
9
PORTVERSION=	2.4.2
10
PORTREVISION=	1
11
CATEGORIES=	print
10
CATEGORIES=	print
12
MASTER_SITES=	http://www.physik.uni-wuerzburg.de/~vrbehr/cups-pdf/src/ \
11
MASTER_SITES=	http://www.physik.uni-wuerzburg.de/~vrbehr/cups-pdf/src/ \
13
		http://olofsson.de/mirror/distfiles/
12
		http://olofsson.de/mirror/distfiles/
Lines 85-97 Link Here
85
84
86
do-install:
85
do-install:
87
	${INSTALL} -o root -g wheel -m 0700 ${WRKSRC}/src/cups-pdf ${LOCALBASE}/libexec/cups/backend
86
	${INSTALL} -o root -g wheel -m 0700 ${WRKSRC}/src/cups-pdf ${LOCALBASE}/libexec/cups/backend
88
	${INSTALL_DATA} ${WRKSRC}/extra/PostscriptColor_rev3b.ppd.gz \
87
	${INSTALL_DATA} ${WRKSRC}/extra/PostscriptColor.ppd \
89
	${LOCALBASE}/share/cups/model/PostscriptColor.ppd.gz
88
	${LOCALBASE}/share/cups/model/PostscriptColor.ppd
89
	${INSTALL_DATA} ${WRKSRC}/extra/cups-pdf.conf \
90
	${LOCALBASE}/etc/cups/cups-pdf.conf.sample
90
.if !defined(NOPORTDOCS)
91
.if !defined(NOPORTDOCS)
91
	${MKDIR} ${DOCSDIR}
92
	${MKDIR} ${DOCSDIR}
92
	${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}/
93
	${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}/
93
	${INSTALL_DATA} ${WRKSRC}/extra/cups-pdf.conf \
94
	${LOCALBASE}/etc/cups/cups-pdf.conf.sample
95
.endif
94
.endif
96
95
97
post-install:
96
post-install:
(-)/usr/home/simon/src/ports/print/cups-pdf/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (cups-pdf_2.4.1.tar.gz) = 4cef6dd76d09dc2f7f3df133ef339b52
1
MD5 (cups-pdf_2.4.2.tar.gz) = 97b21ab9dc98659bfce17da921ee2790
2
SHA256 (cups-pdf_2.4.1.tar.gz) = 9b44b84c28d15f48e0ca0ae5191f0df5bc5600a72118a4ed29fee8a0812fa59b
2
SHA256 (cups-pdf_2.4.2.tar.gz) = 1c862019d0b81c4477b73c46f13613b7705bc7fc77b9f65cc47a2d9a0b898482
3
SIZE (cups-pdf_2.4.1.tar.gz) = 50448
3
SIZE (cups-pdf_2.4.2.tar.gz) = 33523
(-)/usr/home/simon/src/ports/print/cups-pdf/pkg-plist (-1 / +1 lines)
Lines 1-5 Link Here
1
libexec/cups/backend/cups-pdf
1
libexec/cups/backend/cups-pdf
2
share/cups/model/PostscriptColor.ppd.gz
2
share/cups/model/PostscriptColor.ppd
3
@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
3
@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
4
etc/cups/cups-pdf.conf.sample
4
etc/cups/cups-pdf.conf.sample
5
@exec if [ ! -f %D/etc/cups/cups-pdf.conf ] ; then cp -p %D/%F %B/cups-pdf.conf; fi
5
@exec if [ ! -f %D/etc/cups/cups-pdf.conf ] ; then cp -p %D/%F %B/cups-pdf.conf; fi

Return to bug 103977