pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/p5-Struct-Dumb



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat May 20 06:36:57 UTC 2023

Modified Files:
        pkgsrc/devel/p5-Struct-Dumb: Makefile distinfo

Log Message:
p5-Struct-Dumb: update to 0.14.

0.14    2023-02-11
        [CHANGES]
         * Updates to `feature 'class'` support, using `:param` instead of
           `ADJUST` blocks
         * Swap all unit tests from `Test::More` to `Test2::V0`
         * Drop test-time dependence on `Test::Fatal`


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/p5-Struct-Dumb/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/p5-Struct-Dumb/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-Struct-Dumb/Makefile
diff -u pkgsrc/devel/p5-Struct-Dumb/Makefile:1.15 pkgsrc/devel/p5-Struct-Dumb/Makefile:1.16
--- pkgsrc/devel/p5-Struct-Dumb/Makefile:1.15   Wed Oct  5 13:22:36 2022
+++ pkgsrc/devel/p5-Struct-Dumb/Makefile        Sat May 20 06:36:57 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.15 2022/10/05 13:22:36 wen Exp $
+# $NetBSD: Makefile,v 1.16 2023/05/20 06:36:57 wiz Exp $
 
-DISTNAME=      Struct-Dumb-0.13
+DISTNAME=      Struct-Dumb-0.14
 PKGNAME=       p5-${DISTNAME}
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../../authors/id/P/PE/PEVANS/}
@@ -10,12 +10,9 @@ HOMEPAGE=    https://metacpan.org/pod/Struc
 COMMENT=       Make simple lightweight record-like structures
 LICENSE=       ${PERL5_LICENSE}
 
-# for make test
-TEST_DEPENDS+= p5-Test-Fatal-[0-9]*:../../devel/p5-Test-Fatal
+TEST_DEPENDS+= p5-Test2-Suite-[0-9]*:../../devel/p5-Test2-Suite
 TEST_DEPENDS+= p5-Data-Dump-[0-9]*:../../devel/p5-Data-Dump
 
-# TODO: Look for the dependencies in Build.PL.
-
 PERL5_MODULE_TYPE=     Module::Build
 PERL5_PACKLIST=                auto/Struct/Dumb/.packlist
 USE_LANGUAGES=         # none

Index: pkgsrc/devel/p5-Struct-Dumb/distinfo
diff -u pkgsrc/devel/p5-Struct-Dumb/distinfo:1.8 pkgsrc/devel/p5-Struct-Dumb/distinfo:1.9
--- pkgsrc/devel/p5-Struct-Dumb/distinfo:1.8    Wed Oct  5 13:22:36 2022
+++ pkgsrc/devel/p5-Struct-Dumb/distinfo        Sat May 20 06:36:57 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2022/10/05 13:22:36 wen Exp $
+$NetBSD: distinfo,v 1.9 2023/05/20 06:36:57 wiz Exp $
 
-BLAKE2s (Struct-Dumb-0.13.tar.gz) = 03ba9e424dc58a5538ae383d1be095b432ce9fb0bc018dbd4f36e1890da75b52
-SHA512 (Struct-Dumb-0.13.tar.gz) = 5fb5132f4696072d7682e7c5bac91921f2ce8c32171cbfddbad7566022d6d0f2257ac9679969727b56e5cbb561b81d260cd2a7be5d71ebffbccc5b9ecba2a8d6
-Size (Struct-Dumb-0.13.tar.gz) = 15428 bytes
+BLAKE2s (Struct-Dumb-0.14.tar.gz) = ab53feefe2756ace548002013c4b27ebc0ed4bb319667b3c0dfe0ac8c26c085e
+SHA512 (Struct-Dumb-0.14.tar.gz) = d59e9e63b21ef0afbfc36398a8eeabc3d2bfd7fb94da2d39dd0af8251cca88bc5c1cf476329a35a23012afdfbba3ee40ffa1a6ee53d435405bd81af5e3bfd90d
+Size (Struct-Dumb-0.14.tar.gz) = 18352 bytes



Home | Main Index | Thread Index | Old Index