From f26c47b76016c6ce4f253de2a985a31255ea03c0 Mon Sep 17 00:00:00 2001 From: sno Date: Fri, 6 Jul 2012 12:49:04 +0000 Subject: Updating package for Perl 5 module XML::Simple in textproc/p5-XML-Simple from 2.18nb4 to 2.20. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit pkgsrc changes: - update dependencies Upstream changes: 2.20 2012-06-20 22:00:13 Pacific/Auckland - Suppress warning from empty CDATA section (RT#58359 from Juan Antonio Navarro Pérez) 2.19_02 2012-06-19 20:33:53 Pacific/Auckland - Reinstate XML::SAX::Expat dependency - Fix warnings tests (broken in 2.19_01) which rely on global $^W 2.19_01 2012-06-17 23:27:22 Pacific/Auckland - Use lexical filehandles instead of old-style fileglobs (RT#77787 from Quanah) - Restrict scope of :strict mode to calling package (RT#41562 from Hannu Aronsson) - Fix POD typo (RT#45414 from Anirvan Chatterjee) - Update POD to reflect best practise regarding :strict and options - Change minimum Perl requirement to 5.008 - Switch to using Dist::Zilla for release management --- textproc/p5-XML-Simple/Makefile | 11 +++++++---- textproc/p5-XML-Simple/distinfo | 8 ++++---- 2 files changed, 11 insertions(+), 8 deletions(-) (limited to 'textproc/p5-XML-Simple') diff --git a/textproc/p5-XML-Simple/Makefile b/textproc/p5-XML-Simple/Makefile index 80c03b8874d..00f9d8dbab5 100644 --- a/textproc/p5-XML-Simple/Makefile +++ b/textproc/p5-XML-Simple/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.24 2011/08/19 01:21:10 obache Exp $ +# $NetBSD: Makefile,v 1.25 2012/07/06 12:49:04 sno Exp $ # -DISTNAME= XML-Simple-2.18 +DISTNAME= XML-Simple-2.20 PKGNAME= p5-${DISTNAME} -PKGREVISION= 4 SVR4_PKGNAME= p5xsi CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/} @@ -11,12 +10,16 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/XML-Simple/ COMMENT= Easy Perl API to read/write XML +LICENSE= ${PERL5_LICENSE} PKG_DESTDIR_SUPPORT= user-destdir +# well, XML::SAX >= 0.15 is required, and we distribute 0.99 after a lot of +# out and back in of XML::SAX::Base I tend to require no specific version DEPENDS+= p5-XML-SAX-[0-9]*:../../textproc/p5-XML-SAX +DEPENDS+= p5-XML-SAX-Expat-[0-9]*:../../textproc/p5-XML-SAX-Expat DEPENDS+= p5-XML-Parser-[0-9]*:../../textproc/p5-XML-Parser -DEPENDS+= p5-XML-NamespaceSupport-[0-9]*:../../textproc/p5-XML-NamespaceSupport +DEPENDS+= p5-XML-NamespaceSupport>=1.04:../../textproc/p5-XML-NamespaceSupport PKG_INSTALLATION_TYPES= overwrite pkgviews diff --git a/textproc/p5-XML-Simple/distinfo b/textproc/p5-XML-Simple/distinfo index ffd1bdb10c2..0504b44ab5a 100644 --- a/textproc/p5-XML-Simple/distinfo +++ b/textproc/p5-XML-Simple/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.8 2007/09/18 21:18:10 wiz Exp $ +$NetBSD: distinfo,v 1.9 2012/07/06 12:49:04 sno Exp $ -SHA1 (XML-Simple-2.18.tar.gz) = 81d38dd9fd955b0322ac64099f2d116c296267d1 -RMD160 (XML-Simple-2.18.tar.gz) = 815f8e2ccb7f6763f76c9014eee82aad14d6c519 -Size (XML-Simple-2.18.tar.gz) = 71129 bytes +SHA1 (XML-Simple-2.20.tar.gz) = 2ececb0960deb51296916186000c63d55cc53092 +RMD160 (XML-Simple-2.20.tar.gz) = 0847fae59d34a812b6bb631bfe0123626722a5fb +Size (XML-Simple-2.20.tar.gz) = 75993 bytes -- cgit v1.2.3