Sun Apr 28 09:22:07 2024 UTC (14d)
p5-XS-Parse-Keyword: update to 0.41.

0.41    2024-04-25
        [BUGFIXES]
         * Remember to EXTEND the stack in list-associative operator wrapper
           functions (thanks aquanight) (RT153173)

0.40    2024-04-23
        [CHANGES]
         * Support N-way list-associative operators, implemented as LISTOPs
         * Delete the no-longer-used API constants
           XPI_OPERAND_{ARITH,TERM,CUSTOM} from XSParseInfix.h

        [BUGFIXES]
         * Avoid a subsequent `use VERSION` in unit tests to keep perl 5.39.8
           happy


(wiz)
diff -r1.4 -r1.5 pkgsrc/devel/p5-XS-Parse-Keyword/Makefile
diff -r1.3 -r1.4 pkgsrc/devel/p5-XS-Parse-Keyword/distinfo

cvs diff -r1.4 -r1.5 pkgsrc/devel/p5-XS-Parse-Keyword/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/p5-XS-Parse-Keyword/Makefile 2024/01/04 11:12:54 1.4
+++ pkgsrc/devel/p5-XS-Parse-Keyword/Makefile 2024/04/28 09:22:07 1.5
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.4 2024/01/04 11:12:54 wiz Exp $ 1# $NetBSD: Makefile,v 1.5 2024/04/28 09:22:07 wiz Exp $
2 2
3DISTNAME= XS-Parse-Keyword-0.39 3DISTNAME= XS-Parse-Keyword-0.41
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5CATEGORIES= devel perl5 5CATEGORIES= devel perl5
6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/P/PE/PEVANS/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/P/PE/PEVANS/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://metacpan.org/pod/XS::Parse::Keyword 9HOMEPAGE= https://metacpan.org/pod/XS::Parse::Keyword
10COMMENT= XS functions to assist in parsing keyword syntax 10COMMENT= XS functions to assist in parsing keyword syntax
11LICENSE= ${PERL5_LICENSE} 11LICENSE= ${PERL5_LICENSE}
12 12
13DEPENDS+= p5-ExtUtils-CChecker-[0-9]*:../../devel/p5-ExtUtils-CChecker 13DEPENDS+= p5-ExtUtils-CChecker-[0-9]*:../../devel/p5-ExtUtils-CChecker
14TEST_DEPENDS+= p5-Test2-Suite-[0-9]*:../../devel/p5-Test2-Suite 14TEST_DEPENDS+= p5-Test2-Suite-[0-9]*:../../devel/p5-Test2-Suite
15 15
16PERL5_PACKLIST= auto/XS/Parse/Keyword/.packlist 16PERL5_PACKLIST= auto/XS/Parse/Keyword/.packlist

cvs diff -r1.3 -r1.4 pkgsrc/devel/p5-XS-Parse-Keyword/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/p5-XS-Parse-Keyword/distinfo 2024/01/04 11:12:54 1.3
+++ pkgsrc/devel/p5-XS-Parse-Keyword/distinfo 2024/04/28 09:22:07 1.4
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.3 2024/01/04 11:12:54 wiz Exp $ 1$NetBSD: distinfo,v 1.4 2024/04/28 09:22:07 wiz Exp $
2 2
3BLAKE2s (XS-Parse-Keyword-0.39.tar.gz) = 52b15daf5a4bf40c1c9668f975c60b323fd435748e14cd638bcc24bd9f75e660 3BLAKE2s (XS-Parse-Keyword-0.41.tar.gz) = 83fe8791bf2b00dea0fc284296cd53053d4c5836f56f8fbff9994d13cee53d0f
4SHA512 (XS-Parse-Keyword-0.39.tar.gz) = 41ac31707b473d729a7e63d4607caa77fca9da00580b931576361416d78002f56acd04a0fee0c4dd09ffc1796a914f6ae934bdbce8fcc4c9222064c6e419b7ce 4SHA512 (XS-Parse-Keyword-0.41.tar.gz) = 253a1f180faa4e6b927a91aa0263d2cfb0e51f930fb969830e89ca896ba92955a3393542ac3611225b40ca12243c9063369c41ed8fa0c9874d38f5eadac73178
5Size (XS-Parse-Keyword-0.39.tar.gz) = 84845 bytes 5Size (XS-Parse-Keyword-0.41.tar.gz) = 88942 bytes