pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/p5-Perl-Critic



Module Name:    pkgsrc
Committed By:   wen
Date:           Tue Jun 19 06:44:31 UTC 2018

Modified Files:
        pkgsrc/devel/p5-Perl-Critic: Makefile distinfo

Log Message:
Update to 1.132
Update DEPENDS

Upstream changes:
1.132    Thu May 31 21:48:48 CDT 2018
    [New Features]
    Added the ability to specify a regex to tell what unused private
    subroutines are OK in Subroutines::ProhibitUnusedPrivateSubroutines.
    This is handy for Moose classes where there could be many false
    positives on _build_xxxx() subroutines.
    Thanks, Dave Cross.  (GH #811, #812)

    [Dependencies]
    Perl::Critic now no longer relies on the deprecated Email::Address.
    (GH #816)

1.131_02 Tue Feb 20 17:18:03 CST 2018
    [New Features]
    Perl::Critic now assumes that .psgi files are Perl, too.  Thanks, Tom
    Hukins. (GH#805)

    Variables::ProhibitUnusedVariables no longer gives a false positive for
    variables used in interpolation.  Thanks, Omer Gazit. (GH#801)

    [Bug Fixes]
    Added missing requirement for Fatal.pm.

1.131_01 Tue Nov 21 17:28:06 CST 2017
    [New Features]
    In the ProhibitLeadingZeros policy, added an exception for mkfifo.
    Thanks, Evan Zacks. (GH#786)

    Add color support for Windows platforms.  Thanks, Roy Ivy III. (GH#700)

    [Bug Fixes]
    Recode Perl::Critic::Utils::all_perl_files() to use File::Find instead
    of opendir/readdir.  This solves endless directory traversals if
    the directories contain circular symbolic references.  Thanks, Tom Wyant.

    [Documentation]
    Added CONTRIBUTING.md.  Thanks, Jonas B. Nielsen.


To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 pkgsrc/devel/p5-Perl-Critic/Makefile
cvs rdiff -u -r1.22 -r1.23 pkgsrc/devel/p5-Perl-Critic/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/p5-Perl-Critic/Makefile
diff -u pkgsrc/devel/p5-Perl-Critic/Makefile:1.34 pkgsrc/devel/p5-Perl-Critic/Makefile:1.35
--- pkgsrc/devel/p5-Perl-Critic/Makefile:1.34   Sun Sep 17 12:51:02 2017
+++ pkgsrc/devel/p5-Perl-Critic/Makefile        Tue Jun 19 06:44:31 2018
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.34 2017/09/17 12:51:02 wiz Exp $
+# $NetBSD: Makefile,v 1.35 2018/06/19 06:44:31 wen Exp $
 #
 
-DISTNAME=      Perl-Critic-1.130
+DISTNAME=      Perl-Critic-1.132
 PKGNAME=       p5-${DISTNAME}
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Perl/}
@@ -15,13 +15,14 @@ REPLACE_PERL=       lib/Test/Perl/Critic/Polic
 
 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-Module-Pluggable>=3.1:../../devel/p5-Module-Pluggable
 DEPENDS+=      p5-PPI>=1.224:../../devel/p5-PPI
+DEPENDS+=      p5-PPIx-QuoteLike>=0:../../textproc/p5-PPIx-QuoteLike
 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

Index: pkgsrc/devel/p5-Perl-Critic/distinfo
diff -u pkgsrc/devel/p5-Perl-Critic/distinfo:1.22 pkgsrc/devel/p5-Perl-Critic/distinfo:1.23
--- pkgsrc/devel/p5-Perl-Critic/distinfo:1.22   Sun Sep 17 12:51:02 2017
+++ pkgsrc/devel/p5-Perl-Critic/distinfo        Tue Jun 19 06:44:31 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.22 2017/09/17 12:51:02 wiz Exp $
+$NetBSD: distinfo,v 1.23 2018/06/19 06:44:31 wen Exp $
 
-SHA1 (Perl-Critic-1.130.tar.gz) = 10efd78791a26f3bede437e45531d01c0e239464
-RMD160 (Perl-Critic-1.130.tar.gz) = f112d7d10baad80f02f235f04f798f0cde9e448a
-SHA512 (Perl-Critic-1.130.tar.gz) = b443ddbb5905a61835061f49d7f10e2e71579e5df96778eb183c3d1e9987342e1536db61196b32e66a192c92916eafd9ebb7b713b0be71ce89c1f93155e89828
-Size (Perl-Critic-1.130.tar.gz) = 647052 bytes
+SHA1 (Perl-Critic-1.132.tar.gz) = e8d737c1fabfa70a3c0ce914ac59ca2ccd171ddd
+RMD160 (Perl-Critic-1.132.tar.gz) = c5e74c7bca2b3fa3d9e985a843ff9267394c4545
+SHA512 (Perl-Critic-1.132.tar.gz) = 489d551b4913071a9001e8476425079b3aeef44838feff622edfdb64ca09f62b569f5338d2e1982d3ccd3fdb8f30caf077ceac5ec1beebafbde7a01d6deed890
+Size (Perl-Critic-1.132.tar.gz) = 646999 bytes



Home | Main Index | Thread Index | Old Index