Received: by mail.netbsd.org (Postfix, from userid 605) id 94D6884D53; Sun, 19 Apr 2020 08:58:15 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1EA3584D3E for ; Sun, 19 Apr 2020 08:58:15 +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 R75aHC3KEAo6 for ; Sun, 19 Apr 2020 08:58:14 +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 8CB9784C85 for ; Sun, 19 Apr 2020 08:58:14 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 8099EFB27; Sun, 19 Apr 2020 08:58:14 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1587286694220980" MIME-Version: 1.0 Date: Sun, 19 Apr 2020 08:58:14 +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: <20200419085814.8099EFB27@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1587286694220980 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: schmonz Date: Sun Apr 19 08:58:14 UTC 2020 Modified Files: pkgsrc/devel/p5-Test-BDD-Cucumber: Makefile distinfo Log Message: Update to 0.70. From the changelog: [Fixed] - Due to hash key randomization, incompatible column sets were reported where in fact the sets are equal (with tests) - Multiple examples would always report incompatible column sets - Multiple examples trigger parser error due to accessing a deprecated scenario attribute - Too much code was running with $/ bound to `undef` when parsing Gherkin from file - NAME section missing in two modules causing Dist::Zilla to fail insertion of VERSION section [Changed] - Some improved error messages [Added] - New --strict option for `pherkin` which causes an exit value of 1 when there are 'pending' or 'missing' steps To generate a diff of this commit: cvs rdiff -u -r1.41 -r1.42 pkgsrc/devel/p5-Test-BDD-Cucumber/Makefile cvs rdiff -u -r1.32 -r1.33 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. --_----------=_1587286694220980 Content-Disposition: inline Content-Length: 1851 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.41 pkgsrc/devel/p5-Test-BDD-Cucumber/Makefile:1.42 --- pkgsrc/devel/p5-Test-BDD-Cucumber/Makefile:1.41 Sun Sep 29 12:11:08 2019 +++ pkgsrc/devel/p5-Test-BDD-Cucumber/Makefile Sun Apr 19 08:58:14 2020 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.41 2019/09/29 12:11:08 schmonz Exp $ +# $NetBSD: Makefile,v 1.42 2020/04/19 08:58:14 schmonz Exp $ -DISTNAME= Test-BDD-Cucumber-0.67 +DISTNAME= Test-BDD-Cucumber-0.70 PKGNAME= p5-${DISTNAME} 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.32 pkgsrc/devel/p5-Test-BDD-Cucumber/distinfo:1.33 --- pkgsrc/devel/p5-Test-BDD-Cucumber/distinfo:1.32 Sun Sep 29 12:11:08 2019 +++ pkgsrc/devel/p5-Test-BDD-Cucumber/distinfo Sun Apr 19 08:58:14 2020 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.32 2019/09/29 12:11:08 schmonz Exp $ +$NetBSD: distinfo,v 1.33 2020/04/19 08:58:14 schmonz Exp $ -SHA1 (Test-BDD-Cucumber-0.67.tar.gz) = f5031b091ad5ec95b599313fdd803dafb0603ba4 -RMD160 (Test-BDD-Cucumber-0.67.tar.gz) = 151803e9b86a73e3ba6b68cb40293e619595aa31 -SHA512 (Test-BDD-Cucumber-0.67.tar.gz) = 907513791e22b70b44fe3a30d03d8cfb0cc20372d3285a804846f7e704cb200fea983e340c33f83ebe243ac9910728454471a5c063c8e6acbdd1e98cdac2c55e -Size (Test-BDD-Cucumber-0.67.tar.gz) = 100261 bytes +SHA1 (Test-BDD-Cucumber-0.70.tar.gz) = a52a73188e0396304ddbf0a5190c19d6f65bc3cc +RMD160 (Test-BDD-Cucumber-0.70.tar.gz) = 30747a4227bf40ef4f73c04e0f459cc084f8b6de +SHA512 (Test-BDD-Cucumber-0.70.tar.gz) = be3e983153c5f2e59e3b9cd70a6a0e68612adfd9212806307b2069c9586377edfa45ecfead2a71e0ed9ae35c076281e978a93484381dd278a2041dec5d411b78 +Size (Test-BDD-Cucumber-0.70.tar.gz) = 101316 bytes --_----------=_1587286694220980--