Update to 1.16:
1.16 Mon Feb. 6, 2006 - converted to use Module::Build (Rob Kinyon) - refactored &addChild and &addChildren to be implemented in terms of &insertChild and &insertChildren (Rob Kinyon) - other misc. refactorings (Rob Kinyon) - updated Scalar::Util version dependency (Stevan Little) - updated copyrights for the new year (Stevan Little)
This commit is contained in:
parent
11b4903dc0
commit
7aa3a7388a
2 changed files with 7 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.7 2005/11/23 22:17:55 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.8 2006/02/26 08:43:44 wiz Exp $
|
||||
#
|
||||
|
||||
DISTNAME= Tree-Simple-1.15
|
||||
DISTNAME= Tree-Simple-1.16
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Tree/}
|
||||
|
@ -10,6 +10,7 @@ MAINTAINER= tech-pkg@NetBSD.org
|
|||
HOMEPAGE= http://search.cpan.org/dist/Tree-Simple/
|
||||
COMMENT= Simple extension to manipulate tree objects
|
||||
|
||||
DEPENDS+= p5-Scalar-List-Utils>=0.18:../../devel/p5-Scalar-List-Utils
|
||||
DEPENDS+= p5-Test-Exception>=0.20:../../devel/p5-Test-Exception
|
||||
|
||||
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.4 2005/11/23 22:17:55 wiz Exp $
|
||||
$NetBSD: distinfo,v 1.5 2006/02/26 08:43:44 wiz Exp $
|
||||
|
||||
SHA1 (Tree-Simple-1.15.tar.gz) = 7d6240ffbb27fb7e110e8859760c5dcc3a2a369b
|
||||
RMD160 (Tree-Simple-1.15.tar.gz) = 24ebb9418bfa9a09d9377fae79cc95e82d74e719
|
||||
Size (Tree-Simple-1.15.tar.gz) = 31204 bytes
|
||||
SHA1 (Tree-Simple-1.16.tar.gz) = 8f32f713808110251c4da173914107ff7f80255b
|
||||
RMD160 (Tree-Simple-1.16.tar.gz) = 45aa3913c3c840bbec14f11f26879ca547bec318
|
||||
Size (Tree-Simple-1.16.tar.gz) = 32104 bytes
|
||||
|
|
Loading…
Reference in a new issue