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:           Tue Jun 19 06:52:00 UTC 2018

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

Log Message:
Update to 0.060

Upstream changes:
0.060           2018-06-16      T. R. Wyant
    \N{} now parses as the unknown token, not NoOp, regardless of the
    setting of 'use re qw< strict >;'. \N{} became unconditionally fatal
    in 5.28.0 (5.27.1, actually). The policy when the parse changes is
    to use the most-modern parse. Hence this change.

    As a side effect of this, the unknown token's explain() method now
    returns something -- normally the associated error.

    Add method remove_insignificant(). If the invocant isa Node, this
    returns a clone of the invocant with non-significant elements
    removed. Otherwise it returns either the invocant or nothing.


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 pkgsrc/devel/p5-PPIx-Regexp/Makefile
cvs rdiff -u -r1.22 -r1.23 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.30 pkgsrc/devel/p5-PPIx-Regexp/Makefile:1.31
--- pkgsrc/devel/p5-PPIx-Regexp/Makefile:1.30   Wed May  9 06:35:23 2018
+++ pkgsrc/devel/p5-PPIx-Regexp/Makefile        Tue Jun 19 06:52:00 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.30 2018/05/09 06:35:23 wiz Exp $
+# $NetBSD: Makefile,v 1.31 2018/06/19 06:52:00 wen Exp $
 
-DISTNAME=      PPIx-Regexp-0.059
+DISTNAME=      PPIx-Regexp-0.060
 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.22 pkgsrc/devel/p5-PPIx-Regexp/distinfo:1.23
--- pkgsrc/devel/p5-PPIx-Regexp/distinfo:1.22   Wed May  9 06:35:23 2018
+++ pkgsrc/devel/p5-PPIx-Regexp/distinfo        Tue Jun 19 06:52:00 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.22 2018/05/09 06:35:23 wiz Exp $
+$NetBSD: distinfo,v 1.23 2018/06/19 06:52:00 wen Exp $
 
-SHA1 (PPIx-Regexp-0.059.tar.gz) = 12d49e40b0dacffb0d938c4f594958f5d8538ebe
-RMD160 (PPIx-Regexp-0.059.tar.gz) = ceef382948a49ac633db2f4b302119c93c1ccb41
-SHA512 (PPIx-Regexp-0.059.tar.gz) = 04132acfa6b98a3e2d35533100159374ff61dca9c3a1de36977223926381802b21adebcf7950703afbe423e299d6de765372284de758607d27dc8453be841ba0
-Size (PPIx-Regexp-0.059.tar.gz) = 217836 bytes
+SHA1 (PPIx-Regexp-0.060.tar.gz) = 95b5b817d0847336c80a621e8d5afc4bdc61f6af
+RMD160 (PPIx-Regexp-0.060.tar.gz) = 4f12fe1296b323f6243ef5b38842bf06b06f2a25
+SHA512 (PPIx-Regexp-0.060.tar.gz) = 568e4a0168c37943833d2e4c53620d5b4fa64566cf4d45ec9582b7ead59f7cd5ecd2e51a8c61a9b425215d9217741318425379725699b25164ea1b170469cc0a
+Size (PPIx-Regexp-0.060.tar.gz) = 218790 bytes



Home | Main Index | Thread Index | Old Index