mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
Update to 0.18.
This commit is contained in:
parent
648700b45d
commit
78347369f8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=187133
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= Moose
|
||||
PORTVERSION= 0.17
|
||||
PORTVERSION= 0.18
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= ../by-authors/id/S/ST/STEVAN
|
||||
@ -17,10 +17,9 @@ COMMENT= A complete modern object system for Perl 5
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= \
|
||||
p5-Class-MOP>=0.36:${PORTSDIR}/devel/p5-Class-MOP \
|
||||
p5-Class-MOP>=0.37:${PORTSDIR}/devel/p5-Class-MOP \
|
||||
p5-Sub-Name>=0.02:${PORTSDIR}/devel/p5-Sub-Name \
|
||||
p5-Sub-Exporter>=0.954:${PORTSDIR}/devel/p5-Sub-Exporter \
|
||||
p5-Sub-Install>=0.92:${PORTSDIR}/devel/p5-Sub-Install
|
||||
p5-Sub-Exporter>=0.972:${PORTSDIR}/devel/p5-Sub-Exporter
|
||||
|
||||
PERL_MODBUILD= yes
|
||||
|
||||
@ -39,6 +38,8 @@ MAN3= Moose.3 \
|
||||
Moose::Meta::Instance.3 \
|
||||
Moose::Meta::Method.3 \
|
||||
Moose::Meta::Method::Accessor.3 \
|
||||
Moose::Meta::Method::Constructor.3 \
|
||||
Moose::Meta::Method::Destructor.3 \
|
||||
Moose::Meta::Method::Overriden.3 \
|
||||
Moose::Meta::Role.3 \
|
||||
Moose::Meta::Role::Method.3 \
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (Moose-0.17.tar.gz) = 42de30613ed0f127a88bd65876eddd27
|
||||
SHA256 (Moose-0.17.tar.gz) = 69435859653aff16e9b80c113c2c1f12cb82cd846119af0680008c7f1476c3b2
|
||||
SIZE (Moose-0.17.tar.gz) = 88489
|
||||
MD5 (Moose-0.18.tar.gz) = cda51b4227f8a4c2667edf723d4fb349
|
||||
SHA256 (Moose-0.18.tar.gz) = 23783d7506f493d267360b785b2b171414486ef373f97069e2650ee785a53b19
|
||||
SIZE (Moose-0.18.tar.gz) = 93073
|
||||
|
@ -13,6 +13,8 @@
|
||||
%%SITE_PERL%%/Moose/Meta/Instance.pm
|
||||
%%SITE_PERL%%/Moose/Meta/Method.pm
|
||||
%%SITE_PERL%%/Moose/Meta/Method/Accessor.pm
|
||||
%%SITE_PERL%%/Moose/Meta/Method/Constructor.pm
|
||||
%%SITE_PERL%%/Moose/Meta/Method/Destructor.pm
|
||||
%%SITE_PERL%%/Moose/Meta/Method/Overriden.pm
|
||||
%%SITE_PERL%%/Moose/Meta/Role.pm
|
||||
%%SITE_PERL%%/Moose/Meta/Role/Method.pm
|
||||
|
Loading…
Reference in New Issue
Block a user