Sat Aug 24 02:06:47 2013 UTC ()
Update to 2.0103

Upstream changes:
2.0103          Thu 22 Aug 08:34:46 IDT 2013
    - Apply patch from Yuriy / YOREEK for test failures in t/40reader.t:
        - https://rt.cpan.org/Public/Bug/Display.html?id=83779
        - Changed the variable name to start with an underscore for internal
        use.

2.0102          Mon 19 Aug 15:14:13 IDT 2013
    - Fixed https://rt.cpan.org/Ticket/Display.html?id=83744
        - XPathContext memory leak on registerFunction.
        - Thanks to DGINEV for the report and Yuriy for the patch.
    - Apply proposed fix for https://rt.cpan.org/Ticket/Display.html?id=80521
        - "replaceNode() segfaults when copying DTD nodes with ATTLISTs"
        - Thanks to GUIDO@cpan.org for the report and to YOREEK for
        the patch.
    - Apply fix for https://rt.cpan.org/Ticket/Display.html?id=83779
        - "building on RHEL-5-64 fails"
        - Thanks to mathias@koerber.org for the report, SREZIC@cpan.org
        and d.thomas@its.uq.edu.au for taking part and Yuriy for the patch.

2.0101          Thu 15 Aug 08:29:15 IDT 2013
    - Fixed https://rt.cpan.org/Ticket/Display.html?id=87089 .
        - "HTML doctype differs for string/scalar input"
        - Thanks to NGLENN for the report and to Yuriy for the tests and
        fix.


(wen)
diff -r1.44 -r1.45 pkgsrc/textproc/p5-XML-LibXML/Makefile
diff -r1.23 -r1.24 pkgsrc/textproc/p5-XML-LibXML/distinfo

cvs diff -r1.44 -r1.45 pkgsrc/textproc/p5-XML-LibXML/Makefile (expand / switch to unified diff)

--- pkgsrc/textproc/p5-XML-LibXML/Makefile 2013/08/15 02:35:01 1.44
+++ pkgsrc/textproc/p5-XML-LibXML/Makefile 2013/08/24 02:06:47 1.45
@@ -1,18 +1,17 @@ @@ -1,18 +1,17 @@
1# $NetBSD: Makefile,v 1.44 2013/08/15 02:35:01 wen Exp $ 1# $NetBSD: Makefile,v 1.45 2013/08/24 02:06:47 wen Exp $
2# 2#
3 3
4DISTNAME= XML-LibXML-2.0100 4DISTNAME= XML-LibXML-2.0103
5PKGNAME= p5-${DISTNAME:S/0019/00.19/} 
6SVR4_PKGNAME= p5xlx 5SVR4_PKGNAME= p5xlx
7CATEGORIES= textproc perl5 6CATEGORIES= textproc perl5
8MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/} 7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/}
9 8
10MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
11HOMEPAGE= http://search.cpan.org/dist/XML-LibXML/ 10HOMEPAGE= http://search.cpan.org/dist/XML-LibXML/
12COMMENT= Perl interface to the libxml2 library 11COMMENT= Perl interface to the libxml2 library
13LICENSE= ${PERL5_LICENSE} 12LICENSE= ${PERL5_LICENSE}
14 13
15DEPENDS+= p5-XML-SAX>=0.11:../../textproc/p5-XML-SAX 14DEPENDS+= p5-XML-SAX>=0.11:../../textproc/p5-XML-SAX
16DEPENDS+= p5-XML-NamespaceSupport>=1.07:../../textproc/p5-XML-NamespaceSupport 15DEPENDS+= p5-XML-NamespaceSupport>=1.07:../../textproc/p5-XML-NamespaceSupport
17 16
18SUPERSEDES= p5-XML-LibXML-Common<=0.13nb7 17SUPERSEDES= p5-XML-LibXML-Common<=0.13nb7

cvs diff -r1.23 -r1.24 pkgsrc/textproc/p5-XML-LibXML/distinfo (expand / switch to unified diff)

--- pkgsrc/textproc/p5-XML-LibXML/distinfo 2013/08/15 02:35:01 1.23
+++ pkgsrc/textproc/p5-XML-LibXML/distinfo 2013/08/24 02:06:47 1.24
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.23 2013/08/15 02:35:01 wen Exp $ 1$NetBSD: distinfo,v 1.24 2013/08/24 02:06:47 wen Exp $
2 2
3SHA1 (XML-LibXML-2.0100.tar.gz) = 4f7492a028bfbd829883ce420607c1e7b7ba9a26 3SHA1 (XML-LibXML-2.0103.tar.gz) = 4c6bc3ee400af6d773c5f49cd6d1cd22f8458ab5
4RMD160 (XML-LibXML-2.0100.tar.gz) = a22dc16dd2364fb08ffac9e6555fee77e7b01866 4RMD160 (XML-LibXML-2.0103.tar.gz) = 17b497304cbd15e2222bbe88bc514d0583ea6354
5Size (XML-LibXML-2.0100.tar.gz) = 453859 bytes 5Size (XML-LibXML-2.0103.tar.gz) = 455597 bytes