mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- 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)
This commit is contained in:
parent
2bfc8e8ce2
commit
7d29285bee
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=172990
3 changed files with 7 additions and 6 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue