mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
Update p5-Perl-Critic-Moose to 1.05.
Changes: https://metacpan.org/changes/distribution/Perl-Critic-Moose In p5-Perl-Critic, add a missing dependency on Module::Pluggable and bump PORTREVISION.
This commit is contained in:
parent
0a61c9eaf6
commit
077ce3d4c5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=423613
@ -1,7 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Perl-Critic-Moose
|
||||
PORTVERSION= 1.04
|
||||
PORTVERSION= 1.05
|
||||
CATEGORIES= textproc devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
@ -12,7 +12,8 @@ COMMENT= Policies for Perl::Critic concerned with using Moose
|
||||
LICENSE= ART10 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS= p5-Perl-Critic>=0:textproc/p5-Perl-Critic
|
||||
BUILD_DEPENDS= p5-namespace-autoclean>=0:devel/p5-namespace-autoclean \
|
||||
p5-Perl-Critic>=0:textproc/p5-Perl-Critic
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
USES= perl5
|
||||
|
@ -1,2 +1,3 @@
|
||||
SHA256 (Perl-Critic-Moose-1.04.tar.gz) = 7a441cd9e08090c3e676c904e452efeff6f42f171cd38c5e2e609f8c45692a3d
|
||||
SIZE (Perl-Critic-Moose-1.04.tar.gz) = 27297
|
||||
TIMESTAMP = 1476029037
|
||||
SHA256 (Perl-Critic-Moose-1.05.tar.gz) = 52eb8e22c42643f17fe297a21714017efdb9e2986c24e3337e030f3650f92201
|
||||
SIZE (Perl-Critic-Moose-1.05.tar.gz) = 31644
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= Perl-Critic
|
||||
PORTVERSION= 1.12.5
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= textproc devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
@ -22,6 +23,7 @@ BUILD_DEPENDS= p5-B-Keywords>=1.05:devel/p5-B-Keywords \
|
||||
p5-File-Which>=0:sysutils/p5-File-Which \
|
||||
p5-IO-String>=0:devel/p5-IO-String \
|
||||
p5-List-MoreUtils>=0.19:lang/p5-List-MoreUtils \
|
||||
p5-Module-Pluggable>=0:devel/p5-Module-Pluggable \
|
||||
p5-Pod-Spell>=1:textproc/p5-Pod-Spell \
|
||||
p5-PPI>=1.220:textproc/p5-PPI \
|
||||
p5-PPIx-Regexp>=0.027:textproc/p5-PPIx-Regexp \
|
||||
|
Loading…
Reference in New Issue
Block a user