pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/p5-Syntax-Keyword-Match



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Jan  4 11:14:03 UTC 2024

Modified Files:
        pkgsrc/devel/p5-Syntax-Keyword-Match: Makefile distinfo

Log Message:
p5-Syntax-Keyword-Match: update to 0.13.

0.13    2023-07-20
        [CHANGES]
         * Provide new `case if` syntax (RT148939)
         * Remember to implement `no Syntax::Keyword::Match` to disable the
           syntax

        [BUGFIXES]
         * Ensure that new lexical variables introduced in the expression
           correctly go out of scope at the end of the `match` block

0.12    2023-06-19
        [BUGFIXES]
         * Ensure that the temporary topic variable gets cleared at the end of
           match/case block

0.11    2023-06-12
        [CHANGES]
         * Support `isa` as a comparison operator even on perls before 5.32
         * Swap all of the unit tests from Test::More to Test2::V0


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/p5-Syntax-Keyword-Match/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/p5-Syntax-Keyword-Match/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-Syntax-Keyword-Match/Makefile
diff -u pkgsrc/devel/p5-Syntax-Keyword-Match/Makefile:1.4 pkgsrc/devel/p5-Syntax-Keyword-Match/Makefile:1.5
--- pkgsrc/devel/p5-Syntax-Keyword-Match/Makefile:1.4   Wed Aug  2 16:17:16 2023
+++ pkgsrc/devel/p5-Syntax-Keyword-Match/Makefile       Thu Jan  4 11:14:03 2024
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2023/08/02 16:17:16 nia Exp $
+# $NetBSD: Makefile,v 1.5 2024/01/04 11:14:03 wiz Exp $
 
-DISTNAME=      Syntax-Keyword-Match-0.10
+DISTNAME=      Syntax-Keyword-Match-0.13
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Syntax/}
 
@@ -11,7 +10,8 @@ HOMEPAGE=     https://metacpan.org/pod/Synta
 COMMENT=       Perl5 module to provide a match/case syntax
 LICENSE=       ${PERL5_LICENSE}
 
-DEPENDS+=      p5-XS-Parse-Keyword>=0.23:../../devel/p5-XS-Parse-Keyword
+DEPENDS+=      p5-XS-Parse-Keyword>=0.36:../../devel/p5-XS-Parse-Keyword
+TEST_DEPENDS+= p5-Test2-Suite>=0:../../devel/p5-Test2-Suite
 
 # error: 'for' loop initial declarations are only allowed in C99 mode
 FORCE_C_STD=   c99

Index: pkgsrc/devel/p5-Syntax-Keyword-Match/distinfo
diff -u pkgsrc/devel/p5-Syntax-Keyword-Match/distinfo:1.1 pkgsrc/devel/p5-Syntax-Keyword-Match/distinfo:1.2
--- pkgsrc/devel/p5-Syntax-Keyword-Match/distinfo:1.1   Thu Mar 30 17:55:59 2023
+++ pkgsrc/devel/p5-Syntax-Keyword-Match/distinfo       Thu Jan  4 11:14:03 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2023/03/30 17:55:59 wiz Exp $
+$NetBSD: distinfo,v 1.2 2024/01/04 11:14:03 wiz Exp $
 
-BLAKE2s (Syntax-Keyword-Match-0.10.tar.gz) = 4b2e5cbef65eef48082bad6bb1495f27d73afc3de7f3c4d9776d44a646f694f1
-SHA512 (Syntax-Keyword-Match-0.10.tar.gz) = 02d46f94d7c79ab5a34c6a0fed8185a9aed7d05bd21a34ab15876d7f532cb3ef0407dfaaaeef5b68438f00de583701dc18931de399c952e5d686da5a3c073895
-Size (Syntax-Keyword-Match-0.10.tar.gz) = 24952 bytes
+BLAKE2s (Syntax-Keyword-Match-0.13.tar.gz) = 7325cb495f9b265aec296a6516320b20a2b446341bd0c7573da7b2b3dc2d5a41
+SHA512 (Syntax-Keyword-Match-0.13.tar.gz) = 472a0b25b8f19a09f0a7d51963bb76382a6273e505b4141148353f0375610e77d2d458fc7cf6e1cb02aa127f252f882559b186bc35b441af5fa1dad7e3aa4e25
+Size (Syntax-Keyword-Match-0.13.tar.gz) = 31320 bytes



Home | Main Index | Thread Index | Old Index