svn commit: r379908 - head/print/cups-filters
Tilman Keskinoz
arved at FreeBSD.org
Wed Feb 25 13:16:33 UTC 2015
Author: arved
Date: Wed Feb 25 13:16:31 2015
New Revision: 379908
URL: https://svnweb.freebsd.org/changeset/ports/379908
QAT: https://qat.redports.org/buildarchive/r379908/
Log:
Update to 1.0.65
PR: 152982
Submitted by: maintainer
Modified:
head/print/cups-filters/Makefile
head/print/cups-filters/distinfo
Modified: head/print/cups-filters/Makefile
==============================================================================
--- head/print/cups-filters/Makefile Wed Feb 25 12:57:55 2015 (r379907)
+++ head/print/cups-filters/Makefile Wed Feb 25 13:16:31 2015 (r379908)
@@ -1,8 +1,7 @@
# $FreeBSD$
PORTNAME= cups-filters
-PORTVERSION= 1.0.62
-PORTREVISION= 1
+PORTVERSION= 1.0.65
CATEGORIES= print
MASTER_SITES= http://www.openprinting.org/download/cups-filters/
@@ -35,6 +34,7 @@ CUPS_SOCKET?= /var/run/cups.sock
CONFIGURE_ARGS= --with-cups-domainsocket=${CUPS_SOCKET}
CONFIGURE_ENV= ZLIB_CFLAGS="-I/usr/include" ZLIB_LIBS="-lz" \
LIBQPDF_CFLAGS="-I${LOCALBASE}/include" LIBQPDF_LIBS="-lqpdf"
+INSTALL_TARGET= install-strip
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
@@ -60,8 +60,7 @@ post-configure:
post-install:
@${RM} -rf ${STAGEDIR}${PREFIX}/libexec/cups/filter/foomatic-rip \
+ ${STAGEDIR}${PREFIX}/bin/foomatic-rip \
${STAGEDIR}${PREFIX}/man/man1/foomatic-rip.1
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libcupsfilters.so.1 \
- ${STAGEDIR}${PREFIX}/lib/libfontembed.so.1
.include <bsd.port.mk>
Modified: head/print/cups-filters/distinfo
==============================================================================
--- head/print/cups-filters/distinfo Wed Feb 25 12:57:55 2015 (r379907)
+++ head/print/cups-filters/distinfo Wed Feb 25 13:16:31 2015 (r379908)
@@ -1,2 +1,2 @@
-SHA256 (cups-filters-1.0.62.tar.xz) = c8edf6470389e94d77afec39e755183045cdcb247344fb2e22a2b71e44a3748f
-SIZE (cups-filters-1.0.62.tar.xz) = 1329164
+SHA256 (cups-filters-1.0.65.tar.xz) = f85c1ee22ba36eb689d8c98bef267663a30d715f8b49189f6e6c0c6f7e9726b2
+SIZE (cups-filters-1.0.65.tar.xz) = 1333496
More information about the svn-ports-all
mailing list