pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/p5-Devel-CallChecker



Module Name:    pkgsrc
Committed By:   mef
Date:           Sat Dec 16 10:26:12 UTC 2023

Modified Files:
        pkgsrc/devel/p5-Devel-CallChecker: Makefile distinfo

Log Message:
(devel/p5-Devel-CallChecker) Updated 0.008 to 0.009

version 0.009; 2023-04-10

  * port to Perl 5.33.1, which defines a PERL_VERSION_GE() macro that
    clashes with the one this module previously had

  * skip thread tests on some old versions of Perl (around 5.10.0) where
    a core bug makes thread creation violate an internal assertion and
    causes crashes

  * skip thread tests on pre-5.8.9 Perls where a core bug makes thread
    creation corrupt memory

  * skip thread tests on pre-5.8.3 Perls where a core bug makes thread
    completion break the global PL_sv_placeholder

  * put whitespace around C string literals being pasted, for C++11
    compatibility

  * avoid using C preprocessor directives inside a macro argument list
    (which is not valid)

  * in XS code in the test suite, when croaking, avoid using __FILE__
    as part of a format string, in case it includes a metacharacter

  * document the intended scope of this module's backporting effort

  * fix a documentation wording glitch

  * in XS declare as const some data that never changes

  * refactor thread tests

  * in XS, refactor Perl version comparisons

  * in XS, rename some macros for better style

  * in XS, better argument parenthesisation in some macros

  * avoid some compiler warnings

  * in .gitignore, list temporary files produced by test XS compilation


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/p5-Devel-CallChecker/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/p5-Devel-CallChecker/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-Devel-CallChecker/Makefile
diff -u pkgsrc/devel/p5-Devel-CallChecker/Makefile:1.7 pkgsrc/devel/p5-Devel-CallChecker/Makefile:1.8
--- pkgsrc/devel/p5-Devel-CallChecker/Makefile:1.7      Thu Jul  6 09:38:59 2023
+++ pkgsrc/devel/p5-Devel-CallChecker/Makefile  Sat Dec 16 10:26:12 2023
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2023/07/06 09:38:59 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2023/12/16 10:26:12 mef Exp $
 
-DISTNAME=      Devel-CallChecker-0.008
-PKGREVISION=   4
+DISTNAME=      Devel-CallChecker-0.009
 CATEGORIES=    devel
 PKGNAME=       p5-${DISTNAME}
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../../authors/id/Z/ZE/ZEFRAM/}

Index: pkgsrc/devel/p5-Devel-CallChecker/distinfo
diff -u pkgsrc/devel/p5-Devel-CallChecker/distinfo:1.3 pkgsrc/devel/p5-Devel-CallChecker/distinfo:1.4
--- pkgsrc/devel/p5-Devel-CallChecker/distinfo:1.3      Tue Oct 26 10:16:24 2021
+++ pkgsrc/devel/p5-Devel-CallChecker/distinfo  Sat Dec 16 10:26:12 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2021/10/26 10:16:24 nia Exp $
+$NetBSD: distinfo,v 1.4 2023/12/16 10:26:12 mef Exp $
 
-BLAKE2s (Devel-CallChecker-0.008.tar.gz) = 328cda087a33889d5b9ab1f0ef7b988319e47a37e86069158c494f40ef19cfa6
-SHA512 (Devel-CallChecker-0.008.tar.gz) = 7ae7ee932e7e6a44d57178c84537cff8a9c350fbbf36c21dbc5ce56a5fe1d4ca748e0d5dd75abf5ebfa5e1223af4285b9b25074c0d1baa97eccfc6dddb62cfab
-Size (Devel-CallChecker-0.008.tar.gz) = 18940 bytes
+BLAKE2s (Devel-CallChecker-0.009.tar.gz) = 7f23353cb8abf207fef3af091ebbd2d5b431ff33ca2dbe57b241db45c080c10f
+SHA512 (Devel-CallChecker-0.009.tar.gz) = 251bd7f983a196e8f2b9658831d9e7898a757bab916ce0f25ae67504ab5ee2900dae704946e60e24412ce0b15ddc3d205ee67d773905a14ba72e6a906a1454b3
+Size (Devel-CallChecker-0.009.tar.gz) = 20981 bytes



Home | Main Index | Thread Index | Old Index