From e20ed81df332cb60c2b6f60f5740e78e0935caf0 Mon Sep 17 00:00:00 2001 From: wiz Date: Sun, 14 Dec 2014 15:34:21 +0000 Subject: 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 --- 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(-) delete mode 100644 textproc/p5-XML-Parser/patches/patch-aa diff --git a/textproc/p5-XML-Parser/Makefile b/textproc/p5-XML-Parser/Makefile index 186ee393707..bf850f93d8d 100644 --- a/textproc/p5-XML-Parser/Makefile +++ b/textproc/p5-XML-Parser/Makefile @@ -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 --git a/textproc/p5-XML-Parser/distinfo b/textproc/p5-XML-Parser/distinfo index 525bf2d8d19..64aa8d4c457 100644 --- a/textproc/p5-XML-Parser/distinfo +++ b/textproc/p5-XML-Parser/distinfo @@ -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 --git a/textproc/p5-XML-Parser/patches/patch-aa b/textproc/p5-XML-Parser/patches/patch-aa deleted file mode 100644 index 031e6b9b792..00000000000 --- a/textproc/p5-XML-Parser/patches/patch-aa +++ /dev/null @@ -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; -- cgit v1.2.3