diff options
author | sno <sno@pkgsrc.org> | 2012-07-06 12:40:18 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2012-07-06 12:40:18 +0000 |
commit | 95373ac011e1e29657fc55848dd8c238e67f1dc4 (patch) | |
tree | b34b684088af0001419f1af23b58c9c0e4339561 /textproc | |
parent | be54e38039368cdc9cb6e73c217c2356d5d7779d (diff) | |
download | pkgsrc-95373ac011e1e29657fc55848dd8c238e67f1dc4.tar.gz |
Updating package for Perl 5 module XML::LibXML in textproc/p5-XML-LibXML
from 1.96nb1 to 2.00.01 (upstream 2.0001).
Upstream changes:
2.0001 Wed Jun 20 19:40:05 IDT 2012
- Remove the leftover perl-libxml-libxml.h from the distribution.
- https://rt.cpan.org/Ticket/Display.html?id=77924
- Thanks to Martin Mann for the report.
2.0000 Tue Jun 19 23:04:23 IDT 2012
- Fix warnings that appear when compiling using the clang C compiler by
default.
- https://rt.cpan.org/Ticket/Display.html?id=77802
- Thanks to duvny for the report, and to seldon, doy and Zefram
for their assistance in fixing the warnings.
- Fix tests and run-time errors when Hash::FieldHash is installed
by no longer using Hash::FieldHash.
- https://rt.cpan.org/Ticket/Display.html?id=77576
- Thanks to hsk@fli-leibniz.de for reporting it, and to
Father Chrysostomos ( http://search.cpan.org/~sprout/ ) and
Mons Anderson for some diagnosis.
1.99 Thu May 31 10:21:23 IDT 2012
- Apply a patch from Mons Anderson ( mons@cpan.org ) for fixing the
overloading.
- t/62overload.t
- Thanks to Mons.
- Fix test failures (and general functionality) on 64-bit big endian
platforms
- https://rt.cpan.org/Ticket/Display.html?id=77340
- Thanks to Gregor Herrmann and Niko Tyni from the
Debian Perl group.
1.98 Sun May 13 21:02:14 IDT 2012
- Make sure parse_string() and load_xml() also accept references to
strings (to avoid unnecessary copying).
- See: https://rt.cpan.org/Ticket/Display.html?id=64051
1.97 Mon Apr 30 20:31:24 IDT 2012
- Apply a test and a fix to correct keep_blanks having no effect on
parse_balanced_chunk.
- fixes https://rt.cpan.org/Ticket/Display.html?id=76696
- Add t/30keep_blanks.t .
- Thanks to SREZIC for the report, the test and the fix.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-XML-LibXML/Makefile | 7 | ||||
-rw-r--r-- | textproc/p5-XML-LibXML/distinfo | 8 |
2 files changed, 7 insertions, 8 deletions
diff --git a/textproc/p5-XML-LibXML/Makefile b/textproc/p5-XML-LibXML/Makefile index b740638b795..73fa47ae9cf 100644 --- a/textproc/p5-XML-LibXML/Makefile +++ b/textproc/p5-XML-LibXML/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.36 2012/06/14 07:45:22 sbd Exp $ +# $NetBSD: Makefile,v 1.37 2012/07/06 12:40:18 sno Exp $ # -DISTNAME= XML-LibXML-1.96 -PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 +DISTNAME= XML-LibXML-2.0001 +PKGNAME= p5-${DISTNAME:S/0001/00.01/} SVR4_PKGNAME= p5xlx CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/} diff --git a/textproc/p5-XML-LibXML/distinfo b/textproc/p5-XML-LibXML/distinfo index 9c8e02a8ac8..800640b8a03 100644 --- a/textproc/p5-XML-LibXML/distinfo +++ b/textproc/p5-XML-LibXML/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.18 2012/04/22 12:14:47 wiz Exp $ +$NetBSD: distinfo,v 1.19 2012/07/06 12:40:18 sno Exp $ -SHA1 (XML-LibXML-1.96.tar.gz) = bd0263e1d76ef96cbf6c734c9415d8c3cd64610f -RMD160 (XML-LibXML-1.96.tar.gz) = e130fce12809046b939006587c8565f0f28b2bd3 -Size (XML-LibXML-1.96.tar.gz) = 441094 bytes +SHA1 (XML-LibXML-2.0001.tar.gz) = c46c77c21012013a0d8ac84d72a0fea6dcde1548 +RMD160 (XML-LibXML-2.0001.tar.gz) = f44dd3f8fdb7cb8b23f5c23020c3ab7100514c2a +Size (XML-LibXML-2.0001.tar.gz) = 444112 bytes |