Received: by mail.netbsd.org (Postfix, from userid 605) id 0385E84F5F; Sat, 30 Apr 2022 03:05:56 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3D5D784F5D for ; Sat, 30 Apr 2022 03:05:55 +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 8pd_v7D1WeWv for ; Sat, 30 Apr 2022 03:05:54 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id AEA7D84CF8 for ; Sat, 30 Apr 2022 03:05:54 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A0F9CFB1A; Sat, 30 Apr 2022 03:05:54 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_165128795469200" MIME-Version: 1.0 Date: Sat, 30 Apr 2022 03:05:54 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/devel/p5-Perl-Tidy To: pkgsrc-changes@NetBSD.org Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20220430030554.A0F9CFB1A@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_165128795469200 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wen Date: Sat Apr 30 03:05:54 UTC 2022 Modified Files: pkgsrc/devel/p5-Perl-Tidy: Makefile distinfo Log Message: Update to 20220217 Upstream changelog is too long, please visit: https://metacpan.org/dist/Perl-Tidy/changes To generate a diff of this commit: cvs rdiff -u -r1.47 -r1.48 pkgsrc/devel/p5-Perl-Tidy/Makefile cvs rdiff -u -r1.30 -r1.31 pkgsrc/devel/p5-Perl-Tidy/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_165128795469200 Content-Disposition: inline Content-Length: 1606 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/p5-Perl-Tidy/Makefile diff -u pkgsrc/devel/p5-Perl-Tidy/Makefile:1.47 pkgsrc/devel/p5-Perl-Tidy/Makefile:1.48 --- pkgsrc/devel/p5-Perl-Tidy/Makefile:1.47 Sun Nov 7 00:15:13 2021 +++ pkgsrc/devel/p5-Perl-Tidy/Makefile Sat Apr 30 03:05:54 2022 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.47 2021/11/07 00:15:13 wen Exp $ +# $NetBSD: Makefile,v 1.48 2022/04/30 03:05:54 wen Exp $ -DISTNAME= Perl-Tidy-20211029 +DISTNAME= Perl-Tidy-20220217 PKGNAME= p5-${DISTNAME} CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Perl/} Index: pkgsrc/devel/p5-Perl-Tidy/distinfo diff -u pkgsrc/devel/p5-Perl-Tidy/distinfo:1.30 pkgsrc/devel/p5-Perl-Tidy/distinfo:1.31 --- pkgsrc/devel/p5-Perl-Tidy/distinfo:1.30 Sun Nov 7 00:15:13 2021 +++ pkgsrc/devel/p5-Perl-Tidy/distinfo Sat Apr 30 03:05:54 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.30 2021/11/07 00:15:13 wen Exp $ +$NetBSD: distinfo,v 1.31 2022/04/30 03:05:54 wen Exp $ -BLAKE2s (Perl-Tidy-20211029.tar.gz) = 4054255d5600a9dcb64c85f2274d22c469ae7c1cc52dbe9bce7ae27def19b7ca -SHA512 (Perl-Tidy-20211029.tar.gz) = a164a986b840be19090ed661b94179dfb1acf36ac95e30e886fc28f93fa0a418d83c99cec7ee7443b2bf276fe517018df53847b2045490cc8dfb0640d702d8ba -Size (Perl-Tidy-20211029.tar.gz) = 850004 bytes +BLAKE2s (Perl-Tidy-20220217.tar.gz) = 77f51d0f0f5b53702d1ed90706e7213fa06be7a13832b365598cce930ed3f534 +SHA512 (Perl-Tidy-20220217.tar.gz) = 696c35469f807e075fa41959e01c01d2f70ea7cd36caca60b82cade72ded011b969c682c3ac60bcc0f0e92475012efd568179c6430a138df50ad68760e1758dc +Size (Perl-Tidy-20220217.tar.gz) = 887121 bytes --_----------=_165128795469200--