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:           Sun Aug 24 15:47:24 UTC 2025

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

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

0.15    2025-08-19
        [CHANGES]
         * Added `dumper_info` helper function
           (thanks Ricardo Signes <rjbs@semiotic.systems>)
         * Make sure to only set `:lvalue` on generated accesor methods for
           lvalue fields
         * General style updates for Perl v5.14+

        [BUGFIXES]
         * Allow field names that are not valid Perl identifiers even when
           using Perl 5.38+ (RT150958)
         * More helpful error message if `eval()` fails (RT146412)


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/devel/p5-Struct-Dumb/Makefile
cvs rdiff -u -r1.9 -r1.10 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.19 pkgsrc/devel/p5-Struct-Dumb/Makefile:1.20
--- pkgsrc/devel/p5-Struct-Dumb/Makefile:1.19   Fri Jul  4 08:46:38 2025
+++ pkgsrc/devel/p5-Struct-Dumb/Makefile        Sun Aug 24 15:47:24 2025
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.19 2025/07/04 08:46:38 wiz Exp $
+# $NetBSD: Makefile,v 1.20 2025/08/24 15:47:24 wiz Exp $
 
-DISTNAME=      Struct-Dumb-0.14
+DISTNAME=      Struct-Dumb-0.15
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   3
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../../authors/id/P/PE/PEVANS/}
 

Index: pkgsrc/devel/p5-Struct-Dumb/distinfo
diff -u pkgsrc/devel/p5-Struct-Dumb/distinfo:1.9 pkgsrc/devel/p5-Struct-Dumb/distinfo:1.10
--- pkgsrc/devel/p5-Struct-Dumb/distinfo:1.9    Sat May 20 06:36:57 2023
+++ pkgsrc/devel/p5-Struct-Dumb/distinfo        Sun Aug 24 15:47:24 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.9 2023/05/20 06:36:57 wiz Exp $
+$NetBSD: distinfo,v 1.10 2025/08/24 15:47:24 wiz Exp $
 
-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
+BLAKE2s (Struct-Dumb-0.15.tar.gz) = 53e406ae1dd5e68f042fb982f8ab1041ae60aeb51ffae51fc82cbb2383f8950d
+SHA512 (Struct-Dumb-0.15.tar.gz) = 260aa505358e569dd6d4ec57d53a948748d9faf31e4a6308742f0efdfb49d2bb64a1e493b8cbeb073fdc64944dca27a5a28f9ab6e4f79777acfb1a032347311b
+Size (Struct-Dumb-0.15.tar.gz) = 21132 bytes



Home | Main Index | Thread Index | Old Index