summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorwen <wen>2015-01-06 14:39:10 +0000
committerwen <wen>2015-01-06 14:39:10 +0000
commitb4f76bf4827477e079fbde9f422556ad3d206063 (patch)
tree032dd7277781587df8a27508d4e57ea908741655 /devel
parent4a72d938d33929cfc94f4cecd6c6b5d006925308 (diff)
downloadpkgsrc-b4f76bf4827477e079fbde9f422556ad3d206063.tar.gz
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.
Diffstat (limited to 'devel')
-rw-r--r--devel/p5-Perl-Critic/Makefile13
-rw-r--r--devel/p5-Perl-Critic/distinfo8
2 files changed, 10 insertions, 11 deletions
diff --git a/devel/p5-Perl-Critic/Makefile b/devel/p5-Perl-Critic/Makefile
index c413c36b260..11cf750c59b 100644
--- a/devel/p5-Perl-Critic/Makefile
+++ b/devel/p5-Perl-Critic/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.26 2014/05/29 23:36:12 wiz Exp $
+# $NetBSD: Makefile,v 1.27 2015/01/06 14:39:10 wen Exp $
#
-DISTNAME= Perl-Critic-1.121
+DISTNAME= Perl-Critic-1.123
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Perl/}
@@ -18,22 +17,22 @@ DEPENDS+= p5-B-Keywords>=1.05:../../devel/p5-B-Keywords
DEPENDS+= p5-Config-Tiny>=2:../../devel/p5-Config-Tiny
DEPENDS+= p5-Email-Address>=1.889:../../mail/p5-Email-Address
DEPENDS+= p5-Exception-Class>=1.23:../../devel/p5-Exception-Class
+DEPENDS+= p5-File-HomeDir-[0-9]*:../../devel/p5-File-HomeDir
+DEPENDS+= p5-File-Which-[0-9]*:../../devel/p5-File-Which
DEPENDS+= p5-IO-String-[0-9]*:../../devel/p5-IO-String
DEPENDS+= p5-List-MoreUtils>=0.19:../../devel/p5-List-MoreUtils
-DEPENDS+= p5-PPI>=1.215:../../devel/p5-PPI
+DEPENDS+= p5-PPI>=1.220:../../devel/p5-PPI
DEPENDS+= p5-PPIx-Regexp>=0.022:../../devel/p5-PPIx-Regexp
DEPENDS+= p5-PPIx-Utilities>=1.001:../../devel/p5-PPIx-Utilities
DEPENDS+= p5-Perl-Tidy-[0-9]*:../../devel/p5-Perl-Tidy
DEPENDS+= p5-Pod-Spell>=1:../../textproc/p5-Pod-Spell
-DEPENDS+= p5-Readonly>=1.03:../../devel/p5-Readonly
+DEPENDS+= p5-Readonly>=2.0:../../devel/p5-Readonly
DEPENDS+= p5-String-Format>=1.13:../../devel/p5-String-Format
DEPENDS+= p5-Task-Weaken-[0-9]*:../../devel/p5-Task-Weaken
BUILD_DEPENDS+= p5-Test-Deep-[0-9]*:../../devel/p5-Test-Deep
# Recommended dependencies
-DEPENDS+= p5-File-HomeDir-[0-9]*:../../devel/p5-File-HomeDir
-DEPENDS+= p5-File-Which-[0-9]*:../../devel/p5-File-Which
DEPENDS+= p5-Readonly-XS-[0-9]*:../../devel/p5-Readonly-XS
#DEPENDS+= p5-Regexp-Parser>=0.20:../../devel/p5-Regexp-Parser
diff --git a/devel/p5-Perl-Critic/distinfo b/devel/p5-Perl-Critic/distinfo
index 24a4017104c..a857c6b51e6 100644
--- a/devel/p5-Perl-Critic/distinfo
+++ b/devel/p5-Perl-Critic/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.16 2014/04/26 13:44:40 wen Exp $
+$NetBSD: distinfo,v 1.17 2015/01/06 14:39:10 wen Exp $
-SHA1 (Perl-Critic-1.121.tar.gz) = 937e273b6e507f5db63319bfa7eba438562890f1
-RMD160 (Perl-Critic-1.121.tar.gz) = cf388173643492f39eeaf1d288bd2b46eb72a079
-Size (Perl-Critic-1.121.tar.gz) = 636265 bytes
+SHA1 (Perl-Critic-1.123.tar.gz) = bbce8d0dd5841f439679cf0cd9f6ac39f5d9b742
+RMD160 (Perl-Critic-1.123.tar.gz) = 0724a3ec58d327db5d3456846ea1ce2ccd16071a
+Size (Perl-Critic-1.123.tar.gz) = 631981 bytes