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.054
details: https://anonhg.NetBSD.org/pkgsrc/rev/7dc6d98589d7
branches: trunk
changeset: 375138:7dc6d98589d7
user: wen <wen%pkgsrc.org@localhost>
date: Sun Feb 04 04:12:04 2018 +0000
description:
Update to 0.054
Upstream changes:
0.054 2018-01-29 T. R. Wyant
Add support for (+script_run:...). This is an experimental feature
added in Perl 5.27.8. It imposes on any matches it contains the
additional restriction that everything matched has to belong to the
same Unicode script. This support will be retracted if the
functionality does not make it into Perl 5.28.
Add method scontent(). This returns significant content only. That
is, if called on the parse of '/ f u b a r /x', it returns
'/fubar/x'.
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 5dfb6ec8270d -r 7dc6d98589d7 devel/p5-PPIx-Regexp/Makefile
--- a/devel/p5-PPIx-Regexp/Makefile Sun Feb 04 00:23:08 2018 +0000
+++ b/devel/p5-PPIx-Regexp/Makefile Sun Feb 04 04:12:04 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.25 2017/11/08 20:33:41 wiz Exp $
+# $NetBSD: Makefile,v 1.26 2018/02/04 04:12:04 wen Exp $
-DISTNAME= PPIx-Regexp-0.053
+DISTNAME= PPIx-Regexp-0.054
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/W/WY/WYANT/}
diff -r 5dfb6ec8270d -r 7dc6d98589d7 devel/p5-PPIx-Regexp/distinfo
--- a/devel/p5-PPIx-Regexp/distinfo Sun Feb 04 00:23:08 2018 +0000
+++ b/devel/p5-PPIx-Regexp/distinfo Sun Feb 04 04:12:04 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.17 2017/11/08 20:33:41 wiz Exp $
+$NetBSD: distinfo,v 1.18 2018/02/04 04:12:04 wen Exp $
-SHA1 (PPIx-Regexp-0.053.tar.gz) = 0b0184b5e612940986656ab022bc3decfdf60cd0
-RMD160 (PPIx-Regexp-0.053.tar.gz) = c88019bd7140e10a64bc2c0753361f7cdb6e8e99
-SHA512 (PPIx-Regexp-0.053.tar.gz) = 2f9e913347ad415be47240f48536845d9c1f77211534f2d540f2e1583936a11586c224fe909fc2f7f876398cb1c8048386c001279a724a72f1f71015a43840b7
-Size (PPIx-Regexp-0.053.tar.gz) = 204221 bytes
+SHA1 (PPIx-Regexp-0.054.tar.gz) = 1f4f672c97bf93a452c89928bba92cde57c713fc
+RMD160 (PPIx-Regexp-0.054.tar.gz) = 07083bce89969f2becb254215a45303c9740a5a6
+SHA512 (PPIx-Regexp-0.054.tar.gz) = 926895ff2610e01f4153a2b8dafb907b798570a92b431dfc7a58f119a4ff033828107018282b4558bea58077ccb6f7b7875cd53eb3613c33267f9a2501975869
+Size (PPIx-Regexp-0.054.tar.gz) = 205985 bytes
Home |
Main Index |
Thread Index |
Old Index