pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/p5-XS-Parse-Keyword
Module Name: pkgsrc
Committed By: wiz
Date: Thu Jan 4 11:12:54 UTC 2024
Modified Files:
pkgsrc/devel/p5-XS-Parse-Keyword: Makefile distinfo
Log Message:
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
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/p5-XS-Parse-Keyword/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/p5-XS-Parse-Keyword/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-XS-Parse-Keyword/Makefile
diff -u pkgsrc/devel/p5-XS-Parse-Keyword/Makefile:1.3 pkgsrc/devel/p5-XS-Parse-Keyword/Makefile:1.4
--- pkgsrc/devel/p5-XS-Parse-Keyword/Makefile:1.3 Thu Jul 6 09:40:25 2023
+++ pkgsrc/devel/p5-XS-Parse-Keyword/Makefile Thu Jan 4 11:12:54 2024
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2023/07/06 09:40:25 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2024/01/04 11:12:54 wiz Exp $
-DISTNAME= XS-Parse-Keyword-0.34
+DISTNAME= XS-Parse-Keyword-0.39
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/P/PE/PEVANS/}
@@ -12,6 +11,7 @@ COMMENT= XS functions to assist in parsi
LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-ExtUtils-CChecker-[0-9]*:../../devel/p5-ExtUtils-CChecker
+TEST_DEPENDS+= p5-Test2-Suite-[0-9]*:../../devel/p5-Test2-Suite
PERL5_PACKLIST= auto/XS/Parse/Keyword/.packlist
PERL5_MODULE_TYPE= Module::Build
Index: pkgsrc/devel/p5-XS-Parse-Keyword/distinfo
diff -u pkgsrc/devel/p5-XS-Parse-Keyword/distinfo:1.2 pkgsrc/devel/p5-XS-Parse-Keyword/distinfo:1.3
--- pkgsrc/devel/p5-XS-Parse-Keyword/distinfo:1.2 Fri Jun 30 11:43:03 2023
+++ pkgsrc/devel/p5-XS-Parse-Keyword/distinfo Thu Jan 4 11:12:54 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2023/06/30 11:43:03 wen Exp $
+$NetBSD: distinfo,v 1.3 2024/01/04 11:12:54 wiz Exp $
-BLAKE2s (XS-Parse-Keyword-0.34.tar.gz) = a21d28f6b421f857034eeaa249b8386f35dd9788ccaf0ce52974e496f8ab7537
-SHA512 (XS-Parse-Keyword-0.34.tar.gz) = e885ab23d5f12c43252279b4db69821a64888bef03c6a5591dd8069776112199be8ff35a2a7a6856f68b20e27355647456cce16af22553d6830226fe435a3db5
-Size (XS-Parse-Keyword-0.34.tar.gz) = 82181 bytes
+BLAKE2s (XS-Parse-Keyword-0.39.tar.gz) = 52b15daf5a4bf40c1c9668f975c60b323fd435748e14cd638bcc24bd9f75e660
+SHA512 (XS-Parse-Keyword-0.39.tar.gz) = 41ac31707b473d729a7e63d4607caa77fca9da00580b931576361416d78002f56acd04a0fee0c4dd09ffc1796a914f6ae934bdbce8fcc4c9222064c6e419b7ce
+Size (XS-Parse-Keyword-0.39.tar.gz) = 84845 bytes
Home |
Main Index |
Thread Index |
Old Index