Thu Jan 4 11:12:54 2024 UTC (143d)
p5-XS-Parse-Keyword: update to 0.39.

0.39    2023-12-04
        [CHANGES]
         * Added optional variants of XPK_ARITHEXPR, XPK_TERMEXPR,
           XPK_LISTEXPR and the context-forcing versions

0.38    2023-08-09
        [BUGFIXES]
         * Fix warn() non-static format string (RT149346)
         * Don't bother with Build.PL probing for PL_infix_plugin; just use
           perl version number

0.37    2023-08-08
        [CHANGES]
         * Added `XPK_WARNING()` and several conditional variants

0.36    2023-07-20
        [BUGFIXES]
         * Remember to also call `op_scope()` after `block_end()` if the
           XPK_FLAG_BLOCKSCOPE flag is set

0.35    2023-07-19
        [CHANGES]
         * Added XPK_INTRO_MY, to call `intro_my()`
         * Added XPK_FLAG_BLOCKSCOPE to wrap a block_start()+block_end()
           around a syntax construction
         * Renamed XPK_PARENSCOPE to XPK_PARENS, etc..
         * Adjusted documentation of XS::Parse::Infix for release of
           Perl v5.38


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

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

--- pkgsrc/devel/p5-XS-Parse-Keyword/Makefile 2023/07/06 09:40:25 1.3
+++ pkgsrc/devel/p5-XS-Parse-Keyword/Makefile 2024/01/04 11:12:54 1.4
@@ -1,20 +1,20 @@ @@ -1,20 +1,20 @@
1# $NetBSD: Makefile,v 1.3 2023/07/06 09:40:25 wiz Exp $ 1# $NetBSD: Makefile,v 1.4 2024/01/04 11:12:54 wiz Exp $
2 2
3DISTNAME= XS-Parse-Keyword-0.34 3DISTNAME= XS-Parse-Keyword-0.39
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5PKGREVISION= 1 
6CATEGORIES= devel perl5 5CATEGORIES= devel perl5
7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/P/PE/PEVANS/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/P/PE/PEVANS/}
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= https://metacpan.org/pod/XS::Parse::Keyword 9HOMEPAGE= https://metacpan.org/pod/XS::Parse::Keyword
11COMMENT= XS functions to assist in parsing keyword syntax 10COMMENT= XS functions to assist in parsing keyword syntax
12LICENSE= ${PERL5_LICENSE} 11LICENSE= ${PERL5_LICENSE}
13 12
14DEPENDS+= 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
15 15
16PERL5_PACKLIST= auto/XS/Parse/Keyword/.packlist 16PERL5_PACKLIST= auto/XS/Parse/Keyword/.packlist
17PERL5_MODULE_TYPE= Module::Build 17PERL5_MODULE_TYPE= Module::Build
18 18
19.include "../../lang/perl5/module.mk" 19.include "../../lang/perl5/module.mk"
20.include "../../mk/bsd.pkg.mk" 20.include "../../mk/bsd.pkg.mk"

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

--- pkgsrc/devel/p5-XS-Parse-Keyword/distinfo 2023/06/30 11:43:03 1.2
+++ pkgsrc/devel/p5-XS-Parse-Keyword/distinfo 2024/01/04 11:12:54 1.3
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.2 2023/06/30 11:43:03 wen Exp $ 1$NetBSD: distinfo,v 1.3 2024/01/04 11:12:54 wiz Exp $
2 2
3BLAKE2s (XS-Parse-Keyword-0.34.tar.gz) = a21d28f6b421f857034eeaa249b8386f35dd9788ccaf0ce52974e496f8ab7537 3BLAKE2s (XS-Parse-Keyword-0.39.tar.gz) = 52b15daf5a4bf40c1c9668f975c60b323fd435748e14cd638bcc24bd9f75e660
4SHA512 (XS-Parse-Keyword-0.34.tar.gz) = e885ab23d5f12c43252279b4db69821a64888bef03c6a5591dd8069776112199be8ff35a2a7a6856f68b20e27355647456cce16af22553d6830226fe435a3db5 4SHA512 (XS-Parse-Keyword-0.39.tar.gz) = 41ac31707b473d729a7e63d4607caa77fca9da00580b931576361416d78002f56acd04a0fee0c4dd09ffc1796a914f6ae934bdbce8fcc4c9222064c6e419b7ce
5Size (XS-Parse-Keyword-0.34.tar.gz) = 82181 bytes 5Size (XS-Parse-Keyword-0.39.tar.gz) = 84845 bytes