diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2006-02-10 13:38:37 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2006-02-10 13:38:37 +0000 |
commit | d54aa06597645b236fea495c795833a40a3d4113 (patch) | |
tree | d966801a745a8ab44919be580fd12a8b6f8604b6 /devel | |
parent | d62748eba47ac148136073bcf248f0d2387e8656 (diff) | |
download | ports-d54aa06597645b236fea495c795833a40a3d4113.tar.gz ports-d54aa06597645b236fea495c795833a40a3d4113.zip |
Notes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Object-InsideOut/Makefile | 6 | ||||
-rw-r--r-- | devel/p5-Object-InsideOut/distinfo | 6 | ||||
-rw-r--r-- | devel/p5-Object-InsideOut/pkg-plist | 9 |
3 files changed, 14 insertions, 7 deletions
diff --git a/devel/p5-Object-InsideOut/Makefile b/devel/p5-Object-InsideOut/Makefile index 873db1fb24c6..945cffa8cd09 100644 --- a/devel/p5-Object-InsideOut/Makefile +++ b/devel/p5-Object-InsideOut/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Object-InsideOut -PORTVERSION= 1.33 +PORTVERSION= 1.36 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Object @@ -25,8 +25,8 @@ MAN3= Object::InsideOut.3 .include <bsd.port.pre.mk> -.if ${PERL_LEVEL} < 500601 -IGNORE= requires perl 5.6.1 or later. Install lang/perl5.8 and try again +.if ${PERL_LEVEL} < 500800 +IGNORE= requires perl 5.8.0 or later. Install lang/perl5.8 and try again .endif .include <bsd.port.post.mk> diff --git a/devel/p5-Object-InsideOut/distinfo b/devel/p5-Object-InsideOut/distinfo index a9b30f19cc46..e78174b25b42 100644 --- a/devel/p5-Object-InsideOut/distinfo +++ b/devel/p5-Object-InsideOut/distinfo @@ -1,3 +1,3 @@ -MD5 (Object-InsideOut-1.33.tar.gz) = 78ed7f43df63bed32322f6baada0d5b5 -SHA256 (Object-InsideOut-1.33.tar.gz) = 30393063ece5b291047f54dd3a59776f4470f5e76a264a43af086d9b53becf15 -SIZE (Object-InsideOut-1.33.tar.gz) = 56546 +MD5 (Object-InsideOut-1.36.tar.gz) = 7edccc950e614cc692fae80376fd7374 +SHA256 (Object-InsideOut-1.36.tar.gz) = eb349b03aa9e163dd9651d147a806f77d61146020f824bb7dab1d86cb6caaa6b +SIZE (Object-InsideOut-1.36.tar.gz) = 60599 diff --git a/devel/p5-Object-InsideOut/pkg-plist b/devel/p5-Object-InsideOut/pkg-plist index 796c1f5c6636..9203b23f8f9e 100644 --- a/devel/p5-Object-InsideOut/pkg-plist +++ b/devel/p5-Object-InsideOut/pkg-plist @@ -1,6 +1,13 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/Object/InsideOut/.packlist %%SITE_PERL%%/Object/InsideOut.pm -%%SITE_PERL%%/Object/InsideOut/Results.pm +%%SITE_PERL%%/Object/InsideOut/Autoload.pm +%%SITE_PERL%%/Object/InsideOut/Chained.pm +%%SITE_PERL%%/Object/InsideOut/Cumulative.pm +%%SITE_PERL%%/Object/InsideOut/Dump.pm +%%SITE_PERL%%/Object/InsideOut/Dynamic.pm +%%SITE_PERL%%/Object/InsideOut/Foreign.pm +%%SITE_PERL%%/Object/InsideOut/Overload.pm +%%SITE_PERL%%/Object/InsideOut/Universal.pm %%SITE_PERL%%/Object/InsideOut/Util.pm @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Object/InsideOut @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Object |