pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/p5-XML-LibXML Update to 2.0007:
details: https://anonhg.NetBSD.org/pkgsrc/rev/4fb671343a79
branches: trunk
changeset: 610301:4fb671343a79
user: wiz <wiz%pkgsrc.org@localhost>
date: Sun Oct 21 22:30:28 2012 +0000
description:
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!
diffstat:
textproc/p5-XML-LibXML/Makefile | 7 +++----
textproc/p5-XML-LibXML/distinfo | 8 ++++----
2 files changed, 7 insertions(+), 8 deletions(-)
diffs (29 lines):
diff -r 9d574c6e8130 -r 4fb671343a79 textproc/p5-XML-LibXML/Makefile
--- a/textproc/p5-XML-LibXML/Makefile Sun Oct 21 22:28:28 2012 +0000
+++ b/textproc/p5-XML-LibXML/Makefile Sun Oct 21 22:30:28 2012 +0000
@@ -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/}
diff -r 9d574c6e8130 -r 4fb671343a79 textproc/p5-XML-LibXML/distinfo
--- a/textproc/p5-XML-LibXML/distinfo Sun Oct 21 22:28:28 2012 +0000
+++ b/textproc/p5-XML-LibXML/distinfo Sun Oct 21 22:30:28 2012 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index