diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-11-01 01:53:37 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-11-01 02:09:00 +0000 |
commit | 192017235fbc8afab82cc819b38843078a66d8a4 (patch) | |
tree | 6779b147b9a43d63464167b55f0dadf9f1f31a61 | |
parent | 27242fc14197e66457509caf844dd071702ef24e (diff) |
textproc/p5-Perl-Critic: Update to 1.152
- Update version requirement of *_DEPENDS
- Sort *_DEPENDS
Changes: https://metacpan.org/dist/Perl-Critic/changes
-rw-r--r-- | textproc/p5-Perl-Critic/Makefile | 8 | ||||
-rw-r--r-- | textproc/p5-Perl-Critic/distinfo | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/textproc/p5-Perl-Critic/Makefile b/textproc/p5-Perl-Critic/Makefile index daf33b455360..e46ce085f936 100644 --- a/textproc/p5-Perl-Critic/Makefile +++ b/textproc/p5-Perl-Critic/Makefile @@ -1,5 +1,5 @@ PORTNAME= Perl-Critic -PORTVERSION= 1.150 +PORTVERSION= 1.152 CATEGORIES= textproc devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -19,15 +19,15 @@ RUN_DEPENDS= p5-B-Keywords>=1.23:devel/p5-B-Keywords \ p5-File-Which>=0:sysutils/p5-File-Which \ 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-PPI>=1.277:textproc/p5-PPI \ p5-PPIx-QuoteLike>=0:textproc/p5-PPIx-QuoteLike \ p5-PPIx-Regexp>=0.068:textproc/p5-PPIx-Regexp \ p5-PPIx-Utils>=0.003:textproc/p5-PPIx-Utils \ p5-Perl-Tidy>=0:devel/p5-Perl-Tidy \ + p5-Pod-Parser>=0:textproc/p5-Pod-Parser \ p5-Pod-Spell>=1:textproc/p5-Pod-Spell \ p5-Readonly>=2:devel/p5-Readonly \ - p5-String-Format>=1.13:textproc/p5-String-Format \ - p5-Pod-Parser>=0:textproc/p5-Pod-Parser + p5-String-Format>=1.18:textproc/p5-String-Format USES= perl5 USE_PERL5= modbuild diff --git a/textproc/p5-Perl-Critic/distinfo b/textproc/p5-Perl-Critic/distinfo index 337d54b9b72c..3c1f37359847 100644 --- a/textproc/p5-Perl-Critic/distinfo +++ b/textproc/p5-Perl-Critic/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1679499182 -SHA256 (Perl-Critic-1.150.tar.gz) = e5cd95de3e43bce70775176274baa405f326fc8740df0054bb816975cc8d349b -SIZE (Perl-Critic-1.150.tar.gz) = 662419 +TIMESTAMP = 1698341305 +SHA256 (Perl-Critic-1.152.tar.gz) = e5bfaf67f61a2a6a0ed343f0403b19f515b4890eed6272abaab707749c5e5e1e +SIZE (Perl-Critic-1.152.tar.gz) = 662426 |