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:           Sun Mar 11 10:19:49 UTC 2018

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

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

0.056           2018-03-07      T. R. Wyant
    Support removal of unescaped literal left curlys after left parens,
    which was deprecated in 5.27.8. No actual change in output yet,
    since deprecation is not tracked, but the perl_version_removed()
    logic is there.

    Add next_element() and kin. These are analogous to next_sibling()
    and kin, but will cross over from content proper into structure
    (beginning and end delimiters, etc) and vice versa.

    Correct requirements_for_perl() for impossible regular expression.
    It now returns '! $]' when the components of the regexp are valid, but
    none are valid under any specific version of Perl. It used to think all
    Perls were OK when this happened.

    Add the alpha_assertions introduced in 5.27.9.

    Handle 5.27.9's change from +script_run to *script_run, and support
    *sr as a synonym.


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/devel/p5-PPIx-Regexp/Makefile
cvs rdiff -u -r1.19 -r1.20 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.27 pkgsrc/devel/p5-PPIx-Regexp/Makefile:1.28
--- pkgsrc/devel/p5-PPIx-Regexp/Makefile:1.27   Sun Feb 25 17:25:39 2018
+++ pkgsrc/devel/p5-PPIx-Regexp/Makefile        Sun Mar 11 10:19:49 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.27 2018/02/25 17:25:39 wiz Exp $
+# $NetBSD: Makefile,v 1.28 2018/03/11 10:19:49 wiz Exp $
 
-DISTNAME=      PPIx-Regexp-0.055
+DISTNAME=      PPIx-Regexp-0.056
 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.19 pkgsrc/devel/p5-PPIx-Regexp/distinfo:1.20
--- pkgsrc/devel/p5-PPIx-Regexp/distinfo:1.19   Sun Feb 25 17:25:39 2018
+++ pkgsrc/devel/p5-PPIx-Regexp/distinfo        Sun Mar 11 10:19:49 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.19 2018/02/25 17:25:39 wiz Exp $
+$NetBSD: distinfo,v 1.20 2018/03/11 10:19:49 wiz Exp $
 
-SHA1 (PPIx-Regexp-0.055.tar.gz) = 6b9049f838594873e4a41590760b5b6a9ff28293
-RMD160 (PPIx-Regexp-0.055.tar.gz) = d856750bf6727886760a1a9cca1018baae44fcb5
-SHA512 (PPIx-Regexp-0.055.tar.gz) = 5a435c7657050fbbc76b9218b8af0333099226a4b13631d64c1763f073a329d1ded564679793f26293af1fb092641a3b38325792b78cf40bbe9b8ed8d2299f94
-Size (PPIx-Regexp-0.055.tar.gz) = 205969 bytes
+SHA1 (PPIx-Regexp-0.056.tar.gz) = edf2944c29e790e009d8a37c645a8d3c69f7080c
+RMD160 (PPIx-Regexp-0.056.tar.gz) = 78d71eee0c4e9edf3de408bc1be44a3383fd769a
+SHA512 (PPIx-Regexp-0.056.tar.gz) = b26a3a383dba548ede0509029ff895c47ec5933856ce0f751c30e96fd63588e74df12c853f3fb6a093c46f8e80dda2a3f7a2983d5042b4a78689bac045cca57c
+Size (PPIx-Regexp-0.056.tar.gz) = 212535 bytes



Home | Main Index | Thread Index | Old Index