pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/p5-Perl-Critic Update package for CPAN distribut...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/73c11c6ecc83
branches:  trunk
changeset: 603714:73c11c6ecc83
user:      sno <sno%pkgsrc.org@localhost>
date:      Fri May 11 13:26:14 2012 +0000

description:
Update package for CPAN distribution Perl::Critic in devel/p5-Perl-Critic
from 1.116 to 1.117.

pkgsrc changes:
- mark requirement update of p5-PPIx-Regexp to 0.022

Upstream changes:
[1.117] Released on 2011-12-21

    HAPPY HOLIDAYS!

    New Policies:
    * Variables::ProhibitAugmentedAssignmentInDeclaration reports
      constructs like 'my $x += 1'. Contributed by Mike O'Regan

    Policy Changes:
    * BuiltinFunctions::ProhibitLvalueSubstr: Add explicit 'use version'.
      RT #68498.
    * CodeLayout::ProhibitHardTabs: Add 'pbp' to the default_themes list.
      RT #71093.
    * ControlStructures::ProhibitMutatingListFunctions now understands that
      tr///r (introduced in 5.13.7) does not change its operand.
    * ControlStructures::ProhibitMutatingListFunctions now understands that
      '//=', '<<=', and '>>=' are assignment operators. RT #70901.
    * ErrorHandling::RequireCheckingReturnValueOfEval now allows things
      like grep { eval $_ }. RT #69489.
    * Modules::RequireExplicitPackage now has configuraion option
      allow_import_of, to allow the import of specified modules before
      the package statement. RT #72660.
    * RegularExpressions::ProhibitEnumeratedClasses no longer thinks
      that [A-Za-z_] matches \w. RT #69322.
    * RegularExpressions::ProhibitUnusedCaptures now skips the first
      block of an 'if' or 'elsif' if the regular expression is bound to
      its operand with the '!~' operator. RT #69867.
    * RegularExpressions::ProhibitUnusedCaptures now looks into lists
      and blocks in the replacement portion of the regular expression if
      /e is asserted. RT #72086.
    * RegularExpressions::RequireDotMatchAnything,
      RegularExpressions::RequireExtendedFormatting and
      RegularExpressions::RequireLineBoundaryMatching now honor defaults
      set with 'use re "/modifiers"'. RT #72151.
    * Subroutines::ProhibitManyArgs now recognizes '+' as a prototype
      character.
    * Variables::ProhibitPunctuationVars now recognizes bracketed
      variables embedded in interpolated strings (e.g. "${$}"). For the
      purpose of the 'allow' configuration, these are considered
      equivalent to the unbracketed form. RT #72910.
    Other Changes:
    * Corrected POD in Perl::Critic::PPI::Utils. RT #68898.
    * Perl::Critic::Violation source() method now returns the line
      containing the violation (not the first line) when the statement
      containing the violation spans multiple lines.

diffstat:

 devel/p5-Perl-Critic/Makefile |  6 +++---
 devel/p5-Perl-Critic/distinfo |  8 ++++----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (35 lines):

diff -r 1bc594517fa5 -r 73c11c6ecc83 devel/p5-Perl-Critic/Makefile
--- a/devel/p5-Perl-Critic/Makefile     Fri May 11 13:10:01 2012 +0000
+++ b/devel/p5-Perl-Critic/Makefile     Fri May 11 13:26:14 2012 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.18 2011/08/16 23:01:57 wiz Exp $
+# $NetBSD: Makefile,v 1.19 2012/05/11 13:26:14 sno Exp $
 #
 
-DISTNAME=      Perl-Critic-1.116
+DISTNAME=      Perl-Critic-1.117
 PKGNAME=       p5-${DISTNAME}
 #PKGNAME=      p5-${DISTNAME:C/0[0-9][0-9]$/.&/}
 CATEGORIES=    devel perl5
@@ -34,7 +34,7 @@
 DEPENDS+=      p5-File-HomeDir>=0:../../devel/p5-File-HomeDir
 DEPENDS+=      p5-File-Which>=0:../../devel/p5-File-Which
 DEPENDS+=      p5-Perl-Tidy>=0:../../devel/p5-Perl-Tidy
-DEPENDS+=      p5-PPIx-Regexp-[0-9]*:../../devel/p5-PPIx-Regexp
+DEPENDS+=      p5-PPIx-Regexp>=0.022:../../devel/p5-PPIx-Regexp
 DEPENDS+=      p5-Pod-Spell>=1:../../textproc/p5-Pod-Spell
 DEPENDS+=      p5-Readonly-XS>=0:../../devel/p5-Readonly-XS
 DEPENDS+=      p5-Regexp-Parser>=0.20:../../devel/p5-Regexp-Parser
diff -r 1bc594517fa5 -r 73c11c6ecc83 devel/p5-Perl-Critic/distinfo
--- a/devel/p5-Perl-Critic/distinfo     Fri May 11 13:10:01 2012 +0000
+++ b/devel/p5-Perl-Critic/distinfo     Fri May 11 13:26:14 2012 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.13 2011/08/16 23:01:57 wiz Exp $
+$NetBSD: distinfo,v 1.14 2012/05/11 13:26:14 sno Exp $
 
-SHA1 (Perl-Critic-1.116.tar.gz) = 12d6c134df307e885f122114dee94eeabc071009
-RMD160 (Perl-Critic-1.116.tar.gz) = 6b9ec8cc12d38c6c44b5476812b6195c781e60c8
-Size (Perl-Critic-1.116.tar.gz) = 637400 bytes
+SHA1 (Perl-Critic-1.117.tar.gz) = 3a67aefe7d6e4e4a13d4dd929aa92504e7215fbc
+RMD160 (Perl-Critic-1.117.tar.gz) = 63c53031d87a9c4928af79a06c49955dc55eadfc
+Size (Perl-Critic-1.117.tar.gz) = 645793 bytes



Home | Main Index | Thread Index | Old Index