Received: by mail.netbsd.org (Postfix, from userid 605) id E7D6684DCF; Mon, 2 Sep 2019 12:45:27 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6FDF784DB8 for ; Mon, 2 Sep 2019 12:45:27 +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 dGJly_URPHil for ; Mon, 2 Sep 2019 12:45:26 +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 DD82784CD3 for ; Mon, 2 Sep 2019 12:45:26 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D3F35FBF4; Mon, 2 Sep 2019 12:45:26 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1567428326110960" MIME-Version: 1.0 Date: Mon, 2 Sep 2019 12:45:26 +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: <20190902124526.D3F35FBF4@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. --_----------=_1567428326110960 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: schmonz Date: Mon Sep 2 12:45:26 UTC 2019 Modified Files: pkgsrc/devel/p5-Test-BDD-Cucumber: Makefile distinfo Log Message: Update to 0.60. From the changelog: - Added flag to make `pherkin` check for duplicate matching step functions to help debugging - Added option to specify meta data to step functions and use it in extensions; minimally available meta data identifies the file name and line where the step function has been defined - Cleaned up release procedure: 0.58 and 0.59 were sloppy, including additional files from the working directory - Increase minimum Perl version to 5.10 - Updated languge support from Cucumber upstream repository, adding support for: Armenian, Aragonese, Asturian, Azerbaijani, Bosnian, Emoji, Irish, Gujarati, Georgian, Macedonian (Cyrilic), Macedonian (Latin), Mongolian and Tamil - Documentation updates and (hopefully) clarification To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36 pkgsrc/devel/p5-Test-BDD-Cucumber/Makefile cvs rdiff -u -r1.26 -r1.27 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. --_----------=_1567428326110960 Content-Disposition: inline Content-Length: 1849 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.35 pkgsrc/devel/p5-Test-BDD-Cucumber/Makefile:1.36 --- pkgsrc/devel/p5-Test-BDD-Cucumber/Makefile:1.35 Tue Aug 27 20:55:30 2019 +++ pkgsrc/devel/p5-Test-BDD-Cucumber/Makefile Mon Sep 2 12:45:26 2019 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.35 2019/08/27 20:55:30 schmonz Exp $ +# $NetBSD: Makefile,v 1.36 2019/09/02 12:45:26 schmonz Exp $ -DISTNAME= Test-BDD-Cucumber-0.58 +DISTNAME= Test-BDD-Cucumber-0.60 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.26 pkgsrc/devel/p5-Test-BDD-Cucumber/distinfo:1.27 --- pkgsrc/devel/p5-Test-BDD-Cucumber/distinfo:1.26 Tue Aug 27 20:55:30 2019 +++ pkgsrc/devel/p5-Test-BDD-Cucumber/distinfo Mon Sep 2 12:45:26 2019 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.26 2019/08/27 20:55:30 schmonz Exp $ +$NetBSD: distinfo,v 1.27 2019/09/02 12:45:26 schmonz Exp $ -SHA1 (Test-BDD-Cucumber-0.58.tar.gz) = 307065038e800adfc663ef9a53aab27e2546dfa8 -RMD160 (Test-BDD-Cucumber-0.58.tar.gz) = f530a99e4e5cb6eb0307361dde9d2880740acd61 -SHA512 (Test-BDD-Cucumber-0.58.tar.gz) = 12ed11292a104d716e67e2a84fe2da34d28a924576b95754a04247821d350e0df4c652931106888b90c3eb58ee674ff12090dfbeac66248d1fb9e063c15a57fa -Size (Test-BDD-Cucumber-0.58.tar.gz) = 90641 bytes +SHA1 (Test-BDD-Cucumber-0.60.tar.gz) = f96b215e0080e797d1ae707731f1d0b52bdce232 +RMD160 (Test-BDD-Cucumber-0.60.tar.gz) = cca9197ec995d5baa2c13910a27cbd25bf270a90 +SHA512 (Test-BDD-Cucumber-0.60.tar.gz) = a0c9881975ab4249637528bdbc1b9e894bc36db74be951c88f05bfa783f6c794db63b0a50cbf2ca2d2865ddf61ef59a9ff909e799b3564ac41d24e57357f73d5 +Size (Test-BDD-Cucumber-0.60.tar.gz) = 97789 bytes --_----------=_1567428326110960--