pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/p5-XML-Simple Update to 2.24
details: https://anonhg.NetBSD.org/pkgsrc/rev/f67ce18b886b
branches: trunk
changeset: 361923:f67ce18b886b
user: wen <wen%pkgsrc.org@localhost>
date: Sat Apr 29 07:40:26 2017 +0000
description:
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)
diffstat:
textproc/p5-XML-Simple/Makefile | 5 ++---
textproc/p5-XML-Simple/distinfo | 10 +++++-----
2 files changed, 7 insertions(+), 8 deletions(-)
diffs (30 lines):
diff -r 1e9ca16d2866 -r f67ce18b886b textproc/p5-XML-Simple/Makefile
--- a/textproc/p5-XML-Simple/Makefile Sat Apr 29 07:35:40 2017 +0000
+++ b/textproc/p5-XML-Simple/Makefile Sat Apr 29 07:40:26 2017 +0000
@@ -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 -r 1e9ca16d2866 -r f67ce18b886b textproc/p5-XML-Simple/distinfo
--- a/textproc/p5-XML-Simple/distinfo Sat Apr 29 07:35:40 2017 +0000
+++ b/textproc/p5-XML-Simple/distinfo Sat Apr 29 07:40:26 2017 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index