diff options
author | Aaron Dalton <aaron@FreeBSD.org> | 2006-07-14 15:38:26 +0000 |
---|---|---|
committer | Aaron Dalton <aaron@FreeBSD.org> | 2006-07-14 15:38:26 +0000 |
commit | 33d6ddb13b14a3648fcce1f8c420e915a825696b (patch) | |
tree | 40d443de26c04b2ec63e1f6fd1aece7d57118d66 /devel/p5-Object-InsideOut | |
parent | 0be2d054f1aa5af585aa7423679182e8b432e006 (diff) | |
download | ports-33d6ddb13b14a3648fcce1f8c420e915a825696b.tar.gz ports-33d6ddb13b14a3648fcce1f8c420e915a825696b.zip |
Notes
Diffstat (limited to 'devel/p5-Object-InsideOut')
-rw-r--r-- | devel/p5-Object-InsideOut/Makefile | 8 | ||||
-rw-r--r-- | devel/p5-Object-InsideOut/distinfo | 6 | ||||
-rw-r--r-- | devel/p5-Object-InsideOut/pkg-plist | 7 |
3 files changed, 11 insertions, 10 deletions
diff --git a/devel/p5-Object-InsideOut/Makefile b/devel/p5-Object-InsideOut/Makefile index bdf218461b71..685b6dd77afd 100644 --- a/devel/p5-Object-InsideOut/Makefile +++ b/devel/p5-Object-InsideOut/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Object-InsideOut -PORTVERSION= 1.42 +PORTVERSION= 1.44 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Object @@ -16,7 +16,7 @@ MAINTAINER= geraud@gcu.info COMMENT= Object::InsideOut - Comprehensive inside-out object support module BUILD_DEPENDS= p5-Exception-Class>=1.22:${PORTSDIR}/devel/p5-Exception-Class \ - p5-Test-Simple>=0.50:${PORTSDIR}/devel/p5-Test-Simple + p5-Scalar-List-Utils>=1.10:${PORTSDIR}/lang/p5-Scalar-List-Utils RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes @@ -25,8 +25,8 @@ MAN3= Object::InsideOut.3 .include <bsd.port.pre.mk> -.if ${PERL_LEVEL} < 500800 -IGNORE= requires perl 5.8.0 or later. Install lang/perl5.8 and try again +.if ${PERL_LEVEL} < 500800 # inherited from p5-Exception-Class +IGNORE= requires perl 5.8 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 a3c7e200e7de..38b3d4870256 100644 --- a/devel/p5-Object-InsideOut/distinfo +++ b/devel/p5-Object-InsideOut/distinfo @@ -1,3 +1,3 @@ -MD5 (Object-InsideOut-1.42.tar.gz) = 4d2c728afd583496d558f9f45706d92f -SHA256 (Object-InsideOut-1.42.tar.gz) = a31352af9a68c02c68c621f7cf71df3c0d5b0336a3850fc8cca83b852a88534b -SIZE (Object-InsideOut-1.42.tar.gz) = 62425 +MD5 (Object-InsideOut-1.44.tar.gz) = a1bcee0f7ee403c3cc5b8fbdfa446c22 +SHA256 (Object-InsideOut-1.44.tar.gz) = 0c383cb9baa08b0e69f108c08278bd3acaafcf3f381d9d6a0f4ffb985e403340 +SIZE (Object-InsideOut-1.44.tar.gz) = 63000 diff --git a/devel/p5-Object-InsideOut/pkg-plist b/devel/p5-Object-InsideOut/pkg-plist index 9203b23f8f9e..d39f9f3f2e38 100644 --- a/devel/p5-Object-InsideOut/pkg-plist +++ b/devel/p5-Object-InsideOut/pkg-plist @@ -1,15 +1,16 @@ -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Object/InsideOut/.packlist %%SITE_PERL%%/Object/InsideOut.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/Exception.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 +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Object/InsideOut/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Object/InsideOut @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Object -@dirrmtry %%SITE_PERL%%/Object/InsideOut +@dirrm %%SITE_PERL%%/Object/InsideOut @dirrmtry %%SITE_PERL%%/Object |