svn commit: r350243 - in head/print/cups-filters: . files
Boris Samorodov
bsam at FreeBSD.org
Sat Apr 5 16:23:59 UTC 2014
Author: bsam
Date: Sat Apr 5 16:23:57 2014
New Revision: 350243
URL: http://svnweb.freebsd.org/changeset/ports/350243
QAT: https://qat.redports.org/buildarchive/r350243/
Log:
print/cups-filters: update to version 1.0.50.
This should fix a reported regression (I managed to reproduce
it with HP laser printers) when a job is printed but remains
in a job query.
Reported by: Dr. Peter Voigt <pvoigt at uos.de>
Tested by: Dr. Peter Voigt <pvoigt at uos.de>
Discussed at: freebsd-ports@
MFH: 2014Q2
Modified:
head/print/cups-filters/Makefile
head/print/cups-filters/distinfo
head/print/cups-filters/files/patch-utils_cups-browsed.c
head/print/cups-filters/pkg-plist
Modified: head/print/cups-filters/Makefile
==============================================================================
--- head/print/cups-filters/Makefile Sat Apr 5 16:08:16 2014 (r350242)
+++ head/print/cups-filters/Makefile Sat Apr 5 16:23:57 2014 (r350243)
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= cups-filters
-PORTVERSION= 1.0.42
+PORTVERSION= 1.0.50
CATEGORIES= print
MASTER_SITES= http://www.openprinting.org/download/cups-filters/
@@ -20,7 +20,8 @@ LIB_DEPENDS= libjpeg.so:${PORTSDIR}/grap
libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig \
libpoppler.so:${PORTSDIR}/graphics/poppler
-USES= compiler:c++11-lib pathfix pkgconfig tar:xz
+USES= compiler:c++11-lib pathfix pkgconfig shebangfix tar:xz
+SHEBANG_FILES= filter/textonly
USE_GNOME= glib20
USE_GHOSTSCRIPT= yes
GNU_CONFIGURE= yes
@@ -45,5 +46,7 @@ post-patch:
post-install:
@${RM} -rf ${STAGEDIR}${PREFIX}/libexec/cups/filter/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 Sat Apr 5 16:08:16 2014 (r350242)
+++ head/print/cups-filters/distinfo Sat Apr 5 16:23:57 2014 (r350243)
@@ -1,2 +1,2 @@
-SHA256 (cups-filters-1.0.42.tar.xz) = 3df524207ab24472430cffba7f01407b8adc094ec40094c5f6682d5a88a70dd6
-SIZE (cups-filters-1.0.42.tar.xz) = 1097860
+SHA256 (cups-filters-1.0.50.tar.xz) = 771bdaeaa171cfb3850b229d5d167bde2abcd40b900075ae72d4867acc8adbe7
+SIZE (cups-filters-1.0.50.tar.xz) = 1309912
Modified: head/print/cups-filters/files/patch-utils_cups-browsed.c
==============================================================================
--- head/print/cups-filters/files/patch-utils_cups-browsed.c Sat Apr 5 16:08:16 2014 (r350242)
+++ head/print/cups-filters/files/patch-utils_cups-browsed.c Sat Apr 5 16:23:57 2014 (r350243)
@@ -1,13 +1,15 @@
---- utils/cups-browsed.c.orig 2013-12-27 20:45:55.188455147 +0400
-+++ utils/cups-browsed.c 2013-12-27 20:46:23.397446686 +0400
-@@ -23,7 +23,6 @@
+--- utils/cups-browsed.c.orig 2014-04-05 16:31:42.635763683 +0400
++++ utils/cups-browsed.c 2014-04-05 16:37:07.384740688 +0400
+@@ -23,8 +23,7 @@
#include <ctype.h>
#include <errno.h>
-#include <ifaddrs.h>
- #if defined(__OpenBSD__)
+-#if defined(__OpenBSD__)
++#if defined(__OpenBSD__) || defined(__FreeBSD__)
#include <sys/socket.h>
#endif /* __OpenBSD__ */
+ #include <net/if.h>
@@ -33,6 +32,7 @@
#include <stdio.h>
#include <sys/types.h>
Modified: head/print/cups-filters/pkg-plist
==============================================================================
--- head/print/cups-filters/pkg-plist Sat Apr 5 16:08:16 2014 (r350242)
+++ head/print/cups-filters/pkg-plist Sat Apr 5 16:23:57 2014 (r350243)
@@ -48,6 +48,7 @@ man/man8/cups-browsed.8.gz
sbin/cups-browsed
share/cups/banners/classified
share/cups/banners/confidential
+share/cups/banners/form
share/cups/banners/secret
share/cups/banners/standard
share/cups/banners/topsecret
@@ -57,6 +58,10 @@ share/cups/charsets/pdf.utf-8.heavy
share/cups/charsets/pdf.utf-8.simple
share/cups/data/default-testpage.pdf
share/cups/data/default.pdf
+share/cups/data/form_english.pdf
+share/cups/data/form_english_in.odt
+share/cups/data/form_russian.pdf
+share/cups/data/form_russian_in.odt
share/cups/data/testprint
share/cups/drv/cupsfilters.drv
share/cups/mime/cupsfilters.convs
@@ -68,6 +73,7 @@ share/cups/ppdc/pcl.h
%%PORTDOCS%%%%DOCSDIR%%/INSTALL
%%PORTDOCS%%%%DOCSDIR%%/NEWS
%%PORTDOCS%%%%DOCSDIR%%/README
+share/ppd/cupsfilters/Fuji_Xerox-DocuPrint_CM305_df-PDF.ppd
share/ppd/cupsfilters/Generic-PDF_Printer-PDF.ppd
share/ppd/cupsfilters/HP-Color_LaserJet_CM3530_MFP-PDF.ppd
share/ppd/cupsfilters/HP-PhotoSmart_Pro_B8300-hpijs-pdftoijs.ppd
More information about the svn-ports-head
mailing list