Mon Mar 20 21:16:05 2017 UTC ()
Updated devel/p5-Tree-Simple to 1.30
------------------------------------
1.30  2017-03-15T09:45:00
 - Add convenience method generateChild($scalar) which simply does addChild(new($scalar) ).
   Thanx to Ren辿 Nyffenegger for this suggestion.
   Add matching test t/22_Tree_Simple_generate_child.t.
 - Reduce pre-req version of Test::More from 1.001014 to 1.001002.


(mef)
diff -r1.28 -r1.29 pkgsrc/devel/p5-Tree-Simple/Makefile
diff -r1.12 -r1.13 pkgsrc/devel/p5-Tree-Simple/distinfo

cvs diff -r1.28 -r1.29 pkgsrc/devel/p5-Tree-Simple/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/p5-Tree-Simple/Makefile 2016/07/24 08:41:03 1.28
+++ pkgsrc/devel/p5-Tree-Simple/Makefile 2017/03/20 21:16:05 1.29
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.28 2016/07/24 08:41:03 wen Exp $ 1# $NetBSD: Makefile,v 1.29 2017/03/20 21:16:05 mef Exp $
2 2
3DISTNAME= Tree-Simple-1.29 3DISTNAME= Tree-Simple-1.30
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5CATEGORIES= devel perl5 5CATEGORIES= devel perl5
6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Tree/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Tree/}
7EXTRACT_SUFX= .tgz 7EXTRACT_SUFX= .tgz
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://search.cpan.org/dist/Tree-Simple/ 10HOMEPAGE= http://search.cpan.org/dist/Tree-Simple/
11COMMENT= Simple extension to manipulate tree objects 11COMMENT= Simple extension to manipulate tree objects
12LICENSE= ${PERL5_LICENSE} 12LICENSE= ${PERL5_LICENSE}
13 13
14#DEPENDS+= {perl>=5.10,p5-Scalar-List-Utils>=1.18}:../../devel/p5-Scalar-List-Utils 14#DEPENDS+= {perl>=5.10,p5-Scalar-List-Utils>=1.18}:../../devel/p5-Scalar-List-Utils
15BUILD_DEPENDS+= p5-Test-Exception>=0.20:../../devel/p5-Test-Exception 15BUILD_DEPENDS+= p5-Test-Exception>=0.20:../../devel/p5-Test-Exception
16BUILD_DEPENDS+= p5-Test-Version>=1.002003:../../devel/p5-Test-Version 16BUILD_DEPENDS+= p5-Test-Version>=1.002003:../../devel/p5-Test-Version

cvs diff -r1.12 -r1.13 pkgsrc/devel/p5-Tree-Simple/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/p5-Tree-Simple/distinfo 2016/07/24 08:41:03 1.12
+++ pkgsrc/devel/p5-Tree-Simple/distinfo 2017/03/20 21:16:05 1.13
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.12 2016/07/24 08:41:03 wen Exp $ 1$NetBSD: distinfo,v 1.13 2017/03/20 21:16:05 mef Exp $
2 2
3SHA1 (Tree-Simple-1.29.tgz) = d213c624451d0f238cfd6726227f720fc9b59a3c 3SHA1 (Tree-Simple-1.30.tgz) = 7d266d4ed343571d50fdf82feea88206fdb2529f
4RMD160 (Tree-Simple-1.29.tgz) = 733290dcc27a7c0ba540c1e36cc7ae1e9cff2b8e 4RMD160 (Tree-Simple-1.30.tgz) = 868f539cb684d85fa4f9e1092663c356572b0012
5SHA512 (Tree-Simple-1.29.tgz) = d6ed79878bf9e8cb4bf82a85dd4d11c70968be53b08d73905d49fff70ec21ca53c604df1e139c0304763e592e42db831c411d03dc8cd1bbb2834cf037088b746 5SHA512 (Tree-Simple-1.30.tgz) = 41d94b040a882edf0f5777276246e8e55bf3f19bcc93f6facea5076136b3d8931d663e5a989e5045c104e76aca86d14dfe63bc7e39cd9d8542ea47c1dc202c0d
6Size (Tree-Simple-1.29.tgz) = 47322 bytes 6Size (Tree-Simple-1.30.tgz) = 48264 bytes