diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2007-01-05 07:32:54 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2007-01-05 07:32:54 +0000 |
commit | fe33587b330e6e08158a6d2928e15d889463997f (patch) | |
tree | 8379bd9a3597d3eb253339dd110fb94e9adc1a9d /devel | |
parent | 0428227a94485def1f9aea66cf6ebd53411939a8 (diff) | |
download | ports-fe33587b330e6e08158a6d2928e15d889463997f.tar.gz ports-fe33587b330e6e08158a6d2928e15d889463997f.zip |
- Update to latest version (3.08)
PR: ports/107020
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
Reviewed by: maintainer (Geraud CONTINSOUZAS)
Approved by: maintainer
Notes
Notes:
svn path=/head/; revision=181475
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Object-InsideOut/Makefile | 5 | ||||
-rw-r--r-- | devel/p5-Object-InsideOut/distinfo | 6 | ||||
-rw-r--r-- | devel/p5-Object-InsideOut/pkg-plist | 6 |
3 files changed, 10 insertions, 7 deletions
diff --git a/devel/p5-Object-InsideOut/Makefile b/devel/p5-Object-InsideOut/Makefile index 10bc82082be0..e4abe45c7cb1 100644 --- a/devel/p5-Object-InsideOut/Makefile +++ b/devel/p5-Object-InsideOut/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Object-InsideOut -PORTVERSION= 2.25 +PORTVERSION= 3.08 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Object @@ -16,7 +16,8 @@ MAINTAINER= geraud@gcu.info COMMENT= Object::InsideOut - Comprehensive inside-out object support module RUN_DEPENDS= p5-Exception-Class>=1.22:${PORTSDIR}/devel/p5-Exception-Class \ - p5-Want>=0.12:${PORTSDIR}/devel/p5-Want + p5-Want>=0.12:${PORTSDIR}/devel/p5-Want \ + p5-Scalar-List-Utils>=1.19:${PORTSDIR}/lang/p5-Scalar-List-Utils BUILD_DEPENDS= ${RUN_DEPENDS} PERL_CONFIGURE= yes diff --git a/devel/p5-Object-InsideOut/distinfo b/devel/p5-Object-InsideOut/distinfo index 136e2993e753..afea0ff84b66 100644 --- a/devel/p5-Object-InsideOut/distinfo +++ b/devel/p5-Object-InsideOut/distinfo @@ -1,3 +1,3 @@ -MD5 (Object-InsideOut-2.25.tar.gz) = ff1f840181a9f13bdda0e0d2d424eb6e -SHA256 (Object-InsideOut-2.25.tar.gz) = c1c1f352fee7c868447d0a45ba088c0821ebedf8e35cb882c8608fde6e49cdbc -SIZE (Object-InsideOut-2.25.tar.gz) = 103474 +MD5 (Object-InsideOut-3.08.tar.gz) = 019a6d4623bfe67c18b7e405c6afb09c +SHA256 (Object-InsideOut-3.08.tar.gz) = d92a17c5601b4ae351f514272f97776b76ac333b20895b084afcacfeecced5d5 +SIZE (Object-InsideOut-3.08.tar.gz) = 105928 diff --git a/devel/p5-Object-InsideOut/pkg-plist b/devel/p5-Object-InsideOut/pkg-plist index b82d98b412b7..708d17712de9 100644 --- a/devel/p5-Object-InsideOut/pkg-plist +++ b/devel/p5-Object-InsideOut/pkg-plist @@ -1,5 +1,8 @@ +@comment $FreeBSD$ +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Object/InsideOut/.packlist %%SITE_PERL%%/Bundle/Object/InsideOut.pm %%SITE_PERL%%/Object/InsideOut.pm +%%SITE_PERL%%/Object/InsideOut.pod %%SITE_PERL%%/Object/InsideOut/Autoload.pm %%SITE_PERL%%/Object/InsideOut/Chained.pm %%SITE_PERL%%/Object/InsideOut/Cumulative.pm @@ -9,12 +12,11 @@ %%SITE_PERL%%/Object/InsideOut/Foreign.pm %%SITE_PERL%%/Object/InsideOut/Metadata.pm %%SITE_PERL%%/Object/InsideOut/Overload.pm +%%SITE_PERL%%/Object/InsideOut/Secure.pm %%SITE_PERL%%/Object/InsideOut/Universal.pm %%SITE_PERL%%/Object/InsideOut/Util.pm -%%SITE_PERL%%/Object/InsideOut/Secure.pm %%SITE_PERL%%/Object/InsideOut/attributes.pm %%SITE_PERL%%/Object/InsideOut/lvalue.pm -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Object/InsideOut/.packlist @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Object/InsideOut @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Object @dirrm %%SITE_PERL%%/Object/InsideOut |