Received: by mail.netbsd.org (Postfix, from userid 605) id A4AD785080; Tue, 19 Jun 2018 06:52:02 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9939F85080 for ; Tue, 19 Jun 2018 06:52:01 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id bXVo8SJH9Evk for ; Tue, 19 Jun 2018 06:52:01 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id DB00984F60 for ; Tue, 19 Jun 2018 06:52:00 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id CAA09FBEC; Tue, 19 Jun 2018 06:52:00 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_152939112030640" MIME-Version: 1.0 Date: Tue, 19 Jun 2018 06:52:00 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/devel/p5-PPIx-Regexp To: pkgsrc-changes@NetBSD.org Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20180619065200.CAA09FBEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_152939112030640 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wen Date: Tue Jun 19 06:52:00 UTC 2018 Modified Files: pkgsrc/devel/p5-PPIx-Regexp: Makefile distinfo Log Message: Update to 0.060 Upstream changes: 0.060 2018-06-16 T. R. Wyant \N{} now parses as the unknown token, not NoOp, regardless of the setting of 'use re qw< strict >;'. \N{} became unconditionally fatal in 5.28.0 (5.27.1, actually). The policy when the parse changes is to use the most-modern parse. Hence this change. As a side effect of this, the unknown token's explain() method now returns something -- normally the associated error. Add method remove_insignificant(). If the invocant isa Node, this returns a clone of the invocant with non-significant elements removed. Otherwise it returns either the invocant or nothing. To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31 pkgsrc/devel/p5-PPIx-Regexp/Makefile cvs rdiff -u -r1.22 -r1.23 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. --_----------=_152939112030640 Content-Disposition: inline Content-Length: 1743 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/p5-PPIx-Regexp/Makefile diff -u pkgsrc/devel/p5-PPIx-Regexp/Makefile:1.30 pkgsrc/devel/p5-PPIx-Regexp/Makefile:1.31 --- pkgsrc/devel/p5-PPIx-Regexp/Makefile:1.30 Wed May 9 06:35:23 2018 +++ pkgsrc/devel/p5-PPIx-Regexp/Makefile Tue Jun 19 06:52:00 2018 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.30 2018/05/09 06:35:23 wiz Exp $ +# $NetBSD: Makefile,v 1.31 2018/06/19 06:52:00 wen Exp $ -DISTNAME= PPIx-Regexp-0.059 +DISTNAME= PPIx-Regexp-0.060 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.22 pkgsrc/devel/p5-PPIx-Regexp/distinfo:1.23 --- pkgsrc/devel/p5-PPIx-Regexp/distinfo:1.22 Wed May 9 06:35:23 2018 +++ pkgsrc/devel/p5-PPIx-Regexp/distinfo Tue Jun 19 06:52:00 2018 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.22 2018/05/09 06:35:23 wiz Exp $ +$NetBSD: distinfo,v 1.23 2018/06/19 06:52:00 wen Exp $ -SHA1 (PPIx-Regexp-0.059.tar.gz) = 12d49e40b0dacffb0d938c4f594958f5d8538ebe -RMD160 (PPIx-Regexp-0.059.tar.gz) = ceef382948a49ac633db2f4b302119c93c1ccb41 -SHA512 (PPIx-Regexp-0.059.tar.gz) = 04132acfa6b98a3e2d35533100159374ff61dca9c3a1de36977223926381802b21adebcf7950703afbe423e299d6de765372284de758607d27dc8453be841ba0 -Size (PPIx-Regexp-0.059.tar.gz) = 217836 bytes +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 --_----------=_152939112030640--