Received: by mail.netbsd.org (Postfix, from userid 605) id 82B2384CFA; Mon, 31 Oct 2022 00:13:06 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id AC7C284CFA for ; Mon, 31 Oct 2022 00:13:05 +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 4BVtMasNzFTN for ; Mon, 31 Oct 2022 00:13:05 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 2080484CEA for ; Mon, 31 Oct 2022 00:13:05 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 125D7FA90; Mon, 31 Oct 2022 00:13:05 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_166717518569470" MIME-Version: 1.0 Date: Mon, 31 Oct 2022 00:13:05 +0000 From: "Amitai Schleier" Subject: CVS commit: pkgsrc/devel/p5-Test-BDD-Cucumber To: pkgsrc-changes@NetBSD.org Reply-To: schmonz@netbsd.org X-Mailer: log_accum Message-Id: <20221031001305.125D7FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_166717518569470 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: schmonz Date: Mon Oct 31 00:13:04 UTC 2022 Modified Files: pkgsrc/devel/p5-Test-BDD-Cucumber: Makefile distinfo Log Message: Update to 0.83. From the changelog: - Updated keyword translations from upstream Cucumber project To generate a diff of this commit: cvs rdiff -u -r1.55 -r1.56 pkgsrc/devel/p5-Test-BDD-Cucumber/Makefile cvs rdiff -u -r1.45 -r1.46 pkgsrc/devel/p5-Test-BDD-Cucumber/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_166717518569470 Content-Disposition: inline Content-Length: 1750 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/p5-Test-BDD-Cucumber/Makefile diff -u pkgsrc/devel/p5-Test-BDD-Cucumber/Makefile:1.55 pkgsrc/devel/p5-Test-BDD-Cucumber/Makefile:1.56 --- pkgsrc/devel/p5-Test-BDD-Cucumber/Makefile:1.55 Tue Jun 28 11:33:21 2022 +++ pkgsrc/devel/p5-Test-BDD-Cucumber/Makefile Mon Oct 31 00:13:04 2022 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.55 2022/06/28 11:33:21 wiz Exp $ +# $NetBSD: Makefile,v 1.56 2022/10/31 00:13:04 schmonz Exp $ -DISTNAME= Test-BDD-Cucumber-0.82 +DISTNAME= Test-BDD-Cucumber-0.83 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/} Index: pkgsrc/devel/p5-Test-BDD-Cucumber/distinfo diff -u pkgsrc/devel/p5-Test-BDD-Cucumber/distinfo:1.45 pkgsrc/devel/p5-Test-BDD-Cucumber/distinfo:1.46 --- pkgsrc/devel/p5-Test-BDD-Cucumber/distinfo:1.45 Tue Oct 26 10:17:37 2021 +++ pkgsrc/devel/p5-Test-BDD-Cucumber/distinfo Mon Oct 31 00:13:04 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.45 2021/10/26 10:17:37 nia Exp $ +$NetBSD: distinfo,v 1.46 2022/10/31 00:13:04 schmonz Exp $ -BLAKE2s (Test-BDD-Cucumber-0.82.tar.gz) = 0ff6758f1b090fd43458b17bf015e6db3424e46dbb48756ee76594874eafb222 -SHA512 (Test-BDD-Cucumber-0.82.tar.gz) = 77b56c0a4dc3a5653a54cc635a7b88e25fc974b6b3907d42adb2111d6ed175162801554bf7e155418f54fa6f924988fbb6ef09e824ce73e09f1777d6e93836c2 -Size (Test-BDD-Cucumber-0.82.tar.gz) = 106191 bytes +BLAKE2s (Test-BDD-Cucumber-0.83.tar.gz) = a1aeb814b8d784df0161234119174d8a8598f9dac6d3f676be6ce2dd4997e59a +SHA512 (Test-BDD-Cucumber-0.83.tar.gz) = 27015135939f9b5c1e9d53292e02cbf9085b94ea845f2d9108c65d683d4dc48061b66ff776136cbde692fc5466d0330223213076ad402b2306d9fe02cb5ed2f5 +Size (Test-BDD-Cucumber-0.83.tar.gz) = 106448 bytes --_----------=_166717518569470--