aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWen Heping <wen@FreeBSD.org>2022-12-22 14:46:29 +0000
committerWen Heping <wen@FreeBSD.org>2022-12-22 14:46:29 +0000
commit77ee5a7230d2c5dc31d498968c6370a8fa7e4e46 (patch)
tree3abe562868f9056511738e417994741a0141b76d
parent8fc44a6434efe91f8c316e5d5740c4b079482898 (diff)
downloadports-77ee5a7230d2c5dc31d498968c6370a8fa7e4e46.tar.gz
ports-77ee5a7230d2c5dc31d498968c6370a8fa7e4e46.zip
textproc/p5-Perl-Critic: Update to 1.146
Update DEPENDS
-rw-r--r--textproc/p5-Perl-Critic/Makefile6
-rw-r--r--textproc/p5-Perl-Critic/distinfo6
-rw-r--r--textproc/p5-Perl-Critic/pkg-plist4
3 files changed, 7 insertions, 9 deletions
diff --git a/textproc/p5-Perl-Critic/Makefile b/textproc/p5-Perl-Critic/Makefile
index 5f8c55168f70..cfddc7e31c7f 100644
--- a/textproc/p5-Perl-Critic/Makefile
+++ b/textproc/p5-Perl-Critic/Makefile
@@ -1,5 +1,5 @@
PORTNAME= Perl-Critic
-PORTVERSION= 1.140
+PORTVERSION= 1.146
CATEGORIES= textproc devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -17,8 +17,7 @@ RUN_DEPENDS= p5-B-Keywords>=1.05:devel/p5-B-Keywords \
p5-Config-Tiny>=2:devel/p5-Config-Tiny \
p5-Exception-Class>=1.23:devel/p5-Exception-Class \
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-List-SomeUtils>=0.55:devel/p5-List-SomeUtils \
p5-Module-Pluggable>=3.1:devel/p5-Module-Pluggable \
p5-PPI>=1.265:textproc/p5-PPI \
p5-PPIx-QuoteLike>=0:textproc/p5-PPIx-QuoteLike \
@@ -28,7 +27,6 @@ RUN_DEPENDS= p5-B-Keywords>=1.05:devel/p5-B-Keywords \
p5-Pod-Spell>=1:textproc/p5-Pod-Spell \
p5-Readonly>=2:devel/p5-Readonly \
p5-String-Format>=1.13:textproc/p5-String-Format \
- p5-Task-Weaken>=0:devel/p5-Task-Weaken \
p5-Pod-Parser>=0:textproc/p5-Pod-Parser
TEST_DEPENDS= p5-Test-Deep>=0:devel/p5-Test-Deep
diff --git a/textproc/p5-Perl-Critic/distinfo b/textproc/p5-Perl-Critic/distinfo
index 7b07d4af1ba1..63e1affa6c82 100644
--- a/textproc/p5-Perl-Critic/distinfo
+++ b/textproc/p5-Perl-Critic/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1622214120
-SHA256 (Perl-Critic-1.140.tar.gz) = bfeef0aa36f0941682a607212593db530b2c8a5499f6dc7d41f7e61a8ebdfddb
-SIZE (Perl-Critic-1.140.tar.gz) = 650449
+TIMESTAMP = 1671718765
+SHA256 (Perl-Critic-1.146.tar.gz) = 75dd772268fc057d1ac6b6eb0e941e287427153574c6d3b5f6ec3e3433355131
+SIZE (Perl-Critic-1.146.tar.gz) = 662208
diff --git a/textproc/p5-Perl-Critic/pkg-plist b/textproc/p5-Perl-Critic/pkg-plist
index c1b1e8a955d9..45c735941c4e 100644
--- a/textproc/p5-Perl-Critic/pkg-plist
+++ b/textproc/p5-Perl-Critic/pkg-plist
@@ -71,6 +71,7 @@ bin/perlcritic
%%SITE_PERL%%/Perl/Critic/Policy/ErrorHandling/RequireCarping.pm
%%SITE_PERL%%/Perl/Critic/Policy/ErrorHandling/RequireCheckingReturnValueOfEval.pm
%%SITE_PERL%%/Perl/Critic/Policy/InputOutput/ProhibitBacktickOperators.pm
+%%SITE_PERL%%/Perl/Critic/Policy/InputOutput/ProhibitBarewordDirHandles.pm
%%SITE_PERL%%/Perl/Critic/Policy/InputOutput/ProhibitBarewordFileHandles.pm
%%SITE_PERL%%/Perl/Critic/Policy/InputOutput/ProhibitExplicitStdin.pm
%%SITE_PERL%%/Perl/Critic/Policy/InputOutput/ProhibitInteractiveTest.pm
@@ -192,7 +193,6 @@ bin/perlcritic
%%SITE_PERL%%/Perl/Critic/Utils/DataConversion.pm
%%SITE_PERL%%/Perl/Critic/Utils/McCabe.pm
%%SITE_PERL%%/Perl/Critic/Utils/POD.pm
-%%SITE_PERL%%/Perl/Critic/Utils/POD/ParseInteriorSequence.pm
%%SITE_PERL%%/Perl/Critic/Utils/PPI.pm
%%SITE_PERL%%/Perl/Critic/Utils/Perl.pm
%%SITE_PERL%%/Perl/Critic/Violation.pm
@@ -270,6 +270,7 @@ bin/perlcritic
%%PERL5_MAN3%%/Perl::Critic::Policy::ErrorHandling::RequireCarping.3.gz
%%PERL5_MAN3%%/Perl::Critic::Policy::ErrorHandling::RequireCheckingReturnValueOfEval.3.gz
%%PERL5_MAN3%%/Perl::Critic::Policy::InputOutput::ProhibitBacktickOperators.3.gz
+%%PERL5_MAN3%%/Perl::Critic::Policy::InputOutput::ProhibitBarewordDirHandles.3.gz
%%PERL5_MAN3%%/Perl::Critic::Policy::InputOutput::ProhibitBarewordFileHandles.3.gz
%%PERL5_MAN3%%/Perl::Critic::Policy::InputOutput::ProhibitExplicitStdin.3.gz
%%PERL5_MAN3%%/Perl::Critic::Policy::InputOutput::ProhibitInteractiveTest.3.gz
@@ -391,7 +392,6 @@ bin/perlcritic
%%PERL5_MAN3%%/Perl::Critic::Utils::DataConversion.3.gz
%%PERL5_MAN3%%/Perl::Critic::Utils::McCabe.3.gz
%%PERL5_MAN3%%/Perl::Critic::Utils::POD.3.gz
-%%PERL5_MAN3%%/Perl::Critic::Utils::POD::ParseInteriorSequence.3.gz
%%PERL5_MAN3%%/Perl::Critic::Utils::PPI.3.gz
%%PERL5_MAN3%%/Perl::Critic::Utils::Perl.3.gz
%%PERL5_MAN3%%/Perl::Critic::Violation.3.gz