diff options
author | tobez <tobez@FreeBSD.org> | 2013-01-25 16:54:30 +0800 |
---|---|---|
committer | tobez <tobez@FreeBSD.org> | 2013-01-25 16:54:30 +0800 |
commit | 511e3e4f21aa760de2d132770722aebc089d5952 (patch) | |
tree | d9acd71c949e564cae5cd91d385ae35853eda116 /devel | |
parent | 59e8a3327501c92b0938c2c410560187db3a1920 (diff) | |
download | freebsd-ports-gnome-511e3e4f21aa760de2d132770722aebc089d5952.tar.gz freebsd-ports-gnome-511e3e4f21aa760de2d132770722aebc089d5952.tar.zst freebsd-ports-gnome-511e3e4f21aa760de2d132770722aebc089d5952.zip |
Update to 1.11.
Changes: http://search.cpan.org/dist/Class-InsideOut/Changes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Class-InsideOut/Makefile | 11 | ||||
-rw-r--r-- | devel/p5-Class-InsideOut/distinfo | 4 | ||||
-rw-r--r-- | devel/p5-Class-InsideOut/pkg-plist | 3 |
3 files changed, 7 insertions, 11 deletions
diff --git a/devel/p5-Class-InsideOut/Makefile b/devel/p5-Class-InsideOut/Makefile index b02289c8d58a..953b9cda75fa 100644 --- a/devel/p5-Class-InsideOut/Makefile +++ b/devel/p5-Class-InsideOut/Makefile @@ -1,12 +1,8 @@ -# New ports collection makefile for: p5-Class-InsideOut -# Date created: 2006-07-20 -# Whom: Gea-Suan Lin <gslin@gslin.org> -# +# Created by: Gea-Suan Lin <gslin@gslin.org> # $FreeBSD$ -# PORTNAME= Class-InsideOut -PORTVERSION= 1.10 +PORTVERSION= 1.11 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,6 +10,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= A safe, simple inside-out object construction kit +BUILD_DEPENDS= p5-Class-ISA>=0:${PORTSDIR}/devel/p5-Class-ISA +RUN_DEPENDS:= ${BUILD_DEPENDS} + PORTSCOUT= skipv:1.0301 PERL_CONFIGURE= yes diff --git a/devel/p5-Class-InsideOut/distinfo b/devel/p5-Class-InsideOut/distinfo index d0d79386239f..0f78fb92a3a7 100644 --- a/devel/p5-Class-InsideOut/distinfo +++ b/devel/p5-Class-InsideOut/distinfo @@ -1,2 +1,2 @@ -SHA256 (Class-InsideOut-1.10.tar.gz) = 37439310987b0ab3fc9f16db53f7f598867be8a290d7cf49a2e182c580f0e8b7 -SIZE (Class-InsideOut-1.10.tar.gz) = 55249 +SHA256 (Class-InsideOut-1.11.tar.gz) = 598181de82228ff6adcb22cd4ade861e11b91795f7b25485701a1f52fca5ce7c +SIZE (Class-InsideOut-1.11.tar.gz) = 43565 diff --git a/devel/p5-Class-InsideOut/pkg-plist b/devel/p5-Class-InsideOut/pkg-plist index 9979b1325c18..f08decbebe18 100644 --- a/devel/p5-Class-InsideOut/pkg-plist +++ b/devel/p5-Class-InsideOut/pkg-plist @@ -1,9 +1,6 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/Class/InsideOut/.packlist %%SITE_PERL%%/Class/InsideOut.pm -%%SITE_PERL%%/Class/InsideOut.pod -%%SITE_PERL%%/Class/InsideOut/Manual/About.pm %%SITE_PERL%%/Class/InsideOut/Manual/About.pod -%%SITE_PERL%%/Class/InsideOut/Manual/Advanced.pm %%SITE_PERL%%/Class/InsideOut/Manual/Advanced.pod @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Class/InsideOut @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Class |