pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/p5-PPIx-Regexp
Module Name: pkgsrc
Committed By: wen
Date: Fri Apr 30 23:57:23 UTC 2021
Modified Files:
pkgsrc/devel/p5-PPIx-Regexp: Makefile distinfo
Log Message:
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'.
To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 pkgsrc/devel/p5-PPIx-Regexp/Makefile
cvs rdiff -u -r1.31 -r1.32 pkgsrc/devel/p5-PPIx-Regexp/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-PPIx-Regexp/Makefile
diff -u pkgsrc/devel/p5-PPIx-Regexp/Makefile:1.43 pkgsrc/devel/p5-PPIx-Regexp/Makefile:1.44
--- pkgsrc/devel/p5-PPIx-Regexp/Makefile:1.43 Sun Sep 13 07:49:44 2020
+++ pkgsrc/devel/p5-PPIx-Regexp/Makefile Fri Apr 30 23:57:23 2021
@@ -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/}
Index: pkgsrc/devel/p5-PPIx-Regexp/distinfo
diff -u pkgsrc/devel/p5-PPIx-Regexp/distinfo:1.31 pkgsrc/devel/p5-PPIx-Regexp/distinfo:1.32
--- pkgsrc/devel/p5-PPIx-Regexp/distinfo:1.31 Sun Sep 13 07:49:44 2020
+++ pkgsrc/devel/p5-PPIx-Regexp/distinfo Fri Apr 30 23:57:23 2021
@@ -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