pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/p5-XML-Parser Update to 2.43:
details: https://anonhg.NetBSD.org/pkgsrc/rev/3770a8c89800
branches: trunk
changeset: 643325:3770a8c89800
user: wiz <wiz%pkgsrc.org@localhost>
date: Sun Dec 14 15:34:21 2014 +0000
description:
Update to 2.43:
2.43 2014-12-11 (by Todd Rinaldo)
- POD patch to man from Debian via Nicholas Bamber
- POD patch from Debian via gregor herrmann.
- Add more useful error message on parse to Expat
- Fix LWP dependency to be LWP::Useragent
- Bump to 2.43 for overdue release to CPAN.
2.42_01 2013-07-12 (by Todd Rinaldo)
- Added instructions to README for OSX
- XS changes: stop using SvPV(string, PL_na)
- Fix documentation typos
diffstat:
textproc/p5-XML-Parser/Makefile | 6 ++----
textproc/p5-XML-Parser/distinfo | 9 ++++-----
textproc/p5-XML-Parser/patches/patch-aa | 14 --------------
3 files changed, 6 insertions(+), 23 deletions(-)
diffs (47 lines):
diff -r f3481ad53a97 -r 3770a8c89800 textproc/p5-XML-Parser/Makefile
--- a/textproc/p5-XML-Parser/Makefile Sun Dec 14 15:33:18 2014 +0000
+++ b/textproc/p5-XML-Parser/Makefile Sun Dec 14 15:34:21 2014 +0000
@@ -1,9 +1,7 @@
-# $NetBSD: Makefile,v 1.42 2014/10/09 14:07:05 wiz Exp $
-#
+# $NetBSD: Makefile,v 1.43 2014/12/14 15:34:21 wiz Exp $
-DISTNAME= XML-Parser-2.41
+DISTNAME= XML-Parser-2.43
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 3
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/}
diff -r f3481ad53a97 -r 3770a8c89800 textproc/p5-XML-Parser/distinfo
--- a/textproc/p5-XML-Parser/distinfo Sun Dec 14 15:33:18 2014 +0000
+++ b/textproc/p5-XML-Parser/distinfo Sun Dec 14 15:34:21 2014 +0000
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.10 2011/08/21 11:03:07 obache Exp $
+$NetBSD: distinfo,v 1.11 2014/12/14 15:34:21 wiz Exp $
-SHA1 (XML-Parser-2.41.tar.gz) = 68c7ee61b413c2e8255699b1987fca598e0a39d8
-RMD160 (XML-Parser-2.41.tar.gz) = 61252e5f33b205246f51c668180311e6cbd60111
-Size (XML-Parser-2.41.tar.gz) = 238441 bytes
-SHA1 (patch-aa) = 55a07b1e06a9aac11572ee7e6b41878f71e7151c
+SHA1 (XML-Parser-2.43.tar.gz) = c9bb4540b66f43ebe1d2544e4dffcf2a2ef4974f
+RMD160 (XML-Parser-2.43.tar.gz) = ca63fd2dd3d7d487329e703a982a45dc454b157c
+Size (XML-Parser-2.43.tar.gz) = 237304 bytes
diff -r f3481ad53a97 -r 3770a8c89800 textproc/p5-XML-Parser/patches/patch-aa
--- a/textproc/p5-XML-Parser/patches/patch-aa Sun Dec 14 15:33:18 2014 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,14 +0,0 @@
-$NetBSD: patch-aa,v 1.2 2010/09/19 11:07:12 wiz Exp $
-
---- Makefile.PL.orig 2010-09-15 21:49:46.000000000 +0000
-+++ Makefile.PL
-@@ -75,7 +75,8 @@ if (not $expat_libpath and $] >= 5.00600
- unless ($expat_libpath) {
- # Test for existence of libexpat
- my $found = 0;
-- foreach (split(/\s+/, $Config{libpth})) {
-+ # HF: look in the perl base dir too, as libpth may not be installed:
-+ foreach ( $Config{prefix} . "/lib" , split(/\s+/, $Config{libpth})) {
- if (-f "$_/libexpat." . $Config{so}) {
- $expat_libpath=$_;
- $found = 1;
Home |
Main Index |
Thread Index |
Old Index