Received: by mail.netbsd.org (Postfix, from userid 605) id 4AA8384D65; Wed, 14 Aug 2019 15:13:35 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C771384D63 for ; Wed, 14 Aug 2019 15:13:34 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id wdxDT1M64f8H for ; Wed, 14 Aug 2019 15:13:34 +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 5211084C8B for ; Wed, 14 Aug 2019 15:13:34 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 4C022FBF4; Wed, 14 Aug 2019 15:13:34 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1565795614217540" MIME-Version: 1.0 Date: Wed, 14 Aug 2019 15:13:34 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/devel/p5-PPI To: pkgsrc-changes@NetBSD.org Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20190814151334.4C022FBF4@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. --_----------=_1565795614217540 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wen Date: Wed Aug 14 15:13:34 UTC 2019 Modified Files: pkgsrc/devel/p5-PPI: Makefile distinfo Log Message: Update to 1.270 Upstream changes: 1.270 2019-07-09 15:14:57Z Summary: - attempt to handle new blead binary/hexadecimal parsing behavior in tests To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 pkgsrc/devel/p5-PPI/Makefile cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/p5-PPI/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1565795614217540 Content-Disposition: inline Content-Length: 1577 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/p5-PPI/Makefile diff -u pkgsrc/devel/p5-PPI/Makefile:1.31 pkgsrc/devel/p5-PPI/Makefile:1.32 --- pkgsrc/devel/p5-PPI/Makefile:1.31 Sun Aug 11 13:20:06 2019 +++ pkgsrc/devel/p5-PPI/Makefile Wed Aug 14 15:13:34 2019 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.31 2019/08/11 13:20:06 wiz Exp $ +# $NetBSD: Makefile,v 1.32 2019/08/14 15:13:34 wen Exp $ -DISTNAME= PPI-1.269 +DISTNAME= PPI-1.270 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=PPI/} Index: pkgsrc/devel/p5-PPI/distinfo diff -u pkgsrc/devel/p5-PPI/distinfo:1.14 pkgsrc/devel/p5-PPI/distinfo:1.15 --- pkgsrc/devel/p5-PPI/distinfo:1.14 Sat Jun 1 02:53:25 2019 +++ pkgsrc/devel/p5-PPI/distinfo Wed Aug 14 15:13:34 2019 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.14 2019/06/01 02:53:25 wen Exp $ +$NetBSD: distinfo,v 1.15 2019/08/14 15:13:34 wen Exp $ -SHA1 (PPI-1.269.tar.gz) = 86d5967f71a4e00990e9f88d9e4225f1bf05cc8f -RMD160 (PPI-1.269.tar.gz) = c23f2c23cf9b807c457b51ec5f13972ab75e910e -SHA512 (PPI-1.269.tar.gz) = 49942089ab7d99d32b65156202c77e3d5d741c413d67e0d75a98b3ab3adb738fcd60d046abdb3848d3a218c9c339a44ff776b32b79c9a2b0ce4ae3ff29c25459 -Size (PPI-1.269.tar.gz) = 250895 bytes +SHA1 (PPI-1.270.tar.gz) = b703354af16817112707ae9bd138e2a837bb7218 +RMD160 (PPI-1.270.tar.gz) = 539c7a6bdf02430a99832c41e864af6d0b4a8783 +SHA512 (PPI-1.270.tar.gz) = d138db281c69fc8bbf53174df720e97633e7fd35bc77a24ceeb164277a69a5aff2629a66e7d898d62db270333c87f998eaac23a9eab7ede76dcfd43d2c546858 +Size (PPI-1.270.tar.gz) = 251100 bytes --_----------=_1565795614217540--