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:   mef
Date:           Mon Jan 30 12:47:33 UTC 2017

Modified Files:
        pkgsrc/devel/p5-PPIx-Regexp: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/devel/p5-PPIx-Regexp/Makefile
cvs rdiff -u -r1.14 -r1.15 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.21 pkgsrc/devel/p5-PPIx-Regexp/Makefile:1.22
--- pkgsrc/devel/p5-PPIx-Regexp/Makefile:1.21   Wed Jun  8 19:23:21 2016
+++ pkgsrc/devel/p5-PPIx-Regexp/Makefile        Mon Jan 30 12:47:33 2017
@@ -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/}
 

Index: pkgsrc/devel/p5-PPIx-Regexp/distinfo
diff -u pkgsrc/devel/p5-PPIx-Regexp/distinfo:1.14 pkgsrc/devel/p5-PPIx-Regexp/distinfo:1.15
--- pkgsrc/devel/p5-PPIx-Regexp/distinfo:1.14   Fri May 27 13:37:06 2016
+++ pkgsrc/devel/p5-PPIx-Regexp/distinfo        Mon Jan 30 12:47:33 2017
@@ -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