diff options
author | wen <wen@pkgsrc.org> | 2017-04-29 07:40:26 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2017-04-29 07:40:26 +0000 |
commit | b137655736df6434c7c69cb63c5543a276f71a30 (patch) | |
tree | 17ceacdf8355501cdc2ad913490362076bba7b5b | |
parent | 7af5c5949a3938f46771525dce0ea94dcb248873 (diff) | |
download | pkgsrc-b137655736df6434c7c69cb63c5543a276f71a30.tar.gz |
Update to 2.24
Upstream changes:
2.24 2017-04-17 16:12:00+12:00 Pacific/Auckland
- fix typo in last commit with mistakenly removed some underscores
- don't initialise $XML::Simple::PREFERRED_PARSER to undef as a caller may
have already set it before loading XML::Simple and if not, it would have
defaulted to undef anyway (RT#118205 from Slaven Rezi�)
2.23 2017-04-17 15:49:14+12:00 Pacific/Auckland
- another fix to the logic for detecting circular references (RT#114120 from
Matthias Pitzl, also report from Erland Sommarskog)
-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 be7798fe820..80db88d2843 100644 --- a/textproc/p5-XML-Simple/Makefile +++ b/textproc/p5-XML-Simple/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.34 2016/06/08 19:24:45 wiz Exp $ +# $NetBSD: Makefile,v 1.35 2017/04/29 07:40:26 wen Exp $ # -DISTNAME= XML-Simple-2.22 +DISTNAME= XML-Simple-2.24 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 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 736f795345f..3319085df16 100644 --- a/textproc/p5-XML-Simple/distinfo +++ b/textproc/p5-XML-Simple/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.11 2016/02/27 00:42:45 wen Exp $ +$NetBSD: distinfo,v 1.12 2017/04/29 07:40:26 wen Exp $ -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 +SHA1 (XML-Simple-2.24.tar.gz) = 1b739896f47188bf6cf2aff6931e563606c8bc07 +RMD160 (XML-Simple-2.24.tar.gz) = c816afa58d8ef58bbc675f1fdaba90e8d2f45972 +SHA512 (XML-Simple-2.24.tar.gz) = fd57d1be7fdd884d55d22e478a3f94a111b5fc23167851a2ff15894807877c71a1620d3208693e8a1dfb00b385ac4f011d2b56f239c63d2c9d435701df7b3942 +Size (XML-Simple-2.24.tar.gz) = 77412 bytes |