diff options
author | tobez <tobez@FreeBSD.org> | 2006-02-10 21:38:37 +0800 |
---|---|---|
committer | tobez <tobez@FreeBSD.org> | 2006-02-10 21:38:37 +0800 |
commit | ed0d1b5d06068e23e918b59afd25b4d0b9d5a948 (patch) | |
tree | 12ef8f115bd8f9c1885c9d4ea9e4680df4098e05 /devel | |
parent | 74c481b4ca9401c03bd332ebae8ddc9670c8e275 (diff) | |
download | freebsd-ports-gnome-ed0d1b5d06068e23e918b59afd25b4d0b9d5a948.tar.gz freebsd-ports-gnome-ed0d1b5d06068e23e918b59afd25b4d0b9d5a948.tar.zst freebsd-ports-gnome-ed0d1b5d06068e23e918b59afd25b4d0b9d5a948.zip |
Update to 1.36.
Submitted by: maintainer
PR: 93124
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 |