diff options
author | wen <wen> | 2013-11-24 01:45:33 +0000 |
---|---|---|
committer | wen <wen> | 2013-11-24 01:45:33 +0000 |
commit | 537c5b6828f66c38bec7ac5cf198914b8da1e1c6 (patch) | |
tree | b17b8de73eb3c836130b0b477b2d4e5ab0b4946a /devel/p5-Tree-Simple | |
parent | 19363d6df4f6524b027ef84368461cbd10406be8 (diff) | |
download | pkgsrc-537c5b6828f66c38bec7ac5cf198914b8da1e1c6.tar.gz |
Update to 1.23
Add LICENSE
Update DEPENDS
Upstream changes:
1.23 Sat Nov 9 10:43:00 2013
- No code changes.
- Accept spelling corrections from the Debian Perl Group, with thanx. See RT#90171.
Note: The change to lib/Tree/Simple/Visitor.pm had already been made.
- Add t/version.t, which uses Test::Version, to cross-check version #s.
1.22 Mon Sep 30 08:35:00 2013
- Metadata fixes in Build.PL and correct bugtracker queue in Makefile.PL. Thanx to dsteinbrunner (via github).
1.21 Thu Sep 26 13:08:00 2013
- Fix syntax error in Makefile.PL.
1.20 Thu Sep 26 11:16:00 2013
- Merge source from https://github.com/stevan/tree-simple.
- Close github issues.
- Add bugtracker and license to Build.PL and Makefile.PL.
1.19 Mon Sep 23 08:26:00 2013
- Maintenance now by Ron Savage.
- Rectify datestamp format in this file.
- Add Changelog.ini.
- Make Simple.pm and Visitor.pm have the same version #.
- Reformat Build.PL and Makefile.PL.
- Move t/pod* into xt/author/.
- Minor doc patches.
- Add t/17_Tree_Simple_width_test.t. This code was attached to RT#40407, to demonstrate a bug in keeping a
running total of the width (leaf count) of a tree during node additions to leaves.
Thanx to David Cryer for the test code and patch.
- Add t/21_Tree_Simple_Visitor_test.t. This code was attached to RT#30032, to demonstrate a bug in including
the root in a traversal after calling $visitor -> includeTruck(1).
- RT#30032: Adopt patch from Moses Amaro. With thanx.
- RT#38607: Reject. Suppressing deep recursion warnings should not normally be done. Sub-class!
- RT#40407: Adopt patch from David Cryer. With thanx.
- RT#84797: Reject. Changing the return value of setUID could break any amount of code.
Diffstat (limited to 'devel/p5-Tree-Simple')
-rw-r--r-- | devel/p5-Tree-Simple/Makefile | 10 | ||||
-rw-r--r-- | devel/p5-Tree-Simple/distinfo | 8 |
2 files changed, 10 insertions, 8 deletions
diff --git a/devel/p5-Tree-Simple/Makefile b/devel/p5-Tree-Simple/Makefile index f9b51166098..3b8e837c4a2 100644 --- a/devel/p5-Tree-Simple/Makefile +++ b/devel/p5-Tree-Simple/Makefile @@ -1,18 +1,20 @@ -# $NetBSD: Makefile,v 1.18 2013/05/31 12:40:53 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2013/11/24 01:45:33 wen Exp $ # -DISTNAME= Tree-Simple-1.18 +DISTNAME= Tree-Simple-1.23 PKGNAME= p5-${DISTNAME} -PKGREVISION= 5 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Tree/} +EXTRACT_SUFX= .tgz MAINTAINER= rhaen@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Tree-Simple/ COMMENT= Simple extension to manipulate tree objects +LICENSE= ${PERL5_LICENSE} DEPENDS+= {perl>=5.10,p5-Scalar-List-Utils>=1.18}:../../devel/p5-Scalar-List-Utils -DEPENDS+= p5-Test-Exception>=0.20:../../devel/p5-Test-Exception +BUILD_DEPENDS+= p5-Test-Exception>=0.20:../../devel/p5-Test-Exception +BUILD_DEPENDS+= p5-Test-Version>=1.002003:../../devel/p5-Test-Version PKG_INSTALLATION_TYPES= overwrite pkgviews diff --git a/devel/p5-Tree-Simple/distinfo b/devel/p5-Tree-Simple/distinfo index 0366122e861..9abd8cad70b 100644 --- a/devel/p5-Tree-Simple/distinfo +++ b/devel/p5-Tree-Simple/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.7 2007/12/11 12:04:03 rhaen Exp $ +$NetBSD: distinfo,v 1.8 2013/11/24 01:45:33 wen Exp $ -SHA1 (Tree-Simple-1.18.tar.gz) = a969215cd4573a52fe817f94b75a43edcece9534 -RMD160 (Tree-Simple-1.18.tar.gz) = 87a7077314dd92fd5674c891004e1bce8cf01c12 -Size (Tree-Simple-1.18.tar.gz) = 32851 bytes +SHA1 (Tree-Simple-1.23.tgz) = a64a7afed06b8388ffbffc9d430953c0a6b4ca03 +RMD160 (Tree-Simple-1.23.tgz) = b30d072a41d1b64f60b9b1fc9d505c23cd197ffa +Size (Tree-Simple-1.23.tgz) = 44902 bytes |