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:           Wed Jan  8 07:51:32 UTC 2025

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

Log Message:
Update to 1.156

Upstream changes:
1.156 Tue Oct 22 23:42:06 CDT 2024
    [Fixes]
    Subroutines::ProhibitManyArgs no longer gets confused by underscores in
    variable names. Thanks, Paul Johnson. (GH #1027)
1.154 Sun Oct 20 22:41:15 CDT 2024
    [Enhancements]
    ProhibitedUnusedCapture now recognizes %+, %-, %{^CAPTURE} and
    %LAST_PAREN_MATCH.  Thanks, Dagfinn Ilmari Mannsåker. (GH #1065)
    Fixed a deprecation warning in the extras/perlcritic.el Emacs script.
    Thanks, Rolf Stöckli. (GH #1067)
    RequireExplicitPackage now accepts a use VERSION as the first line.
    Thanks, Philippe Bruhat. (GH #1070)
    [Fixes]
    Fix some false positives for function calls as a hash index. Thanks,
    Jaap Eldering. (GH #1071)
    [Documentation]
    Clarify C<package_exemptions> rules.  Thanks, Felix Ostmann. (GH #1043)


To generate a diff of this commit:
cvs rdiff -u -r1.52 -r1.53 pkgsrc/devel/p5-Perl-Critic/Makefile
cvs rdiff -u -r1.32 -r1.33 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.52 pkgsrc/devel/p5-Perl-Critic/Makefile:1.53
--- pkgsrc/devel/p5-Perl-Critic/Makefile:1.52   Sat Nov 16 12:04:55 2024
+++ pkgsrc/devel/p5-Perl-Critic/Makefile        Wed Jan  8 07:51:32 2025
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.52 2024/11/16 12:04:55 wiz Exp $
+# $NetBSD: Makefile,v 1.53 2025/01/08 07:51:32 wen Exp $
 #
 
-DISTNAME=      Perl-Critic-1.152
+DISTNAME=      Perl-Critic-1.156
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Perl/}
 

Index: pkgsrc/devel/p5-Perl-Critic/distinfo
diff -u pkgsrc/devel/p5-Perl-Critic/distinfo:1.32 pkgsrc/devel/p5-Perl-Critic/distinfo:1.33
--- pkgsrc/devel/p5-Perl-Critic/distinfo:1.32   Tue Dec 19 12:25:23 2023
+++ pkgsrc/devel/p5-Perl-Critic/distinfo        Wed Jan  8 07:51:32 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.32 2023/12/19 12:25:23 mef Exp $
+$NetBSD: distinfo,v 1.33 2025/01/08 07:51:32 wen Exp $
 
-BLAKE2s (Perl-Critic-1.152.tar.gz) = 24d1bfaba857816625c93ddce121b972b8958a83ce4fd9d075aeb243cce1286e
-SHA512 (Perl-Critic-1.152.tar.gz) = 273aeb46617cf614b044c76c4307faf80c8ee4702f115f4baa7d23306164a70e70394fd64e3d89e43650a7314a3bd21ab96ee6daba28f1a12d9d32bd5032779c
-Size (Perl-Critic-1.152.tar.gz) = 662426 bytes
+BLAKE2s (Perl-Critic-1.156.tar.gz) = b0e21277cc906d7d73ce45a0c9edc7ac29c8fa75835ac6ed94dfee79c691da8b
+SHA512 (Perl-Critic-1.156.tar.gz) = c5aa84e6dca89f2af3e1afff920bd36a71ac69e1c5b5f3260e1a50b6cb6e6b88cecae28200e54d9ff98540a97ad6a7755c6e1b468d1a1d642d73b6e05e468c34
+Size (Perl-Critic-1.156.tar.gz) = 663818 bytes



Home | Main Index | Thread Index | Old Index