Date: Mon, 7 Sep 2020 11:54:43 +0000 (UTC) From: Tijl Coosemans <tijl@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r547889 - head/print/cups-filters Message-ID: <202009071154.087BshlU035583@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tijl Date: Mon Sep 7 11:54:42 2020 New Revision: 547889 URL: https://svnweb.freebsd.org/changeset/ports/547889 Log: Update to 1.28.1. Modified: head/print/cups-filters/Makefile head/print/cups-filters/distinfo head/print/cups-filters/pkg-plist Modified: head/print/cups-filters/Makefile ============================================================================== --- head/print/cups-filters/Makefile Mon Sep 7 11:23:48 2020 (r547888) +++ head/print/cups-filters/Makefile Mon Sep 7 11:54:42 2020 (r547889) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= cups-filters -PORTVERSION= 1.27.5 -PORTREVISION= 2 +PORTVERSION= 1.28.1 CATEGORIES= print MASTER_SITES= https://www.openprinting.org/download/cups-filters/ @@ -135,6 +134,7 @@ PSPOPPLER_DESC= Poppler pdftops(1) post-patch: @${REINPLACE_CMD} -e 's|/usr/share|${PREFIX}/share|' \ + -e 's|/etc|${PREFIX}&|' \ -e 's|README.gz|README|' \ ${WRKSRC}/utils/cups-browsed.8 \ ${WRKSRC}/utils/cups-browsed.conf.5 \ Modified: head/print/cups-filters/distinfo ============================================================================== --- head/print/cups-filters/distinfo Mon Sep 7 11:23:48 2020 (r547888) +++ head/print/cups-filters/distinfo Mon Sep 7 11:54:42 2020 (r547889) @@ -1,3 +1,3 @@ -TIMESTAMP = 1591459678 -SHA256 (cups-filters-1.27.5.tar.xz) = a166ff60a56ef7c19df93129fb79b31ffadb4de32b26fc6b1ce03b75a016559e -SIZE (cups-filters-1.27.5.tar.xz) = 1494864 +TIMESTAMP = 1599157779 +SHA256 (cups-filters-1.28.1.tar.xz) = 6357ab2e6ead8598b1923f6ee53a9fc227043b3701e3151abe6f83bbfa9f1ea8 +SIZE (cups-filters-1.28.1.tar.xz) = 1502668 Modified: head/print/cups-filters/pkg-plist ============================================================================== --- head/print/cups-filters/pkg-plist Mon Sep 7 11:23:48 2020 (r547888) +++ head/print/cups-filters/pkg-plist Mon Sep 7 11:54:42 2020 (r547889) @@ -1,4 +1,5 @@ bin/driverless +bin/driverless-fax bin/foomatic-rip bin/ttfread @sample etc/cups/cups-browsed.conf.sample @@ -27,11 +28,13 @@ libdata/pkgconfig/libcupsfilters.pc libdata/pkgconfig/libfontembed.pc libexec/cups/backend/beh %%BRAILLE%%@(,,0700) libexec/cups/backend/cups-brf -@(,,0700) libexec/cups/backend/driverless -libexec/cups/backend/implicitclass +libexec/cups/backend/driverless +libexec/cups/backend/driverless-fax +@(,,0700) libexec/cups/backend/implicitclass libexec/cups/backend/parallel libexec/cups/backend/serial libexec/cups/driver/driverless +libexec/cups/driver/driverless-fax libexec/cups/filter/bannertopdf %%BRAILLE%%libexec/cups/filter/brftoembosser %%BRAILLE%%libexec/cups/filter/brftopagedbrf
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202009071154.087BshlU035583>