Received: by mail.netbsd.org (Postfix, from userid 605) id 306DD84D8C; Tue, 15 Aug 2017 11:40:27 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B4DF384D8C for ; Tue, 15 Aug 2017 11:40:26 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id 3cPQhfiAHmhM for ; Tue, 15 Aug 2017 11:40:25 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id BBC6084D2B for ; Tue, 15 Aug 2017 11:40:25 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B6FB0FAD0; Tue, 15 Aug 2017 11:40:25 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1502797225269680" MIME-Version: 1.0 Date: Tue, 15 Aug 2017 11:40:25 +0000 From: "Niclas Rosenvik" Subject: CVS commit: pkgsrc/print To: pkgsrc-changes@NetBSD.org Reply-To: nros@netbsd.org X-Mailer: log_accum Message-Id: <20170815114025.B6FB0FAD0@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1502797225269680 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nros Date: Tue Aug 15 11:40:25 UTC 2017 Modified Files: pkgsrc/print/atril: Makefile pkgsrc/print/cups-filters: Makefile pkgsrc/print/deforaos-pdfviewer: Makefile pkgsrc/print/diffpdf: Makefile pkgsrc/print/electrix: Makefile pkgsrc/print/epdfview: Makefile pkgsrc/print/evince: Makefile pkgsrc/print/evince-nautilus: Makefile pkgsrc/print/evince3: Makefile pkgsrc/print/kbibtex: Makefile pkgsrc/print/luatex: Makefile pkgsrc/print/okular: Makefile pkgsrc/print/pdf2djvu: Makefile pkgsrc/print/py-poppler: Makefile pkgsrc/print/qpdfview: Makefile pkgsrc/print/ruby-gnome2-poppler: Makefile pkgsrc/print/web2c: Makefile pkgsrc/print/xetex: Makefile pkgsrc/print/zathura-pdf-poppler: Makefile Log Message: Revbump due to poppler update to version 0.57.0. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 pkgsrc/print/atril/Makefile cvs rdiff -u -r1.73 -r1.74 pkgsrc/print/cups-filters/Makefile cvs rdiff -u -r1.36 -r1.37 pkgsrc/print/deforaos-pdfviewer/Makefile cvs rdiff -u -r1.58 -r1.59 pkgsrc/print/diffpdf/Makefile cvs rdiff -u -r1.37 -r1.38 pkgsrc/print/electrix/Makefile cvs rdiff -u -r1.71 -r1.72 pkgsrc/print/epdfview/Makefile cvs rdiff -u -r1.125 -r1.126 pkgsrc/print/evince/Makefile cvs rdiff -u -r1.86 -r1.87 pkgsrc/print/evince-nautilus/Makefile cvs rdiff -u -r1.62 -r1.63 pkgsrc/print/evince3/Makefile cvs rdiff -u -r1.79 -r1.80 pkgsrc/print/kbibtex/Makefile cvs rdiff -u -r1.58 -r1.59 pkgsrc/print/luatex/Makefile cvs rdiff -u -r1.62 -r1.63 pkgsrc/print/okular/Makefile cvs rdiff -u -r1.48 -r1.49 pkgsrc/print/pdf2djvu/Makefile cvs rdiff -u -r1.27 -r1.28 pkgsrc/print/py-poppler/Makefile cvs rdiff -u -r1.43 -r1.44 pkgsrc/print/qpdfview/Makefile cvs rdiff -u -r1.82 -r1.83 pkgsrc/print/ruby-gnome2-poppler/Makefile cvs rdiff -u -r1.59 -r1.60 pkgsrc/print/web2c/Makefile cvs rdiff -u -r1.62 -r1.63 pkgsrc/print/xetex/Makefile cvs rdiff -u -r1.11 -r1.12 pkgsrc/print/zathura-pdf-poppler/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1502797225269680 Content-Disposition: inline Content-Length: 10547 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/print/atril/Makefile diff -u pkgsrc/print/atril/Makefile:1.13 pkgsrc/print/atril/Makefile:1.14 --- pkgsrc/print/atril/Makefile:1.13 Fri Jul 7 12:45:54 2017 +++ pkgsrc/print/atril/Makefile Tue Aug 15 11:40:23 2017 @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.13 2017/07/07 12:45:54 jperkin Exp $ +# $NetBSD: Makefile,v 1.14 2017/08/15 11:40:23 nros Exp $ .include "../../meta-pkgs/mate/Makefile.common" DISTNAME= atril-${VERSION} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= print COMMENT= Simple multi-page document viewer for the MATE environment Index: pkgsrc/print/cups-filters/Makefile diff -u pkgsrc/print/cups-filters/Makefile:1.73 pkgsrc/print/cups-filters/Makefile:1.74 --- pkgsrc/print/cups-filters/Makefile:1.73 Thu Jun 22 12:30:25 2017 +++ pkgsrc/print/cups-filters/Makefile Tue Aug 15 11:40:24 2017 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.73 2017/06/22 12:30:25 wiz Exp $ +# $NetBSD: Makefile,v 1.74 2017/08/15 11:40:24 nros Exp $ DISTNAME= cups-filters-1.14.0 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= print MASTER_SITES= http://openprinting.org/download/cups-filters/ EXTRACT_SUFX= .tar.xz Index: pkgsrc/print/deforaos-pdfviewer/Makefile diff -u pkgsrc/print/deforaos-pdfviewer/Makefile:1.36 pkgsrc/print/deforaos-pdfviewer/Makefile:1.37 --- pkgsrc/print/deforaos-pdfviewer/Makefile:1.36 Tue Aug 1 14:59:04 2017 +++ pkgsrc/print/deforaos-pdfviewer/Makefile Tue Aug 15 11:40:24 2017 @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.36 2017/08/01 14:59:04 wiz Exp $ +# $NetBSD: Makefile,v 1.37 2017/08/15 11:40:24 nros Exp $ # DISTNAME= PDFViewer-0.0.2 PKGNAME= deforaos-pdfviewer-0.0.2 -PKGREVISION= 9 +PKGREVISION= 10 CATEGORIES= print MASTER_SITES= https://www.defora.org/os/download/download/4431/ Index: pkgsrc/print/diffpdf/Makefile diff -u pkgsrc/print/diffpdf/Makefile:1.58 pkgsrc/print/diffpdf/Makefile:1.59 --- pkgsrc/print/diffpdf/Makefile:1.58 Tue May 2 13:37:31 2017 +++ pkgsrc/print/diffpdf/Makefile Tue Aug 15 11:40:24 2017 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.58 2017/05/02 13:37:31 wiz Exp $ +# $NetBSD: Makefile,v 1.59 2017/08/15 11:40:24 nros Exp $ DISTNAME= diffpdf-2.1.3 -PKGREVISION= 18 +PKGREVISION= 19 CATEGORIES= print MASTER_SITES= http://www.qtrac.eu/ Index: pkgsrc/print/electrix/Makefile diff -u pkgsrc/print/electrix/Makefile:1.37 pkgsrc/print/electrix/Makefile:1.38 --- pkgsrc/print/electrix/Makefile:1.37 Tue May 2 13:37:32 2017 +++ pkgsrc/print/electrix/Makefile Tue Aug 15 11:40:24 2017 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.37 2017/05/02 13:37:32 wiz Exp $ +# $NetBSD: Makefile,v 1.38 2017/08/15 11:40:24 nros Exp $ # DISTNAME= electrix-0.2.0 -PKGREVISION= 35 +PKGREVISION= 36 CATEGORIES= print MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=electrix/} EXTRACT_SUFX= .tar.bz2 Index: pkgsrc/print/epdfview/Makefile diff -u pkgsrc/print/epdfview/Makefile:1.71 pkgsrc/print/epdfview/Makefile:1.72 --- pkgsrc/print/epdfview/Makefile:1.71 Tue Aug 1 16:47:43 2017 +++ pkgsrc/print/epdfview/Makefile Tue Aug 15 11:40:24 2017 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.71 2017/08/01 16:47:43 wiz Exp $ +# $NetBSD: Makefile,v 1.72 2017/08/15 11:40:24 nros Exp $ # DISTNAME= epdfview-0.1.8 -PKGREVISION= 46 +PKGREVISION= 47 CATEGORIES= print MASTER_SITES= http://anduin.linuxfromscratch.org/BLFS/epdfview/ EXTRACT_SUFX= .tar.bz2 Index: pkgsrc/print/evince/Makefile diff -u pkgsrc/print/evince/Makefile:1.125 pkgsrc/print/evince/Makefile:1.126 --- pkgsrc/print/evince/Makefile:1.125 Tue May 2 13:37:32 2017 +++ pkgsrc/print/evince/Makefile Tue Aug 15 11:40:24 2017 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.125 2017/05/02 13:37:32 wiz Exp $ +# $NetBSD: Makefile,v 1.126 2017/08/15 11:40:24 nros Exp $ # .include "../../print/evince/Makefile.common" -PKGREVISION= 55 +PKGREVISION= 57 COMMENT= Document viewer Index: pkgsrc/print/evince-nautilus/Makefile diff -u pkgsrc/print/evince-nautilus/Makefile:1.86 pkgsrc/print/evince-nautilus/Makefile:1.87 --- pkgsrc/print/evince-nautilus/Makefile:1.86 Tue May 2 13:37:32 2017 +++ pkgsrc/print/evince-nautilus/Makefile Tue Aug 15 11:40:24 2017 @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.86 2017/05/02 13:37:32 wiz Exp $ +# $NetBSD: Makefile,v 1.87 2017/08/15 11:40:24 nros Exp $ # .include "../../print/evince/Makefile.common" PKGNAME= ${DISTNAME:S/evince/evince-nautilus/} -PKGREVISION= 47 +PKGREVISION= 48 COMMENT= File properties plugin for evince files .include "options.mk" Index: pkgsrc/print/evince3/Makefile diff -u pkgsrc/print/evince3/Makefile:1.62 pkgsrc/print/evince3/Makefile:1.63 --- pkgsrc/print/evince3/Makefile:1.62 Fri Jul 14 05:31:20 2017 +++ pkgsrc/print/evince3/Makefile Tue Aug 15 11:40:24 2017 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.62 2017/07/14 05:31:20 maya Exp $ +# $NetBSD: Makefile,v 1.63 2017/08/15 11:40:24 nros Exp $ -PKGREVISION= 6 +PKGREVISION= 7 .include "../../print/evince3/Makefile.common" COMMENT= Document viewer Index: pkgsrc/print/kbibtex/Makefile diff -u pkgsrc/print/kbibtex/Makefile:1.79 pkgsrc/print/kbibtex/Makefile:1.80 --- pkgsrc/print/kbibtex/Makefile:1.79 Tue May 2 13:37:32 2017 +++ pkgsrc/print/kbibtex/Makefile Tue Aug 15 11:40:24 2017 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.79 2017/05/02 13:37:32 wiz Exp $ +# $NetBSD: Makefile,v 1.80 2017/08/15 11:40:24 nros Exp $ DISTNAME= kbibtex-0.5.1 -PKGREVISION= 15 +PKGREVISION= 16 CATEGORIES= print kde MASTER_SITES= http://download.gna.org/kbibtex/0.5/ EXTRACT_SUFX= .tar.xz Index: pkgsrc/print/luatex/Makefile diff -u pkgsrc/print/luatex/Makefile:1.58 pkgsrc/print/luatex/Makefile:1.59 --- pkgsrc/print/luatex/Makefile:1.58 Tue Aug 15 07:47:37 2017 +++ pkgsrc/print/luatex/Makefile Tue Aug 15 11:40:24 2017 @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.58 2017/08/15 07:47:37 wiz Exp $ +# $NetBSD: Makefile,v 1.59 2017/08/15 11:40:24 nros Exp $ DISTNAME= texlive-20170524-source PKGNAME= luatex-1.0.4 +PKGREVISION= 1 CATEGORIES= print MASTER_SITES= ftp://tug.org/historic/systems/texlive/2017/ EXTRACT_SUFX= .tar.xz Index: pkgsrc/print/okular/Makefile diff -u pkgsrc/print/okular/Makefile:1.62 pkgsrc/print/okular/Makefile:1.63 --- pkgsrc/print/okular/Makefile:1.62 Tue May 2 13:37:32 2017 +++ pkgsrc/print/okular/Makefile Tue Aug 15 11:40:24 2017 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.62 2017/05/02 13:37:32 wiz Exp $ +# $NetBSD: Makefile,v 1.63 2017/08/15 11:40:24 nros Exp $ DISTNAME= okular-16.08.0 -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= print COMMENT= KDE universal document viewer MASTER_SITES= ${MASTER_SITE_KDE:=applications/16.08.0/src/} Index: pkgsrc/print/pdf2djvu/Makefile diff -u pkgsrc/print/pdf2djvu/Makefile:1.48 pkgsrc/print/pdf2djvu/Makefile:1.49 --- pkgsrc/print/pdf2djvu/Makefile:1.48 Tue May 16 12:43:47 2017 +++ pkgsrc/print/pdf2djvu/Makefile Tue Aug 15 11:40:24 2017 @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.48 2017/05/16 12:43:47 ryoon Exp $ +# $NetBSD: Makefile,v 1.49 2017/08/15 11:40:24 nros Exp $ # DISTNAME= pdf2djvu-0.9.5 +PKGREVISION= 1 CATEGORIES= print MASTER_SITES= https://github.com/jwilk/pdf2djvu/releases/download/${PKGVERSION_NOREV}/ EXTRACT_SUFX= .tar.xz Index: pkgsrc/print/py-poppler/Makefile diff -u pkgsrc/print/py-poppler/Makefile:1.27 pkgsrc/print/py-poppler/Makefile:1.28 --- pkgsrc/print/py-poppler/Makefile:1.27 Tue May 2 13:37:32 2017 +++ pkgsrc/print/py-poppler/Makefile Tue Aug 15 11:40:25 2017 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.27 2017/05/02 13:37:32 wiz Exp $ +# $NetBSD: Makefile,v 1.28 2017/08/15 11:40:25 nros Exp $ DISTNAME= pypoppler-0.12.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//} -PKGREVISION= 21 +PKGREVISION= 22 CATEGORIES= print MASTER_SITES= https://launchpad.net/poppler-python/trunk/development/+download/ Index: pkgsrc/print/qpdfview/Makefile diff -u pkgsrc/print/qpdfview/Makefile:1.43 pkgsrc/print/qpdfview/Makefile:1.44 --- pkgsrc/print/qpdfview/Makefile:1.43 Fri May 19 13:29:04 2017 +++ pkgsrc/print/qpdfview/Makefile Tue Aug 15 11:40:25 2017 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.43 2017/05/19 13:29:04 prlw1 Exp $ +# $NetBSD: Makefile,v 1.44 2017/08/15 11:40:25 nros Exp $ VER= 0.4.16 DISTNAME= qpdfview-${VER} -PKGREVISION= 11 +PKGREVISION= 12 CATEGORIES= print MASTER_SITES= https://launchpad.net/qpdfview/trunk/${VER}/+download/ Index: pkgsrc/print/ruby-gnome2-poppler/Makefile diff -u pkgsrc/print/ruby-gnome2-poppler/Makefile:1.82 pkgsrc/print/ruby-gnome2-poppler/Makefile:1.83 --- pkgsrc/print/ruby-gnome2-poppler/Makefile:1.82 Sun Jun 11 05:51:41 2017 +++ pkgsrc/print/ruby-gnome2-poppler/Makefile Tue Aug 15 11:40:25 2017 @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.82 2017/06/11 05:51:41 tsutsui Exp $ +# $NetBSD: Makefile,v 1.83 2017/08/15 11:40:25 nros Exp $ # DISTNAME= poppler-${VERSION} PKGNAME= ${RUBY_PKGPREFIX}-gnome2-${DISTNAME} +PKGREVISION= 1 COMMENT= Ruby binding of poppler-glib CATEGORIES= print Index: pkgsrc/print/web2c/Makefile diff -u pkgsrc/print/web2c/Makefile:1.59 pkgsrc/print/web2c/Makefile:1.60 --- pkgsrc/print/web2c/Makefile:1.59 Tue Aug 15 07:45:51 2017 +++ pkgsrc/print/web2c/Makefile Tue Aug 15 11:40:25 2017 @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.59 2017/08/15 07:45:51 wiz Exp $ +# $NetBSD: Makefile,v 1.60 2017/08/15 11:40:25 nros Exp $ DISTNAME= texlive-20170524-source PKGNAME= web2c-2017 +PKGREVISION= 1 CATEGORIES= print MASTER_SITES= ftp://tug.org/historic/systems/texlive/2017/ EXTRACT_SUFX= .tar.xz Index: pkgsrc/print/xetex/Makefile diff -u pkgsrc/print/xetex/Makefile:1.62 pkgsrc/print/xetex/Makefile:1.63 --- pkgsrc/print/xetex/Makefile:1.62 Tue Jun 20 20:50:50 2017 +++ pkgsrc/print/xetex/Makefile Tue Aug 15 11:40:25 2017 @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.62 2017/06/20 20:50:50 markd Exp $ +# $NetBSD: Makefile,v 1.63 2017/08/15 11:40:25 nros Exp $ DISTNAME= texlive-20170524-source PKGNAME= xetex-0.99997 +PKGREVISION= 1 CATEGORIES= print MASTER_SITES= ftp://tug.org/historic/systems/texlive/2017/ EXTRACT_SUFX= .tar.xz Index: pkgsrc/print/zathura-pdf-poppler/Makefile diff -u pkgsrc/print/zathura-pdf-poppler/Makefile:1.11 pkgsrc/print/zathura-pdf-poppler/Makefile:1.12 --- pkgsrc/print/zathura-pdf-poppler/Makefile:1.11 Tue May 2 13:37:33 2017 +++ pkgsrc/print/zathura-pdf-poppler/Makefile Tue Aug 15 11:40:25 2017 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.11 2017/05/02 13:37:33 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2017/08/15 11:40:25 nros Exp $ # DISTNAME= zathura-pdf-poppler-0.2.7 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= print MASTER_SITES= http://pwmt.org/projects/zathura/plugins/download/ --_----------=_1502797225269680--