pkgsrc-WIP-changes archive

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

p5-Regexp-Debugger: Update to 0.002005



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Sun Jun 28 14:48:52 2020 +0200
Changeset:	be417eff174e246ba87aa9ec77d38efd449a7ae0

Modified Files:
	p5-Regexp-Debugger/Makefile
	p5-Regexp-Debugger/distinfo

Log Message:
p5-Regexp-Debugger: Update to 0.002005

Changes:
0.002005  Sat May 23 03:27:31 2020
    - Improved inference of /x flag (or absence thereof)
      for some (but not all) cases where an unescaped # is found
      (thanks Deven!)
    - Added proper dynamic tracking of /x flag status within regex,
      so that (?x:...) and (?-x:...) blocks are handled correctly.

0.002004  Sun Feb 16 23:58:03 2020
    - Added detection of (&subpat) and (<name> ... ) errors
      (Thanks, Hugo!)

0.002003  Fri Jan 31 21:30:10 2020
    - Fixed 'd' command under rxrx REPL
    - Added 'g' command under rxrx REPL
      (thanks, Richard!)

0.002002  Mon Jan 27 21:58:28 2020
    - Worked around spurious "EVAL without pos change exceeded limit"
      under Perl 5.24 to 5.30. See: https://github.com/Perl/perl5/issues/17490
      (Thanks, Hugo!)

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=be417eff174e246ba87aa9ec77d38efd449a7ae0

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 p5-Regexp-Debugger/Makefile | 2 +-
 p5-Regexp-Debugger/distinfo | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs:
diff --git a/p5-Regexp-Debugger/Makefile b/p5-Regexp-Debugger/Makefile
index 9ae302377d..9bf10008ba 100644
--- a/p5-Regexp-Debugger/Makefile
+++ b/p5-Regexp-Debugger/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-DISTNAME=	Regexp-Debugger-0.002001
+DISTNAME=	Regexp-Debugger-0.002005
 PKGNAME=	p5-${DISTNAME}
 CATEGORIES=	devel perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN:=Regexp/}
diff --git a/p5-Regexp-Debugger/distinfo b/p5-Regexp-Debugger/distinfo
index fc8ca9a4d4..10f5a685d4 100644
--- a/p5-Regexp-Debugger/distinfo
+++ b/p5-Regexp-Debugger/distinfo
@@ -1,6 +1,6 @@
 $NetBSD$
 
-SHA1 (Regexp-Debugger-0.002001.tar.gz) = 818739af9923f108cac0299788e8041e3a525b9b
-RMD160 (Regexp-Debugger-0.002001.tar.gz) = 3f141b7c2486bf5c0a9d4a92f833ad3743edfb03
-SHA512 (Regexp-Debugger-0.002001.tar.gz) = 4ab58395bb0a7afd2457cb324addae6db4eaf7540f4c48d04c31442c7cdcc82965e8dd07fbd584541497fdafc9313160d50acf4a6e73b477b188392e6b224dee
-Size (Regexp-Debugger-0.002001.tar.gz) = 36446 bytes
+SHA1 (Regexp-Debugger-0.002005.tar.gz) = ef9b1d5784c7610f28886e43c783bdb2b2f27a39
+RMD160 (Regexp-Debugger-0.002005.tar.gz) = 07c4f5f585654ce80c7238aaced7439133e0cbde
+SHA512 (Regexp-Debugger-0.002005.tar.gz) = 4e068492a544ceffc3923941d1ce004dbe04abdf0dcdf36b460e28c133713a605cbacc5123b1fb845a867f7c58f2b7c56ad358d5c782748fc29d49fc0e3a7c11
+Size (Regexp-Debugger-0.002005.tar.gz) = 38039 bytes


Home | Main Index | Thread Index | Old Index