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:   wiz
Date:           Tue Aug 21 11:13:27 UTC 2018

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

Log Message:
p5-PPIx-Regexp: update to 0.062.

0.062           2018-08-12      T. R. Wyant
    Remove tokenizer method prior(). This is the last step in its
    deprecation.

0.061           2018-07-09      T. R. Wyant
    Only standalone graphemes and non-characters allowed as delimiters
    starting with Perl 5.29.0.

    Non-ASCII delimiters started working in 5.8.3, so that is what
    perl_version_introduced() returns for them.

    Collateral with all this, accept word characters as delimiters, but
    only with at least one space between the operator and the expression
    -- that is, 'qr xyx' is OK, but 'qrxyx' is not.


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 pkgsrc/devel/p5-PPIx-Regexp/Makefile
cvs rdiff -u -r1.23 -r1.24 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.31 pkgsrc/devel/p5-PPIx-Regexp/Makefile:1.32
--- pkgsrc/devel/p5-PPIx-Regexp/Makefile:1.31   Tue Jun 19 06:52:00 2018
+++ pkgsrc/devel/p5-PPIx-Regexp/Makefile        Tue Aug 21 11:13:27 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.31 2018/06/19 06:52:00 wen Exp $
+# $NetBSD: Makefile,v 1.32 2018/08/21 11:13:27 wiz Exp $
 
-DISTNAME=      PPIx-Regexp-0.060
+DISTNAME=      PPIx-Regexp-0.062
 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.23 pkgsrc/devel/p5-PPIx-Regexp/distinfo:1.24
--- pkgsrc/devel/p5-PPIx-Regexp/distinfo:1.23   Tue Jun 19 06:52:00 2018
+++ pkgsrc/devel/p5-PPIx-Regexp/distinfo        Tue Aug 21 11:13:27 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.23 2018/06/19 06:52:00 wen Exp $
+$NetBSD: distinfo,v 1.24 2018/08/21 11:13:27 wiz Exp $
 
-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
+SHA1 (PPIx-Regexp-0.062.tar.gz) = 4a9f7476a402e354af8724497bee948bb04e07ed
+RMD160 (PPIx-Regexp-0.062.tar.gz) = 094069bca5a3e0846b601e7b47bce1dbe42df139
+SHA512 (PPIx-Regexp-0.062.tar.gz) = 02df5fd300825b54e2f7774da92823690a7d8b4f4d422c2fe064185eb671bb26dad389cdc5803219b51c430972af2eac5465aeb58c4f5a75a302620fe48288bf
+Size (PPIx-Regexp-0.062.tar.gz) = 221571 bytes



Home | Main Index | Thread Index | Old Index