pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/p5-PPIx-Regexp Update to 0.080
details: https://anonhg.NetBSD.org/pkgsrc/rev/9d0cbc2c1591
branches: trunk
changeset: 451753:9d0cbc2c1591
user: wen <wen%pkgsrc.org@localhost>
date: Fri Apr 30 23:57:23 2021 +0000
description:
Update to 0.080
Upstream changes:
0.080 2021-04-16 T. R. Wyant
All uses of the postderef argument to new() now warn.
0.079 2021-03-26 T. R. Wyant
Get prerequisites up to snuff, and add xt/author/prereq.t to ensure
they stay that way.
Add rt.cpan.org back to bug reporting methods. Long live RT!
0.078 2021-01-28 T. R. Wyant
Allow CPAN to index Script_Run, Atomic_Script_Run, since they made
it into a production release.
Allow {,3} and { 0 , 3 } as quantifiers, requiring at least Perl
5.33.6. Previously these parsed as literals. This parse will be
retracted if it does not make it into 5.34.0.
0.077 2021-01-14 T. R. Wyant
Add Travis CI testing.
Use GitHub as bug tracker. R.I.P. rt.cpan.org.
0.076 2020-11-28 T. R. Wyant
Correct (I hope) detection of \K in nested assertions.
Variable-length look-behind is version 5.029009.
Look-behinds quantified longer than 255 characters are an error, and
are made into unknown tokens or structures. I ended up refactoring
the PPIx::Regexp::Token::GroupType class initialization for the
latter two changes.
0.075 2020-10-08 T. R. Wyant
Warn on first use of attribute 'postderef'.
diffstat:
devel/p5-PPIx-Regexp/Makefile | 4 ++--
devel/p5-PPIx-Regexp/distinfo | 10 +++++-----
2 files changed, 7 insertions(+), 7 deletions(-)
diffs (27 lines):
diff -r bd265a091604 -r 9d0cbc2c1591 devel/p5-PPIx-Regexp/Makefile
--- a/devel/p5-PPIx-Regexp/Makefile Fri Apr 30 23:53:00 2021 +0000
+++ b/devel/p5-PPIx-Regexp/Makefile Fri Apr 30 23:57:23 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.43 2020/09/13 07:49:44 wiz Exp $
+# $NetBSD: Makefile,v 1.44 2021/04/30 23:57:23 wen Exp $
-DISTNAME= PPIx-Regexp-0.074
+DISTNAME= PPIx-Regexp-0.080
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/W/WY/WYANT/}
diff -r bd265a091604 -r 9d0cbc2c1591 devel/p5-PPIx-Regexp/distinfo
--- a/devel/p5-PPIx-Regexp/distinfo Fri Apr 30 23:53:00 2021 +0000
+++ b/devel/p5-PPIx-Regexp/distinfo Fri Apr 30 23:57:23 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.31 2020/09/13 07:49:44 wiz Exp $
+$NetBSD: distinfo,v 1.32 2021/04/30 23:57:23 wen Exp $
-SHA1 (PPIx-Regexp-0.074.tar.gz) = 88e81f5ad4db87f1160cc5575eeb53e349138fe8
-RMD160 (PPIx-Regexp-0.074.tar.gz) = e89c8c5c87e616dd244a06f3cbad4857211c50f5
-SHA512 (PPIx-Regexp-0.074.tar.gz) = ac4ca82b76ed382be304fdfda6f033e005ed03fe741d40c728a496a6fe92b23449ff5266623acf4992eea544e69c74a1b31952be5797714734a7f3cdfafad556
-Size (PPIx-Regexp-0.074.tar.gz) = 232558 bytes
+SHA1 (PPIx-Regexp-0.080.tar.gz) = b5579bfcd4c5b0ddd5ef3a891244522aec8e1b33
+RMD160 (PPIx-Regexp-0.080.tar.gz) = f4c2da2343e84aee221d125f83936fc3ecf9dd27
+SHA512 (PPIx-Regexp-0.080.tar.gz) = 6e4f91b1544d4f87079296e7032114dad55505647523ae21638ac157d3f9b47da644829b0813d35383a7d870149ccc58c77f73f3794a004f5634403c891e6254
+Size (PPIx-Regexp-0.080.tar.gz) = 239081 bytes
Home |
Main Index |
Thread Index |
Old Index