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:           Sun Mar 20 03:00:20 UTC 2022

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

Log Message:
Update to 0.083

Upstream changes:
0.083           2022-03-17      T. R. Wyant
    Correct and optimize the computation of logical column position (the
    one that takes account of tabs).

0.082           2021-11-29      T. R. Wyant
    Add --version to eg/predump, and document all options with double
    dashes.

    Silence 'uninitialized' warning generated by /(?<=.{35})/.
    Thanks to Brian Fraser for reporting this.

    Try to quell weird Win32 test failures which seem to occur only in
    tests where I am using 'use open' to put the standard handles into
    UTF-8 mode. The fix (I hope) is to do this to the Test::Harness
    handles at run time instead of to the standard handles at compile
    time.

    Add file CONTRIBUTING.


To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 pkgsrc/devel/p5-PPIx-Regexp/Makefile
cvs rdiff -u -r1.35 -r1.36 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.46 pkgsrc/devel/p5-PPIx-Regexp/Makefile:1.47
--- pkgsrc/devel/p5-PPIx-Regexp/Makefile:1.46   Sun Nov  7 00:54:41 2021
+++ pkgsrc/devel/p5-PPIx-Regexp/Makefile        Sun Mar 20 03:00:20 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.46 2021/11/07 00:54:41 wen Exp $
+# $NetBSD: Makefile,v 1.47 2022/03/20 03:00:20 wen Exp $
 
-DISTNAME=      PPIx-Regexp-0.081
+DISTNAME=      PPIx-Regexp-0.083
 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.35 pkgsrc/devel/p5-PPIx-Regexp/distinfo:1.36
--- pkgsrc/devel/p5-PPIx-Regexp/distinfo:1.35   Sun Nov  7 00:54:41 2021
+++ pkgsrc/devel/p5-PPIx-Regexp/distinfo        Sun Mar 20 03:00:20 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.35 2021/11/07 00:54:41 wen Exp $
+$NetBSD: distinfo,v 1.36 2022/03/20 03:00:20 wen Exp $
 
-BLAKE2s (PPIx-Regexp-0.081.tar.gz) = 42756544a008adf18f915f871d442000947cff3c84de1c05f39762b596bb8770
-SHA512 (PPIx-Regexp-0.081.tar.gz) = 823b9e409ad1ae0c0fea3584817e26002e3ec657b7cf5b0b8a9f36fc26fae54b3f668ae49e8a34bfbd4f794a2b6c532df6fdd2f0fffb893d096b6638eb5b57ac
-Size (PPIx-Regexp-0.081.tar.gz) = 239607 bytes
+BLAKE2s (PPIx-Regexp-0.083.tar.gz) = 46b175b60c97a954af7f2fb262c9d7c7b6ed830796548a6cfc18a0dde6cd4380
+SHA512 (PPIx-Regexp-0.083.tar.gz) = a73e0a7f7f4060516c32886c52d026b83d2dab9c329810e13e7cfaea96b29cae500f29999e707e54281c68401c6b53d9cdd29fc6c531557ddee67ef59cf9e265
+Size (PPIx-Regexp-0.083.tar.gz) = 242298 bytes



Home | Main Index | Thread Index | Old Index