Sun Oct 21 22:30:28 2012 UTC ()
Update to 2.0007:

2.0007          Wed 17 Oct 18:38:37 IST 2012
    - Fix for build failures on Windows with Microsoft Visual C++.
        - https://rt.cpan.org/Ticket/Display.html?id=80229
        - Thanks to Desmond Daignault for the report and an initial patch.
        - Patch modified by Shlomi Fish

2.0006          Sat 13 Oct 22:27:54 IST 2012
    - When xml2-config returns several paths, the configuration failed.
    Fixed that.
        - https://rt.cpan.org/Public/Bug/Display.html?id=80167
        - Thanks to VOVKASM for the report and fix.

2.0005          Sat 13 Oct 13:18:48 IST 2012
    - Added t/style-trailing-space.t and removed trailing space.
    - Add a check for the existence of included C headers (*.h) files
    in Makefile.PL to avoid failed compilations.
        - Using Devel::CheckLib.
        - Thanks to its maintainers!

2.0004          Tue  7 Aug 23:04:55 IDT 2012
    - Add a way to specify a different compiler to be used in the
    "Makefile" by calling Makefile.PL with the CC environment variable
    set to the path to the alternate compiler.
        - This way we can use
        in order to compile faster.
    - LibXML.pm (_clone): Fix typo in line_numbers handling.
        - Thanks to Bernhard Reutner-Fischer for the report and fix.

2.0003          Fri 27 Jul 17:11:21 IDT 2012
    - Patch to a potential NULL dereference in xpath.c.
        - Thanks to Ville Skytt
    - Fix NodeList::item() calling a 1-indxed array reference.
        - See:
        - https://bitbucket.org/shlomif/perl-xml-libxml/pull-request/18
        - Thanks to Tim Brody
    - Add the scripts/tag-release.pl script to tag a release using
    Mercurial.

2.0002          Sun Jul  8 18:09:13 IDT 2012
    - Applied spelling fixes correction patch by
    Ville Skytt
        - Thanks, Ville!


(wiz)
diff -r1.38 -r1.39 pkgsrc/textproc/p5-XML-LibXML/Makefile
diff -r1.19 -r1.20 pkgsrc/textproc/p5-XML-LibXML/distinfo

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

--- pkgsrc/textproc/p5-XML-LibXML/Makefile 2012/10/03 21:58:10 1.38
+++ pkgsrc/textproc/p5-XML-LibXML/Makefile 2012/10/21 22:30:28 1.39
@@ -1,19 +1,18 @@ @@ -1,19 +1,18 @@
1# $NetBSD: Makefile,v 1.38 2012/10/03 21:58:10 wiz Exp $ 1# $NetBSD: Makefile,v 1.39 2012/10/21 22:30:28 wiz Exp $
2# 2#
3 3
4DISTNAME= XML-LibXML-2.0001 4DISTNAME= XML-LibXML-2.0007
5PKGNAME= p5-${DISTNAME:S/0001/00.01/} 5PKGNAME= p5-${DISTNAME:S/0007/00.07/}
6PKGREVISION= 1 
7SVR4_PKGNAME= p5xlx 6SVR4_PKGNAME= p5xlx
8CATEGORIES= textproc perl5 7CATEGORIES= textproc perl5
9MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/} 8MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/}
10 9
11MAINTAINER= pkgsrc-users@NetBSD.org 10MAINTAINER= pkgsrc-users@NetBSD.org
12HOMEPAGE= http://search.cpan.org/dist/XML-LibXML/ 11HOMEPAGE= http://search.cpan.org/dist/XML-LibXML/
13COMMENT= Perl interface to the libxml2 library 12COMMENT= Perl interface to the libxml2 library
14LICENSE= ${PERL5_LICENSE} 13LICENSE= ${PERL5_LICENSE}
15 14
16PKG_DESTDIR_SUPPORT= user-destdir 15PKG_DESTDIR_SUPPORT= user-destdir
17 16
18DEPENDS+= p5-XML-SAX>=0.11:../../textproc/p5-XML-SAX 17DEPENDS+= p5-XML-SAX>=0.11:../../textproc/p5-XML-SAX
19DEPENDS+= p5-XML-NamespaceSupport>=1.07:../../textproc/p5-XML-NamespaceSupport 18DEPENDS+= p5-XML-NamespaceSupport>=1.07:../../textproc/p5-XML-NamespaceSupport

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

--- pkgsrc/textproc/p5-XML-LibXML/distinfo 2012/07/06 12:40:18 1.19
+++ pkgsrc/textproc/p5-XML-LibXML/distinfo 2012/10/21 22:30:28 1.20
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.19 2012/07/06 12:40:18 sno Exp $ 1$NetBSD: distinfo,v 1.20 2012/10/21 22:30:28 wiz Exp $
2 2
3SHA1 (XML-LibXML-2.0001.tar.gz) = c46c77c21012013a0d8ac84d72a0fea6dcde1548 3SHA1 (XML-LibXML-2.0007.tar.gz) = 7e1d863fe769b9f362e5a8cf2517bd4552cc7c7d
4RMD160 (XML-LibXML-2.0001.tar.gz) = f44dd3f8fdb7cb8b23f5c23020c3ab7100514c2a 4RMD160 (XML-LibXML-2.0007.tar.gz) = c9ed73bb06fd32b672313f989d03c2969e0f6f6a
5Size (XML-LibXML-2.0001.tar.gz) = 444112 bytes 5Size (XML-LibXML-2.0007.tar.gz) = 448700 bytes