pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/p5-XML-Simple
Module Name: pkgsrc
Committed By: wen
Date: Sat Apr 29 07:40:26 UTC 2017
Modified Files:
pkgsrc/textproc/p5-XML-Simple: Makefile distinfo
Log Message:
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)
To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 pkgsrc/textproc/p5-XML-Simple/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/textproc/p5-XML-Simple/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/textproc/p5-XML-Simple/Makefile
diff -u pkgsrc/textproc/p5-XML-Simple/Makefile:1.34 pkgsrc/textproc/p5-XML-Simple/Makefile:1.35
--- pkgsrc/textproc/p5-XML-Simple/Makefile:1.34 Wed Jun 8 19:24:45 2016
+++ pkgsrc/textproc/p5-XML-Simple/Makefile Sat Apr 29 07:40:26 2017
@@ -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/}
Index: pkgsrc/textproc/p5-XML-Simple/distinfo
diff -u pkgsrc/textproc/p5-XML-Simple/distinfo:1.11 pkgsrc/textproc/p5-XML-Simple/distinfo:1.12
--- pkgsrc/textproc/p5-XML-Simple/distinfo:1.11 Sat Feb 27 00:42:45 2016
+++ pkgsrc/textproc/p5-XML-Simple/distinfo Sat Apr 29 07:40:26 2017
@@ -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