diff options
author | leot <leot@pkgsrc.org> | 2016-04-10 09:41:58 +0000 |
---|---|---|
committer | leot <leot@pkgsrc.org> | 2016-04-10 09:41:58 +0000 |
commit | 224e9ed1cc266f493bd28f7ab0b49cef2a5f446b (patch) | |
tree | ec861f0eaa2f7645c5ba4992b37ebecd35deed92 | |
parent | f890103af9d12418bc0374b4abc0e83449a7153f (diff) | |
download | pkgsrc-224e9ed1cc266f493bd28f7ab0b49cef2a5f446b.tar.gz |
Update print/cups-filters to 1.8.3.
Changes:
CHANGES IN V1.8.3 (2016-03-23):
- cups-browsed: When creating or modifying a local print queue
set the printer-is-shared bit to false in a separate IPP
request as this operation errors on queues directly pointing
to remote CUPS queues with the IPP backend. This way we can
ignore the error and assure that all other settings are
applied (Ubuntu bug #1560099).
- Fixed pkg-config support so that $PKG_CONFIG gets used and
cross compilation works (Bug #1347).
- gstoraster: Put conversion rules for this filter into a
separate file, so that they do not get installed when we
build without Ghostscript support (Bug #1346).
- Allow disabling dependencies on IJS (Bug #1345).
- pdftops: Switch to Poppler as PDF renderer also for the
Apple LaserWriter 12/640, to work around a bug in the
printer's PostScript interpreter (Bug #1344).
-rw-r--r-- | print/cups-filters/Makefile | 5 | ||||
-rw-r--r-- | print/cups-filters/PLIST | 3 | ||||
-rw-r--r-- | print/cups-filters/distinfo | 10 |
3 files changed, 9 insertions, 9 deletions
diff --git a/print/cups-filters/Makefile b/print/cups-filters/Makefile index ba6d7319599..ecfb72bb2be 100644 --- a/print/cups-filters/Makefile +++ b/print/cups-filters/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.43 2016/03/05 11:29:16 jperkin Exp $ +# $NetBSD: Makefile,v 1.44 2016/04/10 09:41:58 leot Exp $ -DISTNAME= cups-filters-1.8.2 -PKGREVISION= 1 +DISTNAME= cups-filters-1.8.3 CATEGORIES= print MASTER_SITES= http://openprinting.org/download/cups-filters/ EXTRACT_SUFX= .tar.xz diff --git a/print/cups-filters/PLIST b/print/cups-filters/PLIST index f57dbaaf2d1..5e32efa92c6 100644 --- a/print/cups-filters/PLIST +++ b/print/cups-filters/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.10 2016/01/24 11:18:48 wiz Exp $ +@comment $NetBSD: PLIST,v 1.11 2016/04/10 09:41:58 leot Exp $ bin/foomatic-rip bin/ttfread include/cupsfilters/colord.h @@ -87,6 +87,7 @@ share/cups/drv/indexv3.drv share/cups/drv/indexv4.drv share/cups/mime/braille.convs share/cups/mime/braille.types +share/cups/mime/cupsfilters-ghostscript.convs share/cups/mime/cupsfilters.convs share/cups/mime/cupsfilters.types share/cups/ppdc/braille.defs diff --git a/print/cups-filters/distinfo b/print/cups-filters/distinfo index faf04076a2f..0eaaa74ccaa 100644 --- a/print/cups-filters/distinfo +++ b/print/cups-filters/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.32 2016/02/14 10:45:46 wiz Exp $ +$NetBSD: distinfo,v 1.33 2016/04/10 09:41:58 leot Exp $ -SHA1 (cups-filters-1.8.2.tar.xz) = 9043a43076ae8d688748e107dd89cfc13b7b2440 -RMD160 (cups-filters-1.8.2.tar.xz) = 5b396adcdbdcc9261324b5a08bb5732fa621f0e2 -SHA512 (cups-filters-1.8.2.tar.xz) = 71cd08b7955a334fa04834e99365ac8e83d34ba71a4de8a4a3e7cf7fd50768332d1a0588b963b9301f5a88170d3c700c36cf596a45497032202f3e5f18f93f2e -Size (cups-filters-1.8.2.tar.xz) = 1372508 bytes +SHA1 (cups-filters-1.8.3.tar.xz) = eef13af356cc99fca257ecf857c47ebf89b99cc7 +RMD160 (cups-filters-1.8.3.tar.xz) = e339ff5addff9d97f25c7f1301f4afe31b1be276 +SHA512 (cups-filters-1.8.3.tar.xz) = 5c3648670ae141038a373c4e800e81a7584759e3caf8c4e4468cb0da11c0ff521ac80678e603856c7209da6638673400305c38903cb27e3b4d792d17947e2af4 +Size (cups-filters-1.8.3.tar.xz) = 1373028 bytes |