1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00

- Update to 1.7.0

- Supports accounts without valid shells again
- Updated PostScript PPD file supporting more DIN formats

PR:		ports/78485
Submitted by:	maintainer
This commit is contained in:
Volker Stolz 2005-03-08 14:27:43 +00:00
parent 51612d9323
commit 15934898f4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=130626
2 changed files with 5 additions and 6 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= cups-pdf
PORTVERSION= 1.6.5
PORTVERSION= 1.7.0
CATEGORIES= print
MASTER_SITES= http://cip.physik.uni-wuerzburg.de/~vrbehr/cups-pdf/
DISTNAME= ${PORTNAME}_${PORTVERSION}
@ -24,8 +24,7 @@ USE_REINPLACE= yes
USE_GHOSTSCRIPT_RUN= yes
SUBST_CMD= -e "s,/usr/bin/gs,${LOCALBASE}/bin/gs," \
-e 's,-s /bin/sh,,' \
-e 's,/bin/su,/usr/bin/su,' \
-e 's,/var/tmp,/tmp,' \
-e 's,"lp","daemon",' \
-e 's,/var/spool/cups-pdf/SPOOL,/var/spool/cups-pdf,'
@ -76,7 +75,7 @@ post-configure:
@${GUNZIP_CMD} ${WRKSRC}/extra/PostscriptColor.ppd.gz
do-build:
cd ${WRKSRC}/src; gcc ${CFLAGS} -o cups-pdf cups-pdf.c
cd ${WRKSRC}/src; ${CC} ${CFLAGS} -o cups-pdf cups-pdf.c
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/cups-pdf ${LOCALBASE}/libexec/cups/backend

View File

@ -1,2 +1,2 @@
MD5 (cups-pdf_1.6.5.tar.gz) = 5b5aba6fc29836aabab5268d8f1d2c91
SIZE (cups-pdf_1.6.5.tar.gz) = 16506
MD5 (cups-pdf_1.7.0.tar.gz) = 875ed70ec1acdab9d935bca45ee521f8
SIZE (cups-pdf_1.7.0.tar.gz) = 17145