Received: by mail.netbsd.org (Postfix, from userid 605) id A3E7684F22; Sat, 28 May 2022 07:25:14 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id DC74F84F20 for ; Sat, 28 May 2022 07:25:13 +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 7SSqRaqcJiXe for ; Sat, 28 May 2022 07:25:13 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 5EB1584C71 for ; Sat, 28 May 2022 07:25:13 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 9402DFAEB; Sat, 28 May 2022 07:26:11 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1653722771236880" MIME-Version: 1.0 Date: Sat, 28 May 2022 07:26:11 +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: <20220528072611.9402DFAEB@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1653722771236880 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wen Date: Sat May 28 07:26:11 UTC 2022 Modified Files: pkgsrc/devel/p5-PPI: Makefile distinfo Log Message: Update to 1.274 Upstream changes: 1.274 2022-05-02 18:21:56Z Summary: - Indentation in here-docs is now preserved (GH#252) (trwyant) To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37 pkgsrc/devel/p5-PPI/Makefile cvs rdiff -u -r1.18 -r1.19 pkgsrc/devel/p5-PPI/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1653722771236880 Content-Disposition: inline Content-Length: 1473 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.36 pkgsrc/devel/p5-PPI/Makefile:1.37 --- pkgsrc/devel/p5-PPI/Makefile:1.36 Sat Apr 30 07:59:50 2022 +++ pkgsrc/devel/p5-PPI/Makefile Sat May 28 07:26:11 2022 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.36 2022/04/30 07:59:50 wen Exp $ +# $NetBSD: Makefile,v 1.37 2022/05/28 07:26:11 wen Exp $ -DISTNAME= PPI-1.273 +DISTNAME= PPI-1.274 PKGNAME= p5-${DISTNAME} CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=PPI/} Index: pkgsrc/devel/p5-PPI/distinfo diff -u pkgsrc/devel/p5-PPI/distinfo:1.18 pkgsrc/devel/p5-PPI/distinfo:1.19 --- pkgsrc/devel/p5-PPI/distinfo:1.18 Sat Apr 30 07:59:50 2022 +++ pkgsrc/devel/p5-PPI/distinfo Sat May 28 07:26:11 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.18 2022/04/30 07:59:50 wen Exp $ +$NetBSD: distinfo,v 1.19 2022/05/28 07:26:11 wen Exp $ -BLAKE2s (PPI-1.273.tar.gz) = c3d2a37e94f5aaee1d83169103b4a0a4908b80bfe9c1d6e954d1c680d062da34 -SHA512 (PPI-1.273.tar.gz) = 2ee1c77e3009754e2940cfb359dc8a86e2f1312efb6cb03ebc2ab3fab1508a44b1b7ad389e8d16588fd6fa29d39abf4dd49ae465557fb18c62cf65e3ca5a609a -Size (PPI-1.273.tar.gz) = 243707 bytes +BLAKE2s (PPI-1.274.tar.gz) = e702817bea91484baa6e2062786abcef4afbdf40981259382e3f427ad598b7a7 +SHA512 (PPI-1.274.tar.gz) = 415a6bb64b79182134d543cb03f704166a06e7c4fab7ef7e5eacbf11afeb196ed1551de4c8dfbb7bf06ba699cdff6f7984ba362a3526158821884694d8271ea5 +Size (PPI-1.274.tar.gz) = 244239 bytes --_----------=_1653722771236880--