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 50D157A26F for ; Sat, 26 Nov 2016 12:44:07 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id BAFCD855C0; Sat, 26 Nov 2016 12:44:06 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4AD6A84CF5 for ; Sat, 26 Nov 2016 12:44:06 +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 2GXXmdVBrQTj for ; Sat, 26 Nov 2016 12:44:05 +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 7DF1F85578 for ; Sat, 26 Nov 2016 12:44:05 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 7459BFBA6; Sat, 26 Nov 2016 12:44:05 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_148016424518600" MIME-Version: 1.0 Date: Sat, 26 Nov 2016 12:44:05 +0000 From: "Patrick Welche" Subject: CVS commit: pkgsrc/print/evince3 To: pkgsrc-changes@NetBSD.org Reply-To: prlw1@netbsd.org X-Mailer: log_accum Message-Id: <20161126124405.7459BFBA6@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. --_----------=_148016424518600 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: prlw1 Date: Sat Nov 26 12:44:05 UTC 2016 Modified Files: pkgsrc/print/evince3: Makefile Makefile.common PLIST distinfo Log Message: Update evince3 to 3.22.1 Highlights: * Fix several memory leaks (#770070 and #770069, Eric R. Schulz) * Fix scaling calculation in PostScript backend (#755776, Jason Crain) * Fix a crash when processing button events in EvView (#769700, Marek Kasik) * Fix a crash when opening a copy of a document with annotation popup windows (#760299, Jose Aliste) * Improve annotation properties dialog UI (#767895, Trinh Anh Ngoc) * Fix build with GCC 6 (Michael Catanzaro) Full list of changes at: https://git.gnome.org/browse/evince/tree/NEWS?h=3.22.1 To generate a diff of this commit: cvs rdiff -u -r1.55 -r1.56 pkgsrc/print/evince3/Makefile cvs rdiff -u -r1.15 -r1.16 pkgsrc/print/evince3/Makefile.common cvs rdiff -u -r1.13 -r1.14 pkgsrc/print/evince3/PLIST cvs rdiff -u -r1.11 -r1.12 pkgsrc/print/evince3/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_148016424518600 Content-Disposition: inline Content-Length: 4653 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/print/evince3/Makefile diff -u pkgsrc/print/evince3/Makefile:1.55 pkgsrc/print/evince3/Makefile:1.56 --- pkgsrc/print/evince3/Makefile:1.55 Tue Nov 8 10:51:29 2016 +++ pkgsrc/print/evince3/Makefile Sat Nov 26 12:44:05 2016 @@ -1,6 +1,5 @@ -# $NetBSD: Makefile,v 1.55 2016/11/08 10:51:29 wiz Exp $ +# $NetBSD: Makefile,v 1.56 2016/11/26 12:44:05 prlw1 Exp $ -PKGREVISION= 6 .include "../../print/evince3/Makefile.common" COMMENT= Document viewer Index: pkgsrc/print/evince3/Makefile.common diff -u pkgsrc/print/evince3/Makefile.common:1.15 pkgsrc/print/evince3/Makefile.common:1.16 --- pkgsrc/print/evince3/Makefile.common:1.15 Thu Apr 14 08:40:57 2016 +++ pkgsrc/print/evince3/Makefile.common Sat Nov 26 12:44:05 2016 @@ -1,9 +1,9 @@ -# $NetBSD: Makefile.common,v 1.15 2016/04/14 08:40:57 prlw1 Exp $ +# $NetBSD: Makefile.common,v 1.16 2016/11/26 12:44:05 prlw1 Exp $ # # used by print/evince3/Makefile # would probably be used by print/evince3-nautilus/Makefile if that existed -DISTNAME= evince-3.20.0 +DISTNAME= evince-3.22.1 CATEGORIES= print gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/evince/${PKGVERSION_NOREV:R}/} EXTRACT_SUFX= .tar.xz Index: pkgsrc/print/evince3/PLIST diff -u pkgsrc/print/evince3/PLIST:1.13 pkgsrc/print/evince3/PLIST:1.14 --- pkgsrc/print/evince3/PLIST:1.13 Fri Sep 16 08:52:33 2016 +++ pkgsrc/print/evince3/PLIST Sat Nov 26 12:44:05 2016 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.13 2016/09/16 08:52:33 richard Exp $ +@comment $NetBSD: PLIST,v 1.14 2016/11/26 12:44:05 prlw1 Exp $ bin/evince bin/evince-previewer bin/evince-thumbnailer @@ -153,7 +153,6 @@ share/gtk-doc/html/evince/evince-fronten share/gtk-doc/html/evince/evince.devhelp2 share/gtk-doc/html/evince/home.png share/gtk-doc/html/evince/index.html -share/gtk-doc/html/evince/index.sgml share/gtk-doc/html/evince/left-insensitive.png share/gtk-doc/html/evince/left.png share/gtk-doc/html/evince/licence.html @@ -200,7 +199,6 @@ share/gtk-doc/html/libevdocument-3.0/doc share/gtk-doc/html/libevdocument-3.0/document-interfaces.html share/gtk-doc/html/libevdocument-3.0/home.png share/gtk-doc/html/libevdocument-3.0/index.html -share/gtk-doc/html/libevdocument-3.0/index.sgml share/gtk-doc/html/libevdocument-3.0/left-insensitive.png share/gtk-doc/html/libevdocument-3.0/left.png share/gtk-doc/html/libevdocument-3.0/libevdocument-3.0.devhelp2 @@ -223,6 +221,7 @@ share/gtk-doc/html/libevdocument-3.0/sty share/gtk-doc/html/libevdocument-3.0/up-insensitive.png share/gtk-doc/html/libevdocument-3.0/up.png share/gtk-doc/html/libevview-3.0/EvJob.html +share/gtk-doc/html/libevview-3.0/annotation-glossary.html share/gtk-doc/html/libevview-3.0/api-index-3-10.html share/gtk-doc/html/libevview-3.0/api-index-3-6.html share/gtk-doc/html/libevview-3.0/api-index-3-8.html @@ -230,7 +229,6 @@ share/gtk-doc/html/libevview-3.0/api-ind share/gtk-doc/html/libevview-3.0/api-index-full.html share/gtk-doc/html/libevview-3.0/home.png share/gtk-doc/html/libevview-3.0/index.html -share/gtk-doc/html/libevview-3.0/index.sgml share/gtk-doc/html/libevview-3.0/left-insensitive.png share/gtk-doc/html/libevview-3.0/left.png share/gtk-doc/html/libevview-3.0/libevview-3.0.devhelp2 @@ -3000,6 +2998,7 @@ share/locale/gl/LC_MESSAGES/evince.mo share/locale/gu/LC_MESSAGES/evince.mo share/locale/he/LC_MESSAGES/evince.mo share/locale/hi/LC_MESSAGES/evince.mo +share/locale/hr/LC_MESSAGES/evince.mo share/locale/hu/LC_MESSAGES/evince.mo share/locale/id/LC_MESSAGES/evince.mo share/locale/is/LC_MESSAGES/evince.mo Index: pkgsrc/print/evince3/distinfo diff -u pkgsrc/print/evince3/distinfo:1.11 pkgsrc/print/evince3/distinfo:1.12 --- pkgsrc/print/evince3/distinfo:1.11 Thu Apr 14 08:40:57 2016 +++ pkgsrc/print/evince3/distinfo Sat Nov 26 12:44:05 2016 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.11 2016/04/14 08:40:57 prlw1 Exp $ +$NetBSD: distinfo,v 1.12 2016/11/26 12:44:05 prlw1 Exp $ -SHA1 (evince-3.20.0.tar.xz) = 9bc833831fd5815da1b12899f3372e145a3b6b37 -RMD160 (evince-3.20.0.tar.xz) = d20fd37623c297b9dd92bdaee67e541fee966dcf -SHA512 (evince-3.20.0.tar.xz) = 924e2ea66f45cc449a03fa6bc5bda28e54a0add26bcbc0bd1e58fd2851b7999722e7e70e54e9f338f66a4527b5924e55ae03050be2fffc267fdfee2eba5c6d9d -Size (evince-3.20.0.tar.xz) = 3342544 bytes +SHA1 (evince-3.22.1.tar.xz) = 7b24678035c50c4ccaf76bdd64e228b1c1912d4b +RMD160 (evince-3.22.1.tar.xz) = e2c5b03a59ec7a7d50b6c34d1aafed4d419fc8a5 +SHA512 (evince-3.22.1.tar.xz) = c36a90bf98f25b4f9f05536f1a09c38be30b814529e17a4ab159ba7c1e952402a211f335d4cdf1928ace8a5b46d6d019fbbd457ce11c2ffa264d8bb7c32d5a18 +Size (evince-3.22.1.tar.xz) = 3365004 bytes --_----------=_148016424518600--