diff options
author | rhaen <rhaen@pkgsrc.org> | 2008-02-08 14:51:25 +0000 |
---|---|---|
committer | rhaen <rhaen@pkgsrc.org> | 2008-02-08 14:51:25 +0000 |
commit | b8df9148c3be439152846122209d78bcfec95931 (patch) | |
tree | 7f9c70a50658a42182f659666dcb42e4b67dad18 | |
parent | 19f68d81fc624056940f119a1a9e4e1100e043c9 (diff) | |
download | pkgsrc-b8df9148c3be439152846122209d78bcfec95931.tar.gz |
- updated package to 2.01
- added DESTDIR support
- maintainer change to rhaen@NetBSD.org
ChangeLog:
2.01 24 Jul 2007
- Fixed crash at end of test script when using perl-5.6.x. (The crash
was actually due to a bug in perl that is fixed as of perl-5.8.0 at
least, so the test script is simply modified to not tickle that bug.)
- Clarified the copyright notices. Only the *changes* in version 2.x are
my copyright.
2.00 18 Jul 2007
- Fixed bin/compile_encoding to run with perl-5.9.x by using restricted
hashes instead of pseudo-hashes (which have been removed from
perl-5.9.x)
- Fixed accidental variable interpolation in Encoding.pm
- Fixed case of $ExtUtils::MakeMaker::VERSION in Makefile.PL so that
ABSTRACT_FROM and AUTHOR get set when intended
- Added LICENSE to Makefile.PL
-rw-r--r-- | textproc/p5-XML-Encoding/Makefile | 14 | ||||
-rw-r--r-- | textproc/p5-XML-Encoding/distinfo | 8 |
2 files changed, 11 insertions, 11 deletions
diff --git a/textproc/p5-XML-Encoding/Makefile b/textproc/p5-XML-Encoding/Makefile index 4fc66cb1bd3..e5db41d881c 100644 --- a/textproc/p5-XML-Encoding/Makefile +++ b/textproc/p5-XML-Encoding/Makefile @@ -1,17 +1,17 @@ -# $NetBSD: Makefile,v 1.9 2006/03/04 21:30:49 jlam Exp $ +# $NetBSD: Makefile,v 1.10 2008/02/08 14:51:25 rhaen Exp $ -DISTNAME= XML-Encoding-1.01 +DISTNAME= XML-Encoding-2.01 PKGNAME= p5-${DISTNAME} -#SVR4_PKGNAME= -PKGREVISION= 4 CATEGORIES= textproc perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/C/CO/COOPERCL/} +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/S/SH/SHAY/} -MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://search.cpan.org/dist/XML-Encoding-1.01/ + +MAINTAINER= rhaen@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/XML-Encoding-2.01/ COMMENT= Perl module for parsing XML encoding maps DEPENDS+= p5-XML-Parser>=2.18:../../textproc/p5-XML-Parser +PKG_DESTDIR_SUPPORT= user-destdir PERL5_PACKLIST= auto/XML/Encoding/.packlist diff --git a/textproc/p5-XML-Encoding/distinfo b/textproc/p5-XML-Encoding/distinfo index 48b02f3b96f..40f0ac9ef58 100644 --- a/textproc/p5-XML-Encoding/distinfo +++ b/textproc/p5-XML-Encoding/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2005/02/24 14:48:46 agc Exp $ +$NetBSD: distinfo,v 1.3 2008/02/08 14:51:25 rhaen Exp $ -SHA1 (XML-Encoding-1.01.tar.gz) = a923c1fe14b1a16b0f0f9138183633555bb5f312 -RMD160 (XML-Encoding-1.01.tar.gz) = 48b4d272c119d7838f5dc1314e5655a35384030f -Size (XML-Encoding-1.01.tar.gz) = 189564 bytes +SHA1 (XML-Encoding-2.01.tar.gz) = 74d6a06546eba539c3c23dcb70c83d3366d959e9 +RMD160 (XML-Encoding-2.01.tar.gz) = 2e14c252c43a974567d72881179598096a207c5f +Size (XML-Encoding-2.01.tar.gz) = 191467 bytes |