pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/p5-Text-Balanced Update to 2.06



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3fdbe6f42a10
branches:  trunk
changeset: 385162:3fdbe6f42a10
user:      wen <wen%pkgsrc.org@localhost>
date:      Sun Sep 11 14:21:05 2022 +0000

description:
Update to 2.06

Upstream changes:
2.06 2022-06-05

    - Released with no further code changes.

2.05_01 2022-05-29

    - Fix direct use of _match_codeblock by e.g. Switch.  [mohawk2, CPAN
      RT#142923]

    - Fix resetting of whether "/" or "?" allowed to open regex.  [mohawk2, CPAN
      RT#142922]

    - Fix false negative on /.../ regex after "and".  [mohawk2, GH#7]

2.05 2022-05-22

    - Released with no further code changes.

2.04_02 2022-03-09

    - Fix missed case of spotting expression ending ")" or "]".  [mohawk2]

    - Fix too-loosely allowing ?...? as RE (often actually conditional op).
      [mohawk2]

2.04_01 2022-03-05

    - Performance optimizations.  [mohawk2, PR#5]

    - Fix "<<=" being seen as heredoc, misparsing of "y=>".  [mohawk2, PR#6]

    - Update documentation to clarify extract_tagged() takes regexes.  [Jay
      Hannah, GH#3]

    - Modernize tests.  [mohawk2, GH#2]

    - Fix extract_variable() not recognising ${var} end of string.  [Ed J, CPAN
      RT#70007]

    - Fix string-comparing $@ causing exception.  [Ed J, CPAN RT#74994)

    - Update documentation to correct CSV example.  [djerius%cpan.org@localhost, CPAN
      RT#140408]

    - Fix extract_codeblock() being confused by //.  [Ed J, CPAN RT#78313]

    - Improve here-doc detection.  [Ed J, CPAN RT#74714]

    - Fix extract_multiple() to track whether to allow /.../ as quotelike.
      [Ed J, CPAN RT#5722]

diffstat:

 textproc/p5-Text-Balanced/Makefile |  5 ++---
 textproc/p5-Text-Balanced/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 1cede821dc97 -r 3fdbe6f42a10 textproc/p5-Text-Balanced/Makefile
--- a/textproc/p5-Text-Balanced/Makefile        Sun Sep 11 14:18:20 2022 +0000
+++ b/textproc/p5-Text-Balanced/Makefile        Sun Sep 11 14:21:05 2022 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.39 2022/06/28 11:36:29 wiz Exp $
+# $NetBSD: Makefile,v 1.40 2022/09/11 14:21:05 wen Exp $
 
-DISTNAME=      Text-Balanced-2.04
+DISTNAME=      Text-Balanced-2.06
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   2
 CATEGORIES=    textproc perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Text/}
 
diff -r 1cede821dc97 -r 3fdbe6f42a10 textproc/p5-Text-Balanced/distinfo
--- a/textproc/p5-Text-Balanced/distinfo        Sun Sep 11 14:18:20 2022 +0000
+++ b/textproc/p5-Text-Balanced/distinfo        Sun Sep 11 14:21:05 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.13 2021/10/26 11:22:39 nia Exp $
+$NetBSD: distinfo,v 1.14 2022/09/11 14:21:05 wen Exp $
 
-BLAKE2s (Text-Balanced-2.04.tar.gz) = 4b0a86c258574ae11e4251bb5cfba4113f000d5ba478fafea7373bf30ba34302
-SHA512 (Text-Balanced-2.04.tar.gz) = 211c454ea1c65562ef354053d89cf78bd82e1b83cfe730e749e04b2eb53dd1151b2eeb4a34a4fae55a44b4edb8b6ade38f3689f22a58988ce6408ed60c7deb41
-Size (Text-Balanced-2.04.tar.gz) = 41631 bytes
+BLAKE2s (Text-Balanced-2.06.tar.gz) = 88f442cc10166487da21cf459a73100f559a260ae32def6ec32287fc3582409a
+SHA512 (Text-Balanced-2.06.tar.gz) = 17596fb86bb5918390a2a9585dd2ec5312a776ac4e2e28617efe311269f50534e35741c6c4a9162e00b19d6a47f0fe1afa7a65c3861bdcb5412bcdcf5463df62
+Size (Text-Balanced-2.06.tar.gz) = 43693 bytes



Home | Main Index | Thread Index | Old Index