Received: by mail.netbsd.org (Postfix, from userid 605) id 4F0F384F1D; Sat, 11 Mar 2023 03:31:29 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 81F9B84D57 for ; Sat, 11 Mar 2023 03:31:28 +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 Q1EEB3colCsZ for ; Sat, 11 Mar 2023 03:31: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 03F9484CE3 for ; Sat, 11 Mar 2023 03:31:28 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id F1B58FA90; Sat, 11 Mar 2023 03:31:27 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1678505487160340" MIME-Version: 1.0 Date: Sat, 11 Mar 2023 03:31:27 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/devel/p5-Test-Fatal To: pkgsrc-changes@NetBSD.org Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20230311033127.F1B58FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1678505487160340 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wen Date: Sat Mar 11 03:31:27 UTC 2023 Modified Files: pkgsrc/devel/p5-Test-Fatal: Makefile distinfo Log Message: Update to 0.017 Upstream changes: Changes for version 0.017 - 2022-12-31 update packaging and metadata To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 pkgsrc/devel/p5-Test-Fatal/Makefile cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/p5-Test-Fatal/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1678505487160340 Content-Disposition: inline Content-Length: 1613 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/p5-Test-Fatal/Makefile diff -u pkgsrc/devel/p5-Test-Fatal/Makefile:1.19 pkgsrc/devel/p5-Test-Fatal/Makefile:1.20 --- pkgsrc/devel/p5-Test-Fatal/Makefile:1.19 Tue Jun 28 11:33:24 2022 +++ pkgsrc/devel/p5-Test-Fatal/Makefile Sat Mar 11 03:31:27 2023 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.19 2022/06/28 11:33:24 wiz Exp $ +# $NetBSD: Makefile,v 1.20 2023/03/11 03:31:27 wen Exp $ -DISTNAME= Test-Fatal-0.016 +DISTNAME= Test-Fatal-0.017 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/} Index: pkgsrc/devel/p5-Test-Fatal/distinfo diff -u pkgsrc/devel/p5-Test-Fatal/distinfo:1.9 pkgsrc/devel/p5-Test-Fatal/distinfo:1.10 --- pkgsrc/devel/p5-Test-Fatal/distinfo:1.9 Tue Oct 26 10:17:40 2021 +++ pkgsrc/devel/p5-Test-Fatal/distinfo Sat Mar 11 03:31:27 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.9 2021/10/26 10:17:40 nia Exp $ +$NetBSD: distinfo,v 1.10 2023/03/11 03:31:27 wen Exp $ -BLAKE2s (Test-Fatal-0.016.tar.gz) = 4c104fb67983bb75fa96fb363dad1cf65b94bf29766ab2e6b17cb1b8e3c1b68f -SHA512 (Test-Fatal-0.016.tar.gz) = 395d56cfc62fa5888458ec124710b5333f4c7396653e2755a69b08c738ca3d7503e8e413a10c8a55042fba15e90fa5331bb0bf9c59d3677c2ae5e710435120b5 -Size (Test-Fatal-0.016.tar.gz) = 21246 bytes +BLAKE2s (Test-Fatal-0.017.tar.gz) = 36174f8f38f89994717437c7a05cc097853ae247e2279a5ad2ac9d1a4a70ff0a +SHA512 (Test-Fatal-0.017.tar.gz) = e88bb9749bd1cbc4ed169e13bcd5a1ac7411873d8ae00d8b7ecf1dfc39ed9a02f0286d885876913c69b5c90033144d5fda6a5517ef64175d13e284d3c971a6e7 +Size (Test-Fatal-0.017.tar.gz) = 21750 bytes --_----------=_1678505487160340--