Received: by mail.netbsd.org (Postfix, from userid 605) id A980A84E57; Sun, 31 Jul 2022 12:44:29 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id DAC2D84D84 for ; Sun, 31 Jul 2022 12:44:28 +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 NnRW2jcvNHF5 for ; Sun, 31 Jul 2022 12:44:28 +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 54C7484CF7 for ; Sun, 31 Jul 2022 12:44:28 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 4E547FB1A; Sun, 31 Jul 2022 12:44:28 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_165927146825390" MIME-Version: 1.0 Date: Sun, 31 Jul 2022 12:44:28 +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: <20220731124428.4E547FB1A@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_165927146825390 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wen Date: Sun Jul 31 12:44:28 UTC 2022 Modified Files: pkgsrc/devel/p5-PPI: Makefile distinfo Log Message: Update to 1.276 Upstream changes: 1.276 2022-07-19 21:43:50Z Summary: - Implement Replace Method (GH#274) (Renee and Olaf Alders) 1.275 2022-07-18 19:42:13Z Summary: - CHECK bareword handle parsed as scheduled block (GH#247) (trwyant) To generate a diff of this commit: cvs rdiff -u -r1.38 -r1.39 pkgsrc/devel/p5-PPI/Makefile cvs rdiff -u -r1.19 -r1.20 pkgsrc/devel/p5-PPI/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_165927146825390 Content-Disposition: inline Content-Length: 1491 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.38 pkgsrc/devel/p5-PPI/Makefile:1.39 --- pkgsrc/devel/p5-PPI/Makefile:1.38 Tue Jun 28 11:33:00 2022 +++ pkgsrc/devel/p5-PPI/Makefile Sun Jul 31 12:44:28 2022 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.38 2022/06/28 11:33:00 wiz Exp $ +# $NetBSD: Makefile,v 1.39 2022/07/31 12:44:28 wen Exp $ -DISTNAME= PPI-1.274 +DISTNAME= PPI-1.276 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.19 pkgsrc/devel/p5-PPI/distinfo:1.20 --- pkgsrc/devel/p5-PPI/distinfo:1.19 Sat May 28 07:26:11 2022 +++ pkgsrc/devel/p5-PPI/distinfo Sun Jul 31 12:44:28 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.19 2022/05/28 07:26:11 wen Exp $ +$NetBSD: distinfo,v 1.20 2022/07/31 12:44:28 wen Exp $ -BLAKE2s (PPI-1.274.tar.gz) = e702817bea91484baa6e2062786abcef4afbdf40981259382e3f427ad598b7a7 -SHA512 (PPI-1.274.tar.gz) = 415a6bb64b79182134d543cb03f704166a06e7c4fab7ef7e5eacbf11afeb196ed1551de4c8dfbb7bf06ba699cdff6f7984ba362a3526158821884694d8271ea5 -Size (PPI-1.274.tar.gz) = 244239 bytes +BLAKE2s (PPI-1.276.tar.gz) = e550e11283e32ab6041dd5626f7a00fcac1ced527024e99ecd0e4e899922db15 +SHA512 (PPI-1.276.tar.gz) = fb6ed20e7d36ac83757107a7d075bc7a387cb32a83e5927b47423b7705f7b7d2b05762bd21d480d75cda494fee9a40d789515c84efec5c2f2e4a1041524e3af0 +Size (PPI-1.276.tar.gz) = 245196 bytes --_----------=_165927146825390--