mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
- Update to 0.28
- Remove duplicated entry in RUN_DEPENDS - Sort MAN3 - Pet portlint Changes: http://search.cpan.org/dist/MooseX-Types-Structured/Changes
This commit is contained in:
parent
0b1f16a76f
commit
76851baa95
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=282883
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= MooseX-Types-Structured
|
||||
PORTVERSION= 0.27
|
||||
PORTVERSION= 0.28
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
@ -14,24 +14,23 @@ PKGNAMEPREFIX= p5-
|
||||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Moose Type Constraint classes for Structured Types
|
||||
|
||||
RUN_DEPENDS= p5-Moose>=1.06:${PORTSDIR}/devel/p5-Moose \
|
||||
p5-Devel-PartialDump>=0.10:${PORTSDIR}/devel/p5-Devel-PartialDump \
|
||||
p5-MooseX-Types>=0.22:${PORTSDIR}/devel/p5-MooseX-Types \
|
||||
p5-Devel-PartialDump>=0.10:${PORTSDIR}/devel/p5-Devel-PartialDump \
|
||||
p5-Sub-Exporter>=0.982:${PORTSDIR}/devel/p5-Sub-Exporter
|
||||
|
||||
LICENSE_COMB= dual
|
||||
LICENSE= ART20 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
|
||||
RUN_DEPENDS= p5-Devel-PartialDump>=0.13:${PORTSDIR}/devel/p5-Devel-PartialDump \
|
||||
p5-Moose>=1.08:${PORTSDIR}/devel/p5-Moose \
|
||||
p5-MooseX-Types>=0.22:${PORTSDIR}/devel/p5-MooseX-Types \
|
||||
p5-Sub-Exporter>=0.982:${PORTSDIR}/devel/p5-Sub-Exporter
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= MooseX::Meta::TypeCoercion::Structured.3 \
|
||||
MooseX::Meta::TypeConstraint::Structured.3 \
|
||||
MooseX::Types::Structured.3 \
|
||||
MooseX::Types::Structured::OverflowHandler.3 \
|
||||
MooseX::Meta::TypeConstraint::Structured::Optional.3 \
|
||||
MooseX::Meta::TypeCoercion::Structured::Optional.3 \
|
||||
MooseX::Types::Structured::MessageStack.3
|
||||
MooseX::Meta::TypeConstraint::Structured.3 \
|
||||
MooseX::Meta::TypeConstraint::Structured::Optional.3 \
|
||||
MooseX::Types::Structured.3 \
|
||||
MooseX::Types::Structured::MessageStack.3 \
|
||||
MooseX::Types::Structured::OverflowHandler.3
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e '/auto_install/d' ${WRKSRC}/Makefile.PL
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (MooseX-Types-Structured-0.27.tar.gz) = f2554bc8225305d608c17b35151688b9f8299a075ddcf1b3b0de76e2fa24a04e
|
||||
SIZE (MooseX-Types-Structured-0.27.tar.gz) = 34643
|
||||
SHA256 (MooseX-Types-Structured-0.28.tar.gz) = 83509f06de9d9dc29f2799353974281cd08166563ac0c053f772c0558cbb568b
|
||||
SIZE (MooseX-Types-Structured-0.28.tar.gz) = 35388
|
||||
|
@ -1,4 +1,3 @@
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/MooseX/Types/Structured/.packlist
|
||||
%%SITE_PERL%%/MooseX/Meta/TypeCoercion/Structured.pm
|
||||
%%SITE_PERL%%/MooseX/Meta/TypeCoercion/Structured/Optional.pm
|
||||
%%SITE_PERL%%/MooseX/Meta/TypeConstraint/Structured.pm
|
||||
@ -6,6 +5,10 @@
|
||||
%%SITE_PERL%%/MooseX/Types/Structured.pm
|
||||
%%SITE_PERL%%/MooseX/Types/Structured/MessageStack.pm
|
||||
%%SITE_PERL%%/MooseX/Types/Structured/OverflowHandler.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/MooseX/Types/Structured/.packlist
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/MooseX/Types/Structured
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/MooseX/Types
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/MooseX
|
||||
@dirrmtry %%SITE_PERL%%/MooseX/Types/Structured
|
||||
@dirrmtry %%SITE_PERL%%/MooseX/Types
|
||||
@dirrmtry %%SITE_PERL%%/MooseX/Meta/TypeConstraint/Structured
|
||||
@ -14,6 +17,3 @@
|
||||
@dirrmtry %%SITE_PERL%%/MooseX/Meta/TypeCoercion
|
||||
@dirrmtry %%SITE_PERL%%/MooseX/Meta
|
||||
@dirrmtry %%SITE_PERL%%/MooseX
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/MooseX/Types/Structured
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/MooseX/Types
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/MooseX
|
||||
|
Loading…
Reference in New Issue
Block a user