diff options
author | wen <wen@pkgsrc.org> | 2016-02-27 00:42:45 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2016-02-27 00:42:45 +0000 |
commit | 52f04293d38442b9714e171cbb499b9ae0a2f318 (patch) | |
tree | 8e158afdddf130b0e76c7bb3681c909102ed05f4 /textproc/p5-XML-Simple | |
parent | 49b04062a7ae504627a528810758c945e5f98792 (diff) | |
download | pkgsrc-52f04293d38442b9714e171cbb499b9ae0a2f318.tar.gz |
Update to 2.22
Upstream changes:
2.22 2015-12-05 11:08:20+13:00 Pacific/Auckland
- POD fix in link to package XML::SAX::ParseFactory (from Mohammad S Anwar)
- allow subclass to override attribute escaping (from Christopher Masto)
- POD fix adding NAME section to FAQ (RT#110080 from Bart Martens & gregor
herrmann of the Debian project)
- POD typo fix (RT#110082 from gregor herrmann of the Debian project)
- fix reference comparison operator used in checking for circular data
structures (RT#89553 from Laurent Dami)
- add better diagnostics from file handling code in test suite
2.21 2015-12-04 16:33:49+13:00 Pacific/Auckland
- Improved diagnostics - xml_in() will now catch parse exceptions and add
caller information via Carp::croak
- Switch to use lexical warnings (suppress with either 'no warnings;' or
'no warnings "XML::Simple";', rather than $^W = 0)
- POD fixes (from David Steinbrunner)
- Regex escaping fixes for Perl 5.22+ (from Kent Fredric)
- Add workaround for test failures on RHEL/CentOS 6.5 (RT#102115 from
Chris Drake, workaround from Tim Bunce)
- Remove some 'eval' calls from test suite which could mask root cause of
test failures
- Make each test script use unique filenames to allow tests to be run in
parallel (RT#101362 from Karen Etheridge & Kent Fredric)
- POD update: mention XML::Twig in 'STATUS' section (RT#79228 from Matt Trout)
Diffstat (limited to 'textproc/p5-XML-Simple')
-rw-r--r-- | textproc/p5-XML-Simple/Makefile | 5 | ||||
-rw-r--r-- | textproc/p5-XML-Simple/distinfo | 10 |
2 files changed, 7 insertions, 8 deletions
diff --git a/textproc/p5-XML-Simple/Makefile b/textproc/p5-XML-Simple/Makefile index 4ef6e5f254c..9d1a8bfaf0d 100644 --- a/textproc/p5-XML-Simple/Makefile +++ b/textproc/p5-XML-Simple/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.32 2015/06/12 10:51:38 wiz Exp $ +# $NetBSD: Makefile,v 1.33 2016/02/27 00:42:45 wen Exp $ # -DISTNAME= XML-Simple-2.20 +DISTNAME= XML-Simple-2.22 PKGNAME= p5-${DISTNAME} -PKGREVISION= 4 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/} diff --git a/textproc/p5-XML-Simple/distinfo b/textproc/p5-XML-Simple/distinfo index 96bd27af96c..736f795345f 100644 --- a/textproc/p5-XML-Simple/distinfo +++ b/textproc/p5-XML-Simple/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.10 2015/11/04 01:59:58 agc Exp $ +$NetBSD: distinfo,v 1.11 2016/02/27 00:42:45 wen Exp $ -SHA1 (XML-Simple-2.20.tar.gz) = 2ececb0960deb51296916186000c63d55cc53092 -RMD160 (XML-Simple-2.20.tar.gz) = 0847fae59d34a812b6bb631bfe0123626722a5fb -SHA512 (XML-Simple-2.20.tar.gz) = f953a0b9082c509c4616b92529da94a289b1e0300b18a5b88c08d0826bb4fd18e51f1e3854e6f870ef3cfb506366c0b47b9dd302433b63270a18b45f068d4658 -Size (XML-Simple-2.20.tar.gz) = 75993 bytes +SHA1 (XML-Simple-2.22.tar.gz) = cffb6e9dcff42961d08f169293969cda11aa8cec +RMD160 (XML-Simple-2.22.tar.gz) = ccb71a272b81df6a480c729a10208a6ae62dfb78 +SHA512 (XML-Simple-2.22.tar.gz) = b5e5d36726b8a0efcf7200522d802a7f733c883526db2dba64ce23bf7e044d20d9186fac3bb2f2940807a30f746301f690129c4c542341c8a57a735471b5f4d7 +Size (XML-Simple-2.22.tar.gz) = 77937 bytes |