Tue Jan 6 14:39:10 2015 UTC ()
Update to 1.123
Update DEPENDS

Upstream changes:
1.123 2014-11-11

    [Dependencies]
    * Now requires PPI-1.220 which has numerous bug fixes. This may
      eliminate the need for some "## no critic" markers you inserted to
      work around those bugs. The "ProhibitUselessNoCritic" policy should
      help you find them.

    [Miscellanea]
    * Fixed a typo in the Variables::ProhibitPerl4PackageNames message.

1.122 2014-08-25

    [Dependencies]
    * Now requires PPI-1.218 which has numerous enahncements and bug fixes.
      Also now requires Readonly-2.00, which obviates the need for Readonly::XS
      to get fast constants.

    * File::HomeDir, File::Which, and Term::ANSIColor are all required now
      instead of being optional or recommended. This simplifies our test code
      and ensures consistent optimal behavior for all users.

    [New Policies]
    * Added two new policies: BuiltinFunctions::ProhibitUselessTopic and
      RegularExpressions::ProhibitUselessTopic.

    [Miscellanea]
    * Updated the perlcritic.el script to use modern Emacs hooks.
      Thanks to @intrigeri and the Debian team for the patch.  Fixes GH #556.

    * Removed all the internal RCS keyword boilerplate blocks that were never
      getting expanded.


(wen)
diff -r1.26 -r1.27 pkgsrc/devel/p5-Perl-Critic/Makefile
diff -r1.16 -r1.17 pkgsrc/devel/p5-Perl-Critic/distinfo

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

--- pkgsrc/devel/p5-Perl-Critic/Makefile 2014/05/29 23:36:12 1.26
+++ pkgsrc/devel/p5-Perl-Critic/Makefile 2015/01/06 14:39:10 1.27
@@ -1,45 +1,44 @@ @@ -1,45 +1,44 @@
1# $NetBSD: Makefile,v 1.26 2014/05/29 23:36:12 wiz Exp $ 1# $NetBSD: Makefile,v 1.27 2015/01/06 14:39:10 wen Exp $
2# 2#
3 3
4DISTNAME= Perl-Critic-1.121 4DISTNAME= Perl-Critic-1.123
5PKGNAME= p5-${DISTNAME} 5PKGNAME= p5-${DISTNAME}
6PKGREVISION= 1 
7CATEGORIES= devel perl5 6CATEGORIES= devel perl5
8MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Perl/} 7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Perl/}
9 8
10MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
11HOMEPAGE= http://search.cpan.org/dist/Perl-Critic/ 10HOMEPAGE= http://search.cpan.org/dist/Perl-Critic/
12COMMENT= Perl 5 module providing a static Perl source code analysis engine 11COMMENT= Perl 5 module providing a static Perl source code analysis engine
13LICENSE= ${PERL5_LICENSE} 12LICENSE= ${PERL5_LICENSE}
14 13
15REPLACE_PERL= lib/Test/Perl/Critic/Policy.pm 14REPLACE_PERL= lib/Test/Perl/Critic/Policy.pm
16 15
17DEPENDS+= p5-B-Keywords>=1.05:../../devel/p5-B-Keywords 16DEPENDS+= p5-B-Keywords>=1.05:../../devel/p5-B-Keywords
18DEPENDS+= p5-Config-Tiny>=2:../../devel/p5-Config-Tiny 17DEPENDS+= p5-Config-Tiny>=2:../../devel/p5-Config-Tiny
19DEPENDS+= p5-Email-Address>=1.889:../../mail/p5-Email-Address 18DEPENDS+= p5-Email-Address>=1.889:../../mail/p5-Email-Address
20DEPENDS+= p5-Exception-Class>=1.23:../../devel/p5-Exception-Class 19DEPENDS+= p5-Exception-Class>=1.23:../../devel/p5-Exception-Class
 20DEPENDS+= p5-File-HomeDir-[0-9]*:../../devel/p5-File-HomeDir
 21DEPENDS+= p5-File-Which-[0-9]*:../../devel/p5-File-Which
21DEPENDS+= p5-IO-String-[0-9]*:../../devel/p5-IO-String 22DEPENDS+= p5-IO-String-[0-9]*:../../devel/p5-IO-String
22DEPENDS+= p5-List-MoreUtils>=0.19:../../devel/p5-List-MoreUtils 23DEPENDS+= p5-List-MoreUtils>=0.19:../../devel/p5-List-MoreUtils
23DEPENDS+= p5-PPI>=1.215:../../devel/p5-PPI 24DEPENDS+= p5-PPI>=1.220:../../devel/p5-PPI
24DEPENDS+= p5-PPIx-Regexp>=0.022:../../devel/p5-PPIx-Regexp 25DEPENDS+= p5-PPIx-Regexp>=0.022:../../devel/p5-PPIx-Regexp
25DEPENDS+= p5-PPIx-Utilities>=1.001:../../devel/p5-PPIx-Utilities 26DEPENDS+= p5-PPIx-Utilities>=1.001:../../devel/p5-PPIx-Utilities
26DEPENDS+= p5-Perl-Tidy-[0-9]*:../../devel/p5-Perl-Tidy 27DEPENDS+= p5-Perl-Tidy-[0-9]*:../../devel/p5-Perl-Tidy
27DEPENDS+= p5-Pod-Spell>=1:../../textproc/p5-Pod-Spell 28DEPENDS+= p5-Pod-Spell>=1:../../textproc/p5-Pod-Spell
28DEPENDS+= p5-Readonly>=1.03:../../devel/p5-Readonly 29DEPENDS+= p5-Readonly>=2.0:../../devel/p5-Readonly
29DEPENDS+= p5-String-Format>=1.13:../../devel/p5-String-Format 30DEPENDS+= p5-String-Format>=1.13:../../devel/p5-String-Format
30DEPENDS+= p5-Task-Weaken-[0-9]*:../../devel/p5-Task-Weaken 31DEPENDS+= p5-Task-Weaken-[0-9]*:../../devel/p5-Task-Weaken
31 32
32BUILD_DEPENDS+= p5-Test-Deep-[0-9]*:../../devel/p5-Test-Deep 33BUILD_DEPENDS+= p5-Test-Deep-[0-9]*:../../devel/p5-Test-Deep
33 34
34# Recommended dependencies 35# Recommended dependencies
35DEPENDS+= p5-File-HomeDir-[0-9]*:../../devel/p5-File-HomeDir 
36DEPENDS+= p5-File-Which-[0-9]*:../../devel/p5-File-Which 
37DEPENDS+= p5-Readonly-XS-[0-9]*:../../devel/p5-Readonly-XS 36DEPENDS+= p5-Readonly-XS-[0-9]*:../../devel/p5-Readonly-XS
38#DEPENDS+= p5-Regexp-Parser>=0.20:../../devel/p5-Regexp-Parser 37#DEPENDS+= p5-Regexp-Parser>=0.20:../../devel/p5-Regexp-Parser
39 38
40USE_LANGUAGES= # empty 39USE_LANGUAGES= # empty
41PERL5_PACKLIST= auto/Perl/Critic/.packlist 40PERL5_PACKLIST= auto/Perl/Critic/.packlist
42PERL5_MODULE_TYPE= Module::Build 41PERL5_MODULE_TYPE= Module::Build
43 42
44.include "../../lang/perl5/module.mk" 43.include "../../lang/perl5/module.mk"
45.include "../../mk/bsd.pkg.mk" 44.include "../../mk/bsd.pkg.mk"

cvs diff -r1.16 -r1.17 pkgsrc/devel/p5-Perl-Critic/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/p5-Perl-Critic/distinfo 2014/04/26 13:44:40 1.16
+++ pkgsrc/devel/p5-Perl-Critic/distinfo 2015/01/06 14:39:10 1.17
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.16 2014/04/26 13:44:40 wen Exp $ 1$NetBSD: distinfo,v 1.17 2015/01/06 14:39:10 wen Exp $
2 2
3SHA1 (Perl-Critic-1.121.tar.gz) = 937e273b6e507f5db63319bfa7eba438562890f1 3SHA1 (Perl-Critic-1.123.tar.gz) = bbce8d0dd5841f439679cf0cd9f6ac39f5d9b742
4RMD160 (Perl-Critic-1.121.tar.gz) = cf388173643492f39eeaf1d288bd2b46eb72a079 4RMD160 (Perl-Critic-1.123.tar.gz) = 0724a3ec58d327db5d3456846ea1ce2ccd16071a
5Size (Perl-Critic-1.121.tar.gz) = 636265 bytes 5Size (Perl-Critic-1.123.tar.gz) = 631981 bytes