pkgsrc-Changes archive

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

CVS commit: pkgsrc/converters/p5-JSON-MaybeXS



Module Name:    pkgsrc
Committed By:   wen
Date:           Fri Jul 24 03:05:25 UTC 2026

Modified Files:
        pkgsrc/converters/p5-JSON-MaybeXS: Makefile distinfo

Log Message:
Update to 1.004008

Upstream changes:
1.004008 - 2024-08-10
 - improved boolean testing
1.004007 - 2024-08-03
 - remove unneeded tests that fail on perls < 5.36
1.004006 - 2024-08-02
 - is_bool() now recognizes core booleans (perl 5.36+). Note that JSON::PP
   4.11 and Cpanel::JSON::XS 4.38 are required to properly encode them.
1.004005 - 2023-04-30
 - to_json and from_json are now documented (Dan Book, PR #2)


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 pkgsrc/converters/p5-JSON-MaybeXS/Makefile
cvs rdiff -u -r1.15 -r1.16 pkgsrc/converters/p5-JSON-MaybeXS/distinfo

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

Modified files:

Index: pkgsrc/converters/p5-JSON-MaybeXS/Makefile
diff -u pkgsrc/converters/p5-JSON-MaybeXS/Makefile:1.31 pkgsrc/converters/p5-JSON-MaybeXS/Makefile:1.32
--- pkgsrc/converters/p5-JSON-MaybeXS/Makefile:1.31     Thu Jul 16 19:01:30 2026
+++ pkgsrc/converters/p5-JSON-MaybeXS/Makefile  Fri Jul 24 03:05:25 2026
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.31 2026/07/16 19:01:30 wiz Exp $
+# $NetBSD: Makefile,v 1.32 2026/07/24 03:05:25 wen Exp $
 
-DISTNAME=      JSON-MaybeXS-1.004004
+DISTNAME=      JSON-MaybeXS-1.004008
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   4
 CATEGORIES=    converters www perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=JSON/}
 

Index: pkgsrc/converters/p5-JSON-MaybeXS/distinfo
diff -u pkgsrc/converters/p5-JSON-MaybeXS/distinfo:1.15 pkgsrc/converters/p5-JSON-MaybeXS/distinfo:1.16
--- pkgsrc/converters/p5-JSON-MaybeXS/distinfo:1.15     Fri Sep 30 23:44:58 2022
+++ pkgsrc/converters/p5-JSON-MaybeXS/distinfo  Fri Jul 24 03:05:25 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.15 2022/09/30 23:44:58 wen Exp $
+$NetBSD: distinfo,v 1.16 2026/07/24 03:05:25 wen Exp $
 
-BLAKE2s (JSON-MaybeXS-1.004004.tar.gz) = a74d9072d7ef5a66a7e8394bbe594a53b32dd537e1438e425590619c0376a39d
-SHA512 (JSON-MaybeXS-1.004004.tar.gz) = b3ed3a0993c0671f49cbb6bde72b58f3dc55d807b42cfa98702e92daea177fdd8f71cccda962daedf98fb0d77d043a95558a670eda70c8e929791e52229bab9d
-Size (JSON-MaybeXS-1.004004.tar.gz) = 22610 bytes
+BLAKE2s (JSON-MaybeXS-1.004008.tar.gz) = 7cad9ac5ddbc8f05aa701f5d0a549ca579d699a9d856517c4bca93443ec5c878
+SHA512 (JSON-MaybeXS-1.004008.tar.gz) = 9ebac8781a90bf9ee98099e7feee76735f04c31bfc789ccaeabcaf360483aee018efd0cf3e9e35718786f43d9939aaa2038c28f9665e045b4ae6e338407c0771
+Size (JSON-MaybeXS-1.004008.tar.gz) = 24049 bytes



Home | Main Index | Thread Index | Old Index