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 Updated devel/p5-PPIx-Regexp to 0...
details: https://anonhg.NetBSD.org/pkgsrc/rev/c94a64735e7a
branches: trunk
changeset: 357858:c94a64735e7a
user: mef <mef%pkgsrc.org@localhost>
date: Mon Jan 30 12:47:33 2017 +0000
description:
Updated devel/p5-PPIx-Regexp to 0.051
-------------------------------------
0.051 2017-01-29 T. R. Wyant
Support whitespace inside [] if /xx in effect.
Starting with Perl 5.25.9, a space or tab appearing inside a bracketed
character class is not significant if /xx is asserted.
Further deprecate tokenizer method prior()
Add 'provides' data to ExtUtils::MakeMaker output
SOME unescaped litaral '{' removed in 5.025001.
After '.', Unicode classes, and bracketed classes (including extended)
they are still legal.
Make /\b{/ an error
Perl fails to parse the above, because once it sees the '\b{' it wants
to find one of the extended boundary assertions (like \b{wb}), and
declares an error when it does not. So we check for this and rebless the
curly into an unknown token, not a literal.
diffstat:
devel/p5-PPIx-Regexp/Makefile | 5 ++---
devel/p5-PPIx-Regexp/distinfo | 10 +++++-----
2 files changed, 7 insertions(+), 8 deletions(-)
diffs (30 lines):
diff -r d81606839a09 -r c94a64735e7a devel/p5-PPIx-Regexp/Makefile
--- a/devel/p5-PPIx-Regexp/Makefile Mon Jan 30 12:16:41 2017 +0000
+++ b/devel/p5-PPIx-Regexp/Makefile Mon Jan 30 12:47:33 2017 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.21 2016/06/08 19:23:21 wiz Exp $
+# $NetBSD: Makefile,v 1.22 2017/01/30 12:47:33 mef Exp $
#
-DISTNAME= PPIx-Regexp-0.050
+DISTNAME= PPIx-Regexp-0.051
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/W/WY/WYANT/}
diff -r d81606839a09 -r c94a64735e7a devel/p5-PPIx-Regexp/distinfo
--- a/devel/p5-PPIx-Regexp/distinfo Mon Jan 30 12:16:41 2017 +0000
+++ b/devel/p5-PPIx-Regexp/distinfo Mon Jan 30 12:47:33 2017 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.14 2016/05/27 13:37:06 wen Exp $
+$NetBSD: distinfo,v 1.15 2017/01/30 12:47:33 mef Exp $
-SHA1 (PPIx-Regexp-0.050.tar.gz) = 53df6ff0ba117fe8dee5b72e4d66b745f5842a10
-RMD160 (PPIx-Regexp-0.050.tar.gz) = 84401ddf54ff7bd36d75e2f2d4c189b1bbac9650
-SHA512 (PPIx-Regexp-0.050.tar.gz) = fa3c879b1a09666c1749d4c9cb5fde99efe8012a86025dade12fa6b5ec25d10f36c25e033e64a2a7830309438fb15101a1b13b33f8bdc290d3c63fae5196a054
-Size (PPIx-Regexp-0.050.tar.gz) = 195384 bytes
+SHA1 (PPIx-Regexp-0.051.tar.gz) = 551ba0c2c9633c1a2e23f732b1ceb293f5cc04f2
+RMD160 (PPIx-Regexp-0.051.tar.gz) = 235bfcf5ad74209320d14742859ee5e4c8de1a02
+SHA512 (PPIx-Regexp-0.051.tar.gz) = 1b49d5e3ea3e572cb3df9a92fc020af47fbb3d7e0ccf4acabacb3ffbd200a62ab55a523e36848c7bf8e6b5b097a443584d4570247f24b778dc52fa29bc5d6a1a
+Size (PPIx-Regexp-0.051.tar.gz) = 198969 bytes
Home |
Main Index |
Thread Index |
Old Index