Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id CFDDD7A111 for ; Sat, 21 Jan 2017 11:58:30 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 821E6855CC; Sat, 21 Jan 2017 11:58:30 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 13761855B8 for ; Sat, 21 Jan 2017 11:58:30 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id iZk0Tfx-GUKu for ; Sat, 21 Jan 2017 11:58:29 +0000 (UTC) Received: from cvs.NetBSD.org (unknown [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 82E368556D for ; Sat, 21 Jan 2017 11:58:29 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 81095FBA6; Sat, 21 Jan 2017 11:58:29 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1484999909117430" MIME-Version: 1.0 Date: Sat, 21 Jan 2017 11:58:29 +0000 From: "Leonardo Taccari" Subject: CVS commit: pkgsrc/print/cups-filters To: pkgsrc-changes@NetBSD.org Reply-To: leot@netbsd.org X-Mailer: log_accum Message-Id: <20170121115829.81095FBA6@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_1484999909117430 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: leot Date: Sat Jan 21 11:58:29 UTC 2017 Modified Files: pkgsrc/print/cups-filters: Makefile PLIST distinfo Log Message: Update print/cups-filters to cups-filters-1.13.3 pkgsrc changes: - Add --with-apple-raster-filter=rastertopdf to CONFIGURE_ARGS to avoid possible PLIST issues with cups<2.2.2 (with cups>=2.2.2 urftopdf is no longer built) Changes: 1.13.3 ------ - libcupsfilters: When auto-generating PPD files added support for passing through JPEG input to printers which understand JPEG. This is also done in CUPS-generated PPDs (Debian bug #851499). - libcupsfilters: Added the "output-bin" option support from CUPS' PPD generator to our PPD generator (CUPS Issue #4938). - cups-browsed: Make support for printers with IPv6 IP address work. Both link-local and regular addresses work. To generate a diff of this commit: cvs rdiff -u -r1.62 -r1.63 pkgsrc/print/cups-filters/Makefile cvs rdiff -u -r1.16 -r1.17 pkgsrc/print/cups-filters/PLIST cvs rdiff -u -r1.45 -r1.46 pkgsrc/print/cups-filters/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1484999909117430 Content-Disposition: inline Content-Length: 2959 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/print/cups-filters/Makefile diff -u pkgsrc/print/cups-filters/Makefile:1.62 pkgsrc/print/cups-filters/Makefile:1.63 --- pkgsrc/print/cups-filters/Makefile:1.62 Thu Jan 19 10:19:26 2017 +++ pkgsrc/print/cups-filters/Makefile Sat Jan 21 11:58:29 2017 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.62 2017/01/19 10:19:26 markd Exp $ +# $NetBSD: Makefile,v 1.63 2017/01/21 11:58:29 leot Exp $ -DISTNAME= cups-filters-1.13.2 -PKGREVISION= 1 +DISTNAME= cups-filters-1.13.3 CATEGORIES= print MASTER_SITES= http://openprinting.org/download/cups-filters/ EXTRACT_SUFX= .tar.xz @@ -43,6 +42,7 @@ CONFIGURE_ARGS+= --with-rclevels="" .endif CONFIGURE_ARGS+= --disable-ldap CONFIGURE_ARGS+= --disable-mutool +CONFIGURE_ARGS+= --with-apple-raster-filter=rastertopdf CONFIGURE_ARGS+= --with-shell=${TOOLS_PATH.bash} CONFIGURE_ARGS+= --with-pdftops-path=${PREFIX}/bin/pdftops Index: pkgsrc/print/cups-filters/PLIST diff -u pkgsrc/print/cups-filters/PLIST:1.16 pkgsrc/print/cups-filters/PLIST:1.17 --- pkgsrc/print/cups-filters/PLIST:1.16 Mon Dec 19 08:49:00 2016 +++ pkgsrc/print/cups-filters/PLIST Sat Jan 21 11:58:29 2017 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.16 2016/12/19 08:49:00 wiz Exp $ +@comment $NetBSD: PLIST,v 1.17 2017/01/21 11:58:29 leot Exp $ bin/driverless bin/foomatic-rip bin/ttfread @@ -54,7 +54,6 @@ libexec/cups/filter/texttobrf libexec/cups/filter/texttopdf libexec/cups/filter/texttops libexec/cups/filter/texttotext -libexec/cups/filter/urftopdf man/man1/driverless.1 man/man1/foomatic-rip.1 man/man5/cups-browsed.conf.5 Index: pkgsrc/print/cups-filters/distinfo diff -u pkgsrc/print/cups-filters/distinfo:1.45 pkgsrc/print/cups-filters/distinfo:1.46 --- pkgsrc/print/cups-filters/distinfo:1.45 Fri Dec 30 16:14:32 2016 +++ pkgsrc/print/cups-filters/distinfo Sat Jan 21 11:58:29 2017 @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.45 2016/12/30 16:14:32 adam Exp $ +$NetBSD: distinfo,v 1.46 2017/01/21 11:58:29 leot Exp $ -SHA1 (cups-filters-1.13.2.tar.xz) = 5fa3c3c2ac2150ab2e0e9defadb27f81e6164e4c -RMD160 (cups-filters-1.13.2.tar.xz) = 77c5c06e2e24df339bcef384a5aac2a564814ef8 -SHA512 (cups-filters-1.13.2.tar.xz) = 50b2e5d65f28bd15bd5e60bf11fc5e182c97a00155fb46ad36d058caa63ee60c504ec59cec05407068234cb1232e77c0ffb0bedd6a4c53bdc34055b60e7ed8b0 -Size (cups-filters-1.13.2.tar.xz) = 1420012 bytes +SHA1 (cups-filters-1.13.3.tar.xz) = ab5a0d6558c58a40010f01b40c9eaf891da66238 +RMD160 (cups-filters-1.13.3.tar.xz) = 1401ce17fdc4ed96875e7feefaae0a5141c4a087 +SHA512 (cups-filters-1.13.3.tar.xz) = 52692473e069017ca9fd2274357514bc99bdc2ed576be329aaa4b2978dcac98124716a77f6ff80f76e2a5b513b4c2cb3cb7d2e3a4d32d9bb90725d053d88c280 +Size (cups-filters-1.13.3.tar.xz) = 1421092 bytes SHA1 (patch-configure) = b55dc7dc22008351c396374aceb88d2be293d179 SHA1 (patch-filter_gstoraster.c) = a9fac7892972943f345c6b76529feff0ba098458 SHA1 (patch-filter_mupdftoraster.c) = 4c4f7d292163657f9541c8ce454ba57d248f7ef0 --_----------=_1484999909117430--