pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/p5-ExtUtils-CChecker



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Mar 12 07:58:34 UTC 2024

Modified Files:
        pkgsrc/devel/p5-ExtUtils-CChecker: Makefile distinfo

Log Message:
p5-ExtUtils-CChecker: update to 0.12.

0.12    2024-03-02
        [CHANGES]
         * Document the `->define` method
         * Overall module style updates
            + `use v5.14` in all files
            + use `package NAME VER` syntax
            + Use `Test2::V0` instead of `Test::More` + `Test::Fatal`


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/p5-ExtUtils-CChecker/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/p5-ExtUtils-CChecker/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-ExtUtils-CChecker/Makefile
diff -u pkgsrc/devel/p5-ExtUtils-CChecker/Makefile:1.11 pkgsrc/devel/p5-ExtUtils-CChecker/Makefile:1.12
--- pkgsrc/devel/p5-ExtUtils-CChecker/Makefile:1.11     Thu Jul  6 09:39:07 2023
+++ pkgsrc/devel/p5-ExtUtils-CChecker/Makefile  Tue Mar 12 07:58:34 2024
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.11 2023/07/06 09:39:07 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2024/03/12 07:58:34 wiz Exp $
 
-DISTNAME=      ExtUtils-CChecker-0.11
+DISTNAME=      ExtUtils-CChecker-0.12
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   2
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../../authors/id/P/PE/PEVANS/}
 
@@ -11,6 +10,8 @@ HOMEPAGE=     https://metacpan.org/pod/ExtUt
 COMMENT=       Perl5 configure-check utilities
 LICENSE=       ${PERL5_LICENSE}
 
+TEST_DEPENDS+= p5-Test2-Suite-[0-9]*:../../devel/p5-Test2-Suite
+
 PERL5_MODULE_TYPE=     Module::Build
 PERL5_PACKLIST=                auto/ExtUtils/CChecker/.packlist
 USE_LANGUAGES=         c

Index: pkgsrc/devel/p5-ExtUtils-CChecker/distinfo
diff -u pkgsrc/devel/p5-ExtUtils-CChecker/distinfo:1.4 pkgsrc/devel/p5-ExtUtils-CChecker/distinfo:1.5
--- pkgsrc/devel/p5-ExtUtils-CChecker/distinfo:1.4      Tue Oct 26 10:16:32 2021
+++ pkgsrc/devel/p5-ExtUtils-CChecker/distinfo  Tue Mar 12 07:58:34 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2021/10/26 10:16:32 nia Exp $
+$NetBSD: distinfo,v 1.5 2024/03/12 07:58:34 wiz Exp $
 
-BLAKE2s (ExtUtils-CChecker-0.11.tar.gz) = 07b4a2dece81a3b2021ebe2b86859e3ce46d8bdc4af1de118f374acff4f7aa1b
-SHA512 (ExtUtils-CChecker-0.11.tar.gz) = 4b638e5082443eafcf2f3586ec8ff20ee62b054f8bc24149dd7a2549f57ca748618f76c057f456eadca4e5c4099071ee2d1c8993a13e2f5ea8924cd92319dd8c
-Size (ExtUtils-CChecker-0.11.tar.gz) = 20241 bytes
+BLAKE2s (ExtUtils-CChecker-0.12.tar.gz) = 5d6725a2ed99466b9056030b0eba041f9a8c28b0d7d4dc63ddfd0b35b3ac48db
+SHA512 (ExtUtils-CChecker-0.12.tar.gz) = d0408d88d6c33de799959f42f296d1d05187a12b943a4aee93a79d608a56d972d0f90e6d64712b2722563ba36fc59092cbfb6608d9a39a97b7c1efebefeab979
+Size (ExtUtils-CChecker-0.12.tar.gz) = 21019 bytes



Home | Main Index | Thread Index | Old Index