pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/p5-XML-Encoding - updated package to 2.01
details: https://anonhg.NetBSD.org/pkgsrc/rev/5777cdd5bfda
branches: trunk
changeset: 538442:5777cdd5bfda
user: rhaen <rhaen%pkgsrc.org@localhost>
date: Fri Feb 08 14:51:25 2008 +0000
description:
- updated package to 2.01
- added DESTDIR support
- maintainer change to rhaen%NetBSD.org@localhost
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
diffstat:
textproc/p5-XML-Encoding/Makefile | 14 +++++++-------
textproc/p5-XML-Encoding/distinfo | 8 ++++----
2 files changed, 11 insertions(+), 11 deletions(-)
diffs (41 lines):
diff -r 880fbf7271f2 -r 5777cdd5bfda textproc/p5-XML-Encoding/Makefile
--- a/textproc/p5-XML-Encoding/Makefile Fri Feb 08 14:15:40 2008 +0000
+++ b/textproc/p5-XML-Encoding/Makefile Fri Feb 08 14:51:25 2008 +0000
@@ -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@localhost
-HOMEPAGE= http://search.cpan.org/dist/XML-Encoding-1.01/
+MAINTAINER= rhaen%NetBSD.org@localhost
+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 -r 880fbf7271f2 -r 5777cdd5bfda textproc/p5-XML-Encoding/distinfo
--- a/textproc/p5-XML-Encoding/distinfo Fri Feb 08 14:15:40 2008 +0000
+++ b/textproc/p5-XML-Encoding/distinfo Fri Feb 08 14:51:25 2008 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index