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!
This commit is contained in:
wiz 2012-10-21 22:30:28 +00:00
parent 2e0a7e0ce3
commit 955ff7d3cc
2 changed files with 7 additions and 8 deletions

View file

@ -1,9 +1,8 @@
# $NetBSD: Makefile,v 1.38 2012/10/03 21:58:10 wiz Exp $
# $NetBSD: Makefile,v 1.39 2012/10/21 22:30:28 wiz Exp $
#
DISTNAME= XML-LibXML-2.0001
PKGNAME= p5-${DISTNAME:S/0001/00.01/}
PKGREVISION= 1
DISTNAME= XML-LibXML-2.0007
PKGNAME= p5-${DISTNAME:S/0007/00.07/}
SVR4_PKGNAME= p5xlx
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/}

View file

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.19 2012/07/06 12:40:18 sno Exp $
$NetBSD: distinfo,v 1.20 2012/10/21 22:30:28 wiz Exp $
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
SHA1 (XML-LibXML-2.0007.tar.gz) = 7e1d863fe769b9f362e5a8cf2517bd4552cc7c7d
RMD160 (XML-LibXML-2.0007.tar.gz) = c9ed73bb06fd32b672313f989d03c2969e0f6f6a
Size (XML-LibXML-2.0007.tar.gz) = 448700 bytes