diff options
author | sno <sno@pkgsrc.org> | 2010-02-16 13:02:02 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2010-02-16 13:02:02 +0000 |
commit | ca0fd198d35361ef759fedd9950a8704270468d9 (patch) | |
tree | 7791334687b53174ab0e9a2e953786918b8c2d5e /devel | |
parent | 1c459ab7acfd296c32ef32ae7eafa5710b98a2c2 (diff) | |
download | pkgsrc-ca0fd198d35361ef759fedd9950a8704270468d9.tar.gz |
Updating devel/p5-Object-InsideOut from 3.57 to 3.58
pkgsrc changes:
- Adjust dependencies
Upstream changes:
3.58 Wed Dec 23 12:45:55 2009
- Support type checking for scalar refs
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Object-InsideOut/Makefile | 10 | ||||
-rw-r--r-- | devel/p5-Object-InsideOut/distinfo | 8 |
2 files changed, 10 insertions, 8 deletions
diff --git a/devel/p5-Object-InsideOut/Makefile b/devel/p5-Object-InsideOut/Makefile index e57101dec40..c58f1ff6230 100644 --- a/devel/p5-Object-InsideOut/Makefile +++ b/devel/p5-Object-InsideOut/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.10 2009/11/11 18:32:33 seb Exp $ +# $NetBSD: Makefile,v 1.11 2010/02/16 13:02:02 sno Exp $ # -DISTNAME= Object-InsideOut-3.57 +DISTNAME= Object-InsideOut-3.58 PKGNAME= p5-${DISTNAME} CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Object/} @@ -14,9 +14,11 @@ LICENSE= ${PERL5_LICENSE} PKG_DESTDIR_SUPPORT= user-destdir DEPENDS+= p5-Exception-Class>=1.29:../../devel/p5-Exception-Class -DEPENDS+= p5-Scalar-List-Utils>=1.21:../../devel/p5-Scalar-List-Utils +DEPENDS+= p5-Scalar-List-Utils>=1.22:../../devel/p5-Scalar-List-Utils + +# Recommended dependencies DEPENDS+= p5-Want>=0.12:../../devel/p5-Want -DEPENDS+= p5-Storable>=2.15:../../devel/p5-Storable +DEPENDS+= {perl>=5.8.8,p5-Storable>=2.15}:../../devel/p5-Storable USE_LANGUAGES= # empty PERL5_PACKLIST= auto/Object/InsideOut/.packlist diff --git a/devel/p5-Object-InsideOut/distinfo b/devel/p5-Object-InsideOut/distinfo index 157f36fa082..1ba90565178 100644 --- a/devel/p5-Object-InsideOut/distinfo +++ b/devel/p5-Object-InsideOut/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.8 2009/11/11 18:32:33 seb Exp $ +$NetBSD: distinfo,v 1.9 2010/02/16 13:02:02 sno Exp $ -SHA1 (Object-InsideOut-3.57.tar.gz) = 6e3d68099263f3ab99c440df421cdaf05ebbee95 -RMD160 (Object-InsideOut-3.57.tar.gz) = 87bd0a700bad2455199fade72bd332bdf726f98a -Size (Object-InsideOut-3.57.tar.gz) = 115272 bytes +SHA1 (Object-InsideOut-3.58.tar.gz) = ca373d2c7eda7331362c47303b111c4c94d98206 +RMD160 (Object-InsideOut-3.58.tar.gz) = 823d42f86c05f09c0b30ef288cb7416d721736c0 +Size (Object-InsideOut-3.58.tar.gz) = 115597 bytes |