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