diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-09-14 02:07:44 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-09-14 02:07:44 +0000 |
commit | 7d29285beeaecbeb79921d500bb118a76ef40b1f (patch) | |
tree | d28e3aca5b27748a5e840db470e11acf9ba3e869 /devel | |
parent | 2bfc8e8ce292af82f2dfa4cf27f63cd56c78be84 (diff) | |
download | ports-7d29285beeaecbeb79921d500bb118a76ef40b1f.tar.gz ports-7d29285beeaecbeb79921d500bb118a76ef40b1f.zip |
- Update to 1.52
- Use BUILD_DEPENDS=${RUN_DEPENDS} to avoid unused dependency
PR: ports/102788
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
Approved by: maintainer (geraud_AT_gcu dot info)
Notes
Notes:
svn path=/head/; revision=172990
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 | 1 |
3 files changed, 7 insertions, 6 deletions
diff --git a/devel/p5-Object-InsideOut/Makefile b/devel/p5-Object-InsideOut/Makefile index c90d5e4057ab..1e5fb3c6c6f8 100644 --- a/devel/p5-Object-InsideOut/Makefile +++ b/devel/p5-Object-InsideOut/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Object-InsideOut -PORTVERSION= 1.49 +PORTVERSION= 1.52 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Object @@ -15,9 +15,9 @@ PKGNAMEPREFIX= p5- 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 \ +RUN_DEPENDS= p5-Exception-Class>=1.22:${PORTSDIR}/devel/p5-Exception-Class \ p5-Want>=0.10:${PORTSDIR}/devel/p5-Want -RUN_DEPENDS= ${BUILD_DEPENDS} +BUILD_DEPENDS= ${RUN_DEPENDS} PERL_CONFIGURE= yes diff --git a/devel/p5-Object-InsideOut/distinfo b/devel/p5-Object-InsideOut/distinfo index 3fc1854895aa..b8abde49cd84 100644 --- a/devel/p5-Object-InsideOut/distinfo +++ b/devel/p5-Object-InsideOut/distinfo @@ -1,3 +1,3 @@ -MD5 (Object-InsideOut-1.49.tar.gz) = 4561fef433b7369025deb87197f14372 -SHA256 (Object-InsideOut-1.49.tar.gz) = 0ef7ab2cc5ef803540aa4bcf81c37289d2a19367f8f025d3bba8b0d956f77cfb -SIZE (Object-InsideOut-1.49.tar.gz) = 68816 +MD5 (Object-InsideOut-1.52.tar.gz) = ddc5f8785177abf6a3a080b63d269e6f +SHA256 (Object-InsideOut-1.52.tar.gz) = fd4808a963ee2bb9c58d623a6b2f570dc205020ad052b0bbd0378cdb20cb71a9 +SIZE (Object-InsideOut-1.52.tar.gz) = 78242 diff --git a/devel/p5-Object-InsideOut/pkg-plist b/devel/p5-Object-InsideOut/pkg-plist index 2e7fd87c18e8..ba69715ed611 100644 --- a/devel/p5-Object-InsideOut/pkg-plist +++ b/devel/p5-Object-InsideOut/pkg-plist @@ -9,6 +9,7 @@ %%SITE_PERL%%/Object/InsideOut/Overload.pm %%SITE_PERL%%/Object/InsideOut/Universal.pm %%SITE_PERL%%/Object/InsideOut/Util.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 |