Date: Sat, 18 Sep 2021 17:55:04 GMT From: Tijl Coosemans <tijl@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 03e35e391322 - main - print/cups-filters: Update to 1.28.10 Message-ID: <202109181755.18IHt40R077532@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by tijl: URL: https://cgit.FreeBSD.org/ports/commit/?id=03e35e391322633ead31d3c2ced12f23b8dbf4b2 commit 03e35e391322633ead31d3c2ced12f23b8dbf4b2 Author: Tijl Coosemans <tijl@FreeBSD.org> AuthorDate: 2021-09-18 15:41:21 +0000 Commit: Tijl Coosemans <tijl@FreeBSD.org> CommitDate: 2021-09-18 17:54:06 +0000 print/cups-filters: Update to 1.28.10 Enable POPPLER option by default to support some Brother printers. (Poppler was already a dependency through the PSHYBRID option.) PR: 258540 --- print/cups-filters/Makefile | 7 +++---- print/cups-filters/distinfo | 6 +++--- print/cups-filters/pkg-plist | 1 - 3 files changed, 6 insertions(+), 8 deletions(-) diff --git a/print/cups-filters/Makefile b/print/cups-filters/Makefile index c417d9803066..b6657343632b 100644 --- a/print/cups-filters/Makefile +++ b/print/cups-filters/Makefile @@ -1,6 +1,5 @@ PORTNAME= cups-filters -PORTVERSION= 1.28.6 -PORTREVISION= 12 +PORTVERSION= 1.28.10 CATEGORIES= print MASTER_SITES= https://www.openprinting.org/download/cups-filters/ @@ -11,7 +10,6 @@ LICENSE= BSD4CLAUSE GPLv2 GPLv2+ GPLv3 GPLv3+ LGPL20 LGPL21+ MIT LICENSE_COMB= multi BUILD_DEPENDS= ${LOCALBASE}/share/fonts/dejavu/DejaVuSans.ttf:x11-fonts/dejavu -RUN_DEPENDS= ${LOCALBASE}/share/fonts/dejavu/DejaVuSans.ttf:x11-fonts/dejavu LIB_DEPENDS= liblcms2.so:graphics/lcms2 \ libqpdf.so:print/qpdf \ libcupsimage.so:print/cups \ @@ -51,7 +49,8 @@ OPTIONS_GROUP_FILTERS= GHOSTSCRIPT IMAGES MUPDF POPPLER OPTIONS_GROUP_CUPS_BROWSED= AVAHI LDAP OPTIONS_SINGLE= PDFTOPS OPTIONS_SINGLE_PDFTOPS= PSGHOSTSCRIPT PSHYBRID PSMUPDF PSPOPPLER -OPTIONS_DEFAULT= COLORD GHOSTSCRIPT IMAGES AVAHI LDAP PSHYBRID +OPTIONS_DEFAULT= COLORD GHOSTSCRIPT IMAGES POPPLER AVAHI LDAP \ + PSHYBRID OPTIONS_SUB= yes BRAILLE_CONFIGURE_ENABLE= braille diff --git a/print/cups-filters/distinfo b/print/cups-filters/distinfo index f10698bd0171..fbd4d886e77f 100644 --- a/print/cups-filters/distinfo +++ b/print/cups-filters/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1607275577 -SHA256 (cups-filters-1.28.6.tar.xz) = 756b433cac3718e492d1da58859461862ec70bd863dbd2d4d221ab724f145f6c -SIZE (cups-filters-1.28.6.tar.xz) = 1503080 +TIMESTAMP = 1631978128 +SHA256 (cups-filters-1.28.10.tar.xz) = cf8c904694c44cf689b5724e46d23da9ae5125d54374b340c642077cc29ca837 +SIZE (cups-filters-1.28.10.tar.xz) = 1503924 diff --git a/print/cups-filters/pkg-plist b/print/cups-filters/pkg-plist index bc69a245fc10..46b08077322e 100644 --- a/print/cups-filters/pkg-plist +++ b/print/cups-filters/pkg-plist @@ -1,7 +1,6 @@ bin/driverless bin/driverless-fax bin/foomatic-rip -bin/ttfread @sample etc/cups/cups-browsed.conf.sample include/cupsfilters/colord.h include/cupsfilters/colormanager.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202109181755.18IHt40R077532>