pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/p5-PPIx-QuoteLike Update to 0.006



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b5ae06c09ab9
branches:  trunk
changeset: 310987:b5ae06c09ab9
user:      wen <wen%pkgsrc.org@localhost>
date:      Sun Jul 29 06:43:31 2018 +0000

description:
Update to 0.006

Upstream changes:
0.006           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, 'qq xyx' is OK, but 'qqxyx' is not.

diffstat:

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

diffs (27 lines):

diff -r cb10ba5de792 -r b5ae06c09ab9 textproc/p5-PPIx-QuoteLike/Makefile
--- a/textproc/p5-PPIx-QuoteLike/Makefile       Sun Jul 29 06:41:12 2018 +0000
+++ b/textproc/p5-PPIx-QuoteLike/Makefile       Sun Jul 29 06:43:31 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2018/06/19 06:33:38 wen Exp $
+# $NetBSD: Makefile,v 1.2 2018/07/29 06:43:31 wen Exp $
 
-DISTNAME=      PPIx-QuoteLike-0.005
+DISTNAME=      PPIx-QuoteLike-0.006
 PKGNAME=       p5-${DISTNAME}
 CATEGORIES=    textproc perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../../authors/id/W/WY/WYANT/}
diff -r cb10ba5de792 -r b5ae06c09ab9 textproc/p5-PPIx-QuoteLike/distinfo
--- a/textproc/p5-PPIx-QuoteLike/distinfo       Sun Jul 29 06:41:12 2018 +0000
+++ b/textproc/p5-PPIx-QuoteLike/distinfo       Sun Jul 29 06:43:31 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2018/06/19 06:33:38 wen Exp $
+$NetBSD: distinfo,v 1.2 2018/07/29 06:43:31 wen Exp $
 
-SHA1 (PPIx-QuoteLike-0.005.tar.gz) = c0905db622f1fd4c57002c2b0cd4bb154c761779
-RMD160 (PPIx-QuoteLike-0.005.tar.gz) = 4292761c24d9d152fe05001c74a74dc64dadad4a
-SHA512 (PPIx-QuoteLike-0.005.tar.gz) = 70cf66dfbe40d6587fe278010bddaa6d96f2d076aadd7854708c80e3dff68c37d35447bb0594e05e1237e3ac719522f89d3c5ff70336700ffd10aad94b404104
-Size (PPIx-QuoteLike-0.005.tar.gz) = 49929 bytes
+SHA1 (PPIx-QuoteLike-0.006.tar.gz) = 9a1624adbd52f1c5b3ac510b9ad1bf54e7652a50
+RMD160 (PPIx-QuoteLike-0.006.tar.gz) = 7469afe20c5ae87705614dac007f5952abc88303
+SHA512 (PPIx-QuoteLike-0.006.tar.gz) = 6ec80ac4df9a80bfd9310b7a5a1fe514dcfaf340de9d88fcece5ecdda9e5a2183408bc4631f546a76f538c7dbb6c4d3827788671fc57cf73d956e18589d09f9f
+Size (PPIx-QuoteLike-0.006.tar.gz) = 54199 bytes



Home | Main Index | Thread Index | Old Index