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 A18027ACA0 for ; Sat, 27 Feb 2016 00:34:43 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 1E7CD85E1A; Sat, 27 Feb 2016 00:34:43 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9CB8E84CFC for ; Sat, 27 Feb 2016 00:34:42 +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 pmVztkAEOuSN for ; Sat, 27 Feb 2016 00:34:42 +0000 (UTC) Received: from cvs.NetBSD.org (cvs.NetBSD.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 2B88484CEB for ; Sat, 27 Feb 2016 00:34:42 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 26A6CFBB7; Sat, 27 Feb 2016 00:34:42 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sat, 27 Feb 2016 00:34:42 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/textproc/p5-XML-XPath To: pkgsrc-changes@NetBSD.org Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20160227003442.26A6CFBB7@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: wen Date: Sat Feb 27 00:34:42 UTC 2016 Modified Files: pkgsrc/textproc/p5-XML-XPath: Makefile distinfo Log Message: Update to 1.32 Upstream changes: 1.32 2016-02-23 MANWAR - Applied the following patches kindly provided by GREGOA: https://anonscm.debian.org/cgit/pkg-perl/packages/libxml-xpath-perl.git/tree/debian/patches/fix-stringification-overload.patch https://anonscm.debian.org/cgit/pkg-perl/packages/libxml-xpath-perl.git/tree/debian/patches/test.patch https://anonscm.debian.org/cgit/pkg-perl/packages/libxml-xpath-perl.git/tree/debian/patches/xpath-option-to-work-without-internet-connection.patch 1.31 2016-02-22 MANWAR - Proposed fix for RT #112017. 1.30 2016-02-04 MANWAR - Fixed issue RT #15902 (Quoting warnings with translate). - Fixed issue RT #21154 (translate() function does not remove characters or support -) 1.29 2016-02-03 MANWAR - Fixed issue RT# 26144 (createNode doesn't honor position() predicate). 1.28 2016-01-31 MANWAR - Changed the LICENSE information about the package XML::XPath::PerlSAX as per Matt Sergeant email response (dated 2016-01-30). 1.27 2016-01-30 MANWAR - Fixed issue RT# 32012 (Debian bug #187583, http://bugs.debian.org/187583). 1.26 2016-01-25 MANWAR - Fixed inconsistent version issue (CPANTS). - Added key 'provides' to the Makefile.PL script. - Added unit test scripts t/meta-json.t and t/meta-yml.t 1.25 2016-01-20 MANWAR - Merged in GitHub PR #2, thanks to sdeseille. - Merged t/45overloading_number_operator.t and t/99rt_11724.t into t/45cmp_nodeset.t 1.24 2016-01-19 MANWAR - Fixed issue RT# 111278 (XML::XPath::PerlSAX doesn't compile). 1.23 2016-01-18 MANWAR - Fixed issue RT# 6363 (using < in a query returns results as if <= had been used). 1.22 2016-01-13 MANWAR - Fixed issues RT# 30818 and RT# 80277. 1.21 2016-01-12 MANWAR - Fixed issues RT# 14957 and RT# 30819. 1.20 2016-01-10 MANWAR - Fixed issues RT# 26143 and RT# 68703. 1.19 2016-01-05 MANWAR - Fixed issues RT# 14248 and RT# 23924. 1.18 2016-01-04 MANWAR - Fixed issues RT# 6362 and RT# 32233. 1.17 2016-01-01 MANWAR - Fixed issues RT# 3666, RT# 30813 and RT# 90850. To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 pkgsrc/textproc/p5-XML-XPath/Makefile cvs rdiff -u -r1.6 -r1.7 pkgsrc/textproc/p5-XML-XPath/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.