diff options
author | wen <wen@pkgsrc.org> | 2016-02-27 00:34:42 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2016-02-27 00:34:42 +0000 |
commit | 430def1039ffab2f9d8467854bcaf2e710a8b736 (patch) | |
tree | ce08373f616bffcfc3492c1ae32439414b08eabb /textproc | |
parent | 4cbb386f7011d8366c3251955cefa4727f0bfe09 (diff) | |
download | pkgsrc-430def1039ffab2f9d8467854bcaf2e710a8b736.tar.gz |
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.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-XML-XPath/Makefile | 4 | ||||
-rw-r--r-- | textproc/p5-XML-XPath/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/textproc/p5-XML-XPath/Makefile b/textproc/p5-XML-XPath/Makefile index 02d959dc8c0..62dcb4d2eab 100644 --- a/textproc/p5-XML-XPath/Makefile +++ b/textproc/p5-XML-XPath/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.29 2015/12/31 03:45:22 wen Exp $ +# $NetBSD: Makefile,v 1.30 2016/02/27 00:34:42 wen Exp $ -DISTNAME= XML-XPath-1.16 +DISTNAME= XML-XPath-1.32 PKGNAME= p5-${DISTNAME} CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/} diff --git a/textproc/p5-XML-XPath/distinfo b/textproc/p5-XML-XPath/distinfo index 511ab72e2f9..304b06d2c4a 100644 --- a/textproc/p5-XML-XPath/distinfo +++ b/textproc/p5-XML-XPath/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.6 2015/12/31 03:45:22 wen Exp $ +$NetBSD: distinfo,v 1.7 2016/02/27 00:34:42 wen Exp $ -SHA1 (XML-XPath-1.16.tar.gz) = 30dd903fd67761605bf2603b97101eca44e02d6f -RMD160 (XML-XPath-1.16.tar.gz) = 564aaaf76294da17d98be9b6e1a53f3f7ad91dee -SHA512 (XML-XPath-1.16.tar.gz) = 32a4e9f83555792730cf35599580a920749642e19d471dff35926531cf92cf631f01a13a7c8b86f859cb9716b3279f7c28cb138d7fe54c1ff5a76be0c6320d10 -Size (XML-XPath-1.16.tar.gz) = 46723 bytes +SHA1 (XML-XPath-1.32.tar.gz) = e3e8f4c04280754b9517f73bf61cfecec4941562 +RMD160 (XML-XPath-1.32.tar.gz) = 5fe371dd245cb7204ff25566e97786655dadb6b3 +SHA512 (XML-XPath-1.32.tar.gz) = 0a5fc79288d306b2c0c0f69c356cb086e3817dd4a02ceb89b379ec64c15ab2cfa35ef7fcfe06c081a8fb61fe0435cb4e21d4c2a3d549e86707f218351486a42d +Size (XML-XPath-1.32.tar.gz) = 53229 bytes |