diff options
author | prlw1 <prlw1@pkgsrc.org> | 2020-09-15 10:59:49 +0000 |
---|---|---|
committer | prlw1 <prlw1@pkgsrc.org> | 2020-09-15 10:59:49 +0000 |
commit | bcf59ed80cb0aa780060c7ae2d6d54613a26adb1 (patch) | |
tree | 0d86b0ab80f7309431a59870a11c455bfe32c181 /print | |
parent | 3254ae4293b11d2b564734674a67b77d2a371b4f (diff) | |
download | pkgsrc-bcf59ed80cb0aa780060c7ae2d6d54613a26adb1.tar.gz |
Update cups-filters to 1.28.2
Added driverless-fax. Many dirverless improvements, and many
bug fixes, such as fix crash when a remote printer set as default
gets removed.
For full release notes see:
https://github.com/OpenPrinting/cups-filters/blob/1.28.2/NEWS
Diffstat (limited to 'print')
-rw-r--r-- | print/cups-filters/Makefile | 5 | ||||
-rw-r--r-- | print/cups-filters/PLIST | 5 | ||||
-rw-r--r-- | print/cups-filters/distinfo | 10 |
3 files changed, 11 insertions, 9 deletions
diff --git a/print/cups-filters/Makefile b/print/cups-filters/Makefile index b625911951e..6686ab89e51 100644 --- a/print/cups-filters/Makefile +++ b/print/cups-filters/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.141 2020/08/17 20:17:39 leot Exp $ +# $NetBSD: Makefile,v 1.142 2020/09/15 10:59:49 prlw1 Exp $ -DISTNAME= cups-filters-1.27.5 -PKGREVISION= 1 +DISTNAME= cups-filters-1.28.2 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 0b4c0875d3f..9c2fb7da5e4 100644 --- a/print/cups-filters/PLIST +++ b/print/cups-filters/PLIST @@ -1,5 +1,6 @@ -@comment $NetBSD: PLIST,v 1.23 2020/01/03 13:26:08 leot Exp $ +@comment $NetBSD: PLIST,v 1.24 2020/09/15 10:59:49 prlw1 Exp $ bin/driverless +bin/driverless-fax bin/foomatic-rip bin/ttfread include/cupsfilters/colord.h @@ -22,10 +23,12 @@ lib/pkgconfig/libfontembed.pc libexec/cups-browsed libexec/cups/backend/beh libexec/cups/backend/driverless +libexec/cups/backend/driverless-fax 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 libexec/cups/filter/commandtoescpx libexec/cups/filter/commandtopclx diff --git a/print/cups-filters/distinfo b/print/cups-filters/distinfo index 5314b84931a..b79586ea3a3 100644 --- a/print/cups-filters/distinfo +++ b/print/cups-filters/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.68 2020/06/12 14:59:59 leot Exp $ +$NetBSD: distinfo,v 1.69 2020/09/15 10:59:49 prlw1 Exp $ -SHA1 (cups-filters-1.27.5.tar.xz) = e4bdebc5267597d7d103e04bd6358ef3d7ec0880 -RMD160 (cups-filters-1.27.5.tar.xz) = 23a1ed81f447ed6b657e089f0011740b9f2ee648 -SHA512 (cups-filters-1.27.5.tar.xz) = 8bc917b2a168add1062d091d02d99c39d72861c0d0cb1242c34b2bf117c9943e7fdc1fe002de7cde4cb1919fbce41073adc34916c328fc99e66e389b0a4fe103 -Size (cups-filters-1.27.5.tar.xz) = 1494864 bytes +SHA1 (cups-filters-1.28.2.tar.xz) = deb2662be617410f7f6cefa87dbb476ad2c98dec +RMD160 (cups-filters-1.28.2.tar.xz) = 41665cf207fa2485dda90e55e352a6b519bfd8e3 +SHA512 (cups-filters-1.28.2.tar.xz) = aa5f075927286a8278259025aa5baf95445809a83b88e2d4654e8f0a124012591b045df115294242fae60a283d983d6cdbaafc6a51224af30a7e56b58d831da5 +Size (cups-filters-1.28.2.tar.xz) = 1502352 bytes SHA1 (patch-filter_gstoraster.c) = 4eef8d91d8ca26a5a874e29885b836e9670d9e5d SHA1 (patch-filter_mupdftoraster.c) = 81a06cbb3be9a7fd3e797a2effa5ef0aecfc2621 SHA1 (patch-fontembed_test__pdf.c) = 5ffb13a59ed4d860a3ae4355e364059973715290 |