From fd62966b1cefc91f2f645616af7bc12e6c77eeb5 Mon Sep 17 00:00:00 2001 From: wiz Date: Sun, 19 Sep 2010 11:07:11 +0000 Subject: Update to 2.40: 2.40 2010-09-16 (by Alexandr Ciornii) - Add windows-1251.enc, ibm866.enc, koi8-r.enc (Russian) - Add windows-1255.enc (Hebrew) - Update iso-8859-7.enc (RT#40712) - Use Devel::CheckLib - Better description of expat packages - Better Perl style in both code and docs --- textproc/p5-XML-Parser/Makefile | 5 ++--- textproc/p5-XML-Parser/distinfo | 10 +++++----- textproc/p5-XML-Parser/patches/patch-aa | 26 +++++++++++++------------- 3 files changed, 20 insertions(+), 21 deletions(-) (limited to 'textproc') diff --git a/textproc/p5-XML-Parser/Makefile b/textproc/p5-XML-Parser/Makefile index 7b45bacfd0f..f568f9695c6 100644 --- a/textproc/p5-XML-Parser/Makefile +++ b/textproc/p5-XML-Parser/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.33 2010/08/21 16:36:14 seb Exp $ +# $NetBSD: Makefile,v 1.34 2010/09/19 11:07:11 wiz Exp $ # -DISTNAME= XML-Parser-2.36 +DISTNAME= XML-Parser-2.40 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 SVR4_PKGNAME= p5xpa 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 b2fb27881b9..34eca826bbc 100644 --- a/textproc/p5-XML-Parser/distinfo +++ b/textproc/p5-XML-Parser/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.8 2007/11/29 14:25:46 wiz Exp $ +$NetBSD: distinfo,v 1.9 2010/09/19 11:07:11 wiz Exp $ -SHA1 (XML-Parser-2.36.tar.gz) = 74acac4f939ebf788d8ef5163cbc9802b1b04bfa -RMD160 (XML-Parser-2.36.tar.gz) = 1c31a2398ada943efd5d2451389e163914168253 -Size (XML-Parser-2.36.tar.gz) = 230002 bytes -SHA1 (patch-aa) = f8f863d1016547d4f7e177a6d2b7d63089c5a403 +SHA1 (XML-Parser-2.40.tar.gz) = d9430d12a6382ad11e0d53a49cecc4f03cc32187 +RMD160 (XML-Parser-2.40.tar.gz) = 0e932488addc8c164d14c45899cb0432c47bf167 +Size (XML-Parser-2.40.tar.gz) = 237891 bytes +SHA1 (patch-aa) = 55a07b1e06a9aac11572ee7e6b41878f71e7151c diff --git a/textproc/p5-XML-Parser/patches/patch-aa b/textproc/p5-XML-Parser/patches/patch-aa index 5a2de9a2e42..031e6b9b792 100644 --- a/textproc/p5-XML-Parser/patches/patch-aa +++ b/textproc/p5-XML-Parser/patches/patch-aa @@ -1,14 +1,14 @@ -$NetBSD: patch-aa,v 1.1 2001/10/16 00:22:04 hubertf Exp $ +$NetBSD: patch-aa,v 1.2 2010/09/19 11:07:12 wiz Exp $ ---- Makefile.PL.orig Wed Oct 4 18:49:11 2000 -+++ Makefile.PL Tue Oct 16 02:17:09 2001 -@@ -25,7 +25,8 @@ - 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}) { - $found = 1; - last; +--- 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