Wed Dec 2 11:06:55 2020 UTC ()
devel/p5-Perl-Critic: Version 1.138 requires Pod::TextPlain which is part of Pod::Parser


(ast)
diff -r1.43 -r1.44 pkgsrc/devel/p5-Perl-Critic/Makefile
diff -r1.6522 -r1.6523 pkgsrc/doc/CHANGES-2020

cvs diff -r1.43 -r1.44 pkgsrc/devel/p5-Perl-Critic/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/p5-Perl-Critic/Makefile 2020/08/31 18:08:41 1.43
+++ pkgsrc/devel/p5-Perl-Critic/Makefile 2020/12/02 11:06:55 1.44
@@ -1,42 +1,43 @@ @@ -1,42 +1,43 @@
1# $NetBSD: Makefile,v 1.43 2020/08/31 18:08:41 wiz Exp $ 1# $NetBSD: Makefile,v 1.44 2020/12/02 11:06:55 ast Exp $
2# 2#
3 3
4DISTNAME= Perl-Critic-1.138 4DISTNAME= Perl-Critic-1.138
5PKGNAME= p5-${DISTNAME} 5PKGNAME= p5-${DISTNAME}
6PKGREVISION= 1 6PKGREVISION= 2
7CATEGORIES= devel perl5 7CATEGORIES= devel perl5
8MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Perl/} 8MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Perl/}
9 9
10MAINTAINER= pkgsrc-users@NetBSD.org 10MAINTAINER= pkgsrc-users@NetBSD.org
11HOMEPAGE= https://metacpan.org/release/Perl-Critic 11HOMEPAGE= https://metacpan.org/release/Perl-Critic
12COMMENT= Perl 5 module providing a static Perl source code analysis engine 12COMMENT= Perl 5 module providing a static Perl source code analysis engine
13LICENSE= ${PERL5_LICENSE} 13LICENSE= ${PERL5_LICENSE}
14 14
15REPLACE_PERL= lib/Test/Perl/Critic/Policy.pm 15REPLACE_PERL= lib/Test/Perl/Critic/Policy.pm
16 16
17DEPENDS+= p5-B-Keywords>=1.05:../../devel/p5-B-Keywords 17DEPENDS+= p5-B-Keywords>=1.05:../../devel/p5-B-Keywords
18DEPENDS+= p5-Config-Tiny>=2:../../devel/p5-Config-Tiny 18DEPENDS+= p5-Config-Tiny>=2:../../devel/p5-Config-Tiny
19DEPENDS+= p5-Exception-Class>=1.23:../../devel/p5-Exception-Class 19DEPENDS+= p5-Exception-Class>=1.23:../../devel/p5-Exception-Class
20DEPENDS+= p5-File-Which-[0-9]*:../../devel/p5-File-Which 20DEPENDS+= p5-File-Which-[0-9]*:../../devel/p5-File-Which
21DEPENDS+= p5-IO-String-[0-9]*:../../devel/p5-IO-String 21DEPENDS+= p5-IO-String-[0-9]*:../../devel/p5-IO-String
22DEPENDS+= p5-List-MoreUtils>=0.19:../../devel/p5-List-MoreUtils 22DEPENDS+= p5-List-MoreUtils>=0.19:../../devel/p5-List-MoreUtils
23DEPENDS+= p5-Module-Pluggable>=3.1:../../devel/p5-Module-Pluggable 23DEPENDS+= p5-Module-Pluggable>=3.1:../../devel/p5-Module-Pluggable
24DEPENDS+= p5-PPI>=1.265:../../devel/p5-PPI 24DEPENDS+= p5-PPI>=1.265:../../devel/p5-PPI
25DEPENDS+= p5-PPIx-QuoteLike>=0:../../textproc/p5-PPIx-QuoteLike 25DEPENDS+= p5-PPIx-QuoteLike>=0:../../textproc/p5-PPIx-QuoteLike
26DEPENDS+= p5-PPIx-Regexp>=0.022:../../devel/p5-PPIx-Regexp 26DEPENDS+= p5-PPIx-Regexp>=0.022:../../devel/p5-PPIx-Regexp
27DEPENDS+= p5-PPIx-Utilities>=1.001:../../devel/p5-PPIx-Utilities 27DEPENDS+= p5-PPIx-Utilities>=1.001:../../devel/p5-PPIx-Utilities
28DEPENDS+= p5-Perl-Tidy-[0-9]*:../../devel/p5-Perl-Tidy 28DEPENDS+= p5-Perl-Tidy-[0-9]*:../../devel/p5-Perl-Tidy
29DEPENDS+= p5-Pod-Spell>=1:../../textproc/p5-Pod-Spell 29DEPENDS+= p5-Pod-Spell>=1:../../textproc/p5-Pod-Spell
 30DEPENDS+= p5-Pod-Parser>=1.63:../../textproc/p5-Pod-Parser
30DEPENDS+= p5-Readonly>=2.0:../../devel/p5-Readonly 31DEPENDS+= p5-Readonly>=2.0:../../devel/p5-Readonly
31DEPENDS+= p5-String-Format>=1.13:../../devel/p5-String-Format 32DEPENDS+= p5-String-Format>=1.13:../../devel/p5-String-Format
32DEPENDS+= p5-Task-Weaken-[0-9]*:../../devel/p5-Task-Weaken 33DEPENDS+= p5-Task-Weaken-[0-9]*:../../devel/p5-Task-Weaken
33 34
34TEST_DEPENDS+= p5-Test-Deep-[0-9]*:../../devel/p5-Test-Deep 35TEST_DEPENDS+= p5-Test-Deep-[0-9]*:../../devel/p5-Test-Deep
35TEST_DEPENDS+= p5-Module-Pluggable-[0-9]*:../../devel/p5-Module-Pluggable 36TEST_DEPENDS+= p5-Module-Pluggable-[0-9]*:../../devel/p5-Module-Pluggable
36 37
37# Recommended dependencies 38# Recommended dependencies
38DEPENDS+= p5-Readonly-XS-[0-9]*:../../devel/p5-Readonly-XS 39DEPENDS+= p5-Readonly-XS-[0-9]*:../../devel/p5-Readonly-XS
39#DEPENDS+= p5-Regexp-Parser>=0.20:../../devel/p5-Regexp-Parser 40#DEPENDS+= p5-Regexp-Parser>=0.20:../../devel/p5-Regexp-Parser
40 41
41USE_LANGUAGES= # empty 42USE_LANGUAGES= # empty
42PERL5_PACKLIST= auto/Perl/Critic/.packlist 43PERL5_PACKLIST= auto/Perl/Critic/.packlist

cvs diff -r1.6522 -r1.6523 pkgsrc/doc/CHANGES-2020 (expand / switch to unified diff)

--- pkgsrc/doc/CHANGES-2020 2020/12/02 08:50:24 1.6522
+++ pkgsrc/doc/CHANGES-2020 2020/12/02 11:06:55 1.6523
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1$NetBSD: CHANGES-2020,v 1.6522 2020/12/02 08:50:24 ast Exp $ 1$NetBSD: CHANGES-2020,v 1.6523 2020/12/02 11:06:55 ast Exp $
2 2
3Changes to the packages collection and infrastructure in 2020: 3Changes to the packages collection and infrastructure in 2020:
4 4
5 Updated devel/p5-Date-Manip to 6.79 [mef 2020-01-01] 5 Updated devel/p5-Date-Manip to 6.79 [mef 2020-01-01]
6 Updated devel/p5-IO-Async to 0.75 [mef 2020-01-01] 6 Updated devel/p5-IO-Async to 0.75 [mef 2020-01-01]
7 Updated devel/samurai to 1.0 [ng0 2020-01-01] 7 Updated devel/samurai to 1.0 [ng0 2020-01-01]
8 Updated www/nsm to 1.25 [ng0 2020-01-01] 8 Updated www/nsm to 1.25 [ng0 2020-01-01]
9 Updated textproc/json-yaml to 1.2.1 [sjmulder 2020-01-01] 9 Updated textproc/json-yaml to 1.2.1 [sjmulder 2020-01-01]
10 Updated security/doas to 6.2p4 [ng0 2020-01-01] 10 Updated security/doas to 6.2p4 [ng0 2020-01-01]
11 Updated devel/p5-B-Keywords to 1.21 [mef 2020-01-01] 11 Updated devel/p5-B-Keywords to 1.21 [mef 2020-01-01]
12 Updated devel/p5-EV to 4.31 [mef 2020-01-01] 12 Updated devel/p5-EV to 4.31 [mef 2020-01-01]
13 Updated security/sudo to 1.8.30 [kim 2020-01-01] 13 Updated security/sudo to 1.8.30 [kim 2020-01-01]
14 Removed graphics/qiviewer [kamil 2020-01-01] 14 Removed graphics/qiviewer [kamil 2020-01-01]
@@ -9496,13 +9496,14 @@ Changes to the packages collection and i @@ -9496,13 +9496,14 @@ Changes to the packages collection and i
9496 Updated mail/xfce4-mailwatch-plugin to 1.3.0 [gutteridge 2020-12-02] 9496 Updated mail/xfce4-mailwatch-plugin to 1.3.0 [gutteridge 2020-12-02]
9497 Updated sysutils/bacula to 9.6.6 [jnemeth 2020-12-02] 9497 Updated sysutils/bacula to 9.6.6 [jnemeth 2020-12-02]
9498 Updated sysutils/bacula-clientonly to 9.6.6 [jnemeth 2020-12-02] 9498 Updated sysutils/bacula-clientonly to 9.6.6 [jnemeth 2020-12-02]
9499 Updated sysutils/bacula-qt-console to 9.6.6 [jnemeth 2020-12-02] 9499 Updated sysutils/bacula-qt-console to 9.6.6 [jnemeth 2020-12-02]
9500 Updated sysutils/bacula-qt5-console to 9.6.6 [jnemeth 2020-12-02] 9500 Updated sysutils/bacula-qt5-console to 9.6.6 [jnemeth 2020-12-02]
9501 Updated sysutils/bacula-tray-monitor to 9.6.6 [jnemeth 2020-12-02] 9501 Updated sysutils/bacula-tray-monitor to 9.6.6 [jnemeth 2020-12-02]
9502 Updated sysutils/bacula-tray-monitor-qt5 to 9.6.6 [jnemeth 2020-12-02] 9502 Updated sysutils/bacula-tray-monitor-qt5 to 9.6.6 [jnemeth 2020-12-02]
9503 Updated databases/sqlite3 to 3.34.0 [adam 2020-12-02] 9503 Updated databases/sqlite3 to 3.34.0 [adam 2020-12-02]
9504 Updated databases/sqlite3-docs to 3.34.0 [adam 2020-12-02] 9504 Updated databases/sqlite3-docs to 3.34.0 [adam 2020-12-02]
9505 Updated databases/sqlite3-tcl to 3.34.0 [adam 2020-12-02] 9505 Updated databases/sqlite3-tcl to 3.34.0 [adam 2020-12-02]
9506 Updated devel/lemon to 1.0.3.34.0 [adam 2020-12-02] 9506 Updated devel/lemon to 1.0.3.34.0 [adam 2020-12-02]
9507 Updated devel/ocaml-optint to 0.0.4 [he 2020-12-02] 9507 Updated devel/ocaml-optint to 0.0.4 [he 2020-12-02]
9508 Updated games/cgoban-java to 3.5.23 [ast 2020-12-02] 9508 Updated games/cgoban-java to 3.5.23 [ast 2020-12-02]
 9509 Updated devel/p5-Perl-Critic to 1.138nb2 [ast 2020-12-02]