pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/p5-PPIx-Regexp p5-PPIx-Regexp: update to 0.056.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4a047047f4c6
branches:  trunk
changeset: 376935:4a047047f4c6
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Mar 11 10:19:49 2018 +0000

description:
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.

diffstat:

 devel/p5-PPIx-Regexp/Makefile |   4 ++--
 devel/p5-PPIx-Regexp/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 4d88fed19e14 -r 4a047047f4c6 devel/p5-PPIx-Regexp/Makefile
--- a/devel/p5-PPIx-Regexp/Makefile     Sun Mar 11 10:18:50 2018 +0000
+++ b/devel/p5-PPIx-Regexp/Makefile     Sun Mar 11 10:19:49 2018 +0000
@@ -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/}
diff -r 4d88fed19e14 -r 4a047047f4c6 devel/p5-PPIx-Regexp/distinfo
--- a/devel/p5-PPIx-Regexp/distinfo     Sun Mar 11 10:18:50 2018 +0000
+++ b/devel/p5-PPIx-Regexp/distinfo     Sun Mar 11 10:19:49 2018 +0000
@@ -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