Update to 0.77
This commit is contained in:
parent
d27a3389cb
commit
8b52df59e0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=233183
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= Moose
|
||||
PORTVERSION= 0.75
|
||||
PORTVERSION= 0.77
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= ../by-authors/id/D/DR/DROLSKY
|
||||
@ -17,11 +17,12 @@ COMMENT= A complete modern object system for Perl 5
|
||||
|
||||
RUN_DEPENDS= \
|
||||
p5-Scalar-List-Utils>=1.19:${PORTSDIR}/lang/p5-Scalar-List-Utils \
|
||||
p5-Class-MOP>=0.81:${PORTSDIR}/devel/p5-Class-MOP \
|
||||
p5-Class-MOP>=0.83:${PORTSDIR}/devel/p5-Class-MOP \
|
||||
p5-List-MoreUtils>=0.12:${PORTSDIR}/lang/p5-List-MoreUtils \
|
||||
p5-Sub-Exporter>=0.972:${PORTSDIR}/devel/p5-Sub-Exporter \
|
||||
p5-Task-Weaken>=0:${PORTSDIR}/devel/p5-Task-Weaken \
|
||||
p5-Data-OptList>=0:${PORTSDIR}/devel/p5-Data-OptList
|
||||
p5-Data-OptList>=0:${PORTSDIR}/devel/p5-Data-OptList \
|
||||
p5-Sub-Name>=0:${PORTSDIR}/devel/p5-Sub-Name
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= 5.8.1+
|
||||
@ -79,6 +80,7 @@ MAN3= Moose.3 \
|
||||
Moose::Manual::Types.3 \
|
||||
Moose::Meta::Attribute.3 \
|
||||
Moose::Meta::Class.3 \
|
||||
Moose::Meta::Class::Immutable::Trait.3 \
|
||||
Moose::Meta::Instance.3 \
|
||||
Moose::Meta::Method.3 \
|
||||
Moose::Meta::Method::Accessor.3 \
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (Moose-0.75.tar.gz) = fe50a1a6ec6d75866bc8ff5c21c242be
|
||||
SHA256 (Moose-0.75.tar.gz) = baa64cff14ed3a567edff0346386fcc1f8053bf408deb6546e6a694a67e7cf55
|
||||
SIZE (Moose-0.75.tar.gz) = 316672
|
||||
MD5 (Moose-0.77.tar.gz) = 9d358b02f8da995fc806883f463cea72
|
||||
SHA256 (Moose-0.77.tar.gz) = 1ef88b25b167a31271320346d4e61dc0e904a8b0a02830c1a2d392f784ffc927
|
||||
SIZE (Moose-0.77.tar.gz) = 315822
|
||||
|
@ -4,9 +4,9 @@ to a class!
|
||||
Note that the release is incompatible with older versions of these modules:
|
||||
|
||||
- MooseX::ClassAttribute <= 0.07
|
||||
- MooseX::Singleton <= 0.14
|
||||
- MooseX::Singleton <= 0.15
|
||||
- MooseX::StrictConstructor <= 0.07
|
||||
- MooseX::Params::Validate <= 0.05
|
||||
- Fey::ORM <= 0.22
|
||||
- Fey::ORM <= 0.23
|
||||
|
||||
They will need to be updated.
|
||||
|
@ -51,6 +51,7 @@
|
||||
%%SITE_PERL%%/Moose/Manual/Types.pod
|
||||
%%SITE_PERL%%/Moose/Meta/Attribute.pm
|
||||
%%SITE_PERL%%/Moose/Meta/Class.pm
|
||||
%%SITE_PERL%%/Moose/Meta/Class/Immutable/Trait.pm
|
||||
%%SITE_PERL%%/Moose/Meta/Instance.pm
|
||||
%%SITE_PERL%%/Moose/Meta/Method.pm
|
||||
%%SITE_PERL%%/Moose/Meta/Method/Accessor.pm
|
||||
@ -100,6 +101,8 @@
|
||||
@dirrmtry %%SITE_PERL%%/Moose/Meta/Role/Application
|
||||
@dirrmtry %%SITE_PERL%%/Moose/Meta/Role
|
||||
@dirrmtry %%SITE_PERL%%/Moose/Meta/Method
|
||||
@dirrmtry %%SITE_PERL%%/Moose/Meta/Class/Immutable
|
||||
@dirrmtry %%SITE_PERL%%/Moose/Meta/Class
|
||||
@dirrmtry %%SITE_PERL%%/Moose/Meta
|
||||
@dirrmtry %%SITE_PERL%%/Moose/Manual
|
||||
@dirrmtry %%SITE_PERL%%/Moose/Error
|
||||
|
Loading…
Reference in New Issue
Block a user