Received: by mail.netbsd.org (Postfix, from userid 605) id B4D6084D96; Thu, 11 Apr 2019 16:46:37 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3ACD984D91 for ; Thu, 11 Apr 2019 16:46:37 +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 WpUdE3JqHprD for ; Thu, 11 Apr 2019 16:46:36 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id B292E84CDA for ; Thu, 11 Apr 2019 16:46:36 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id AD905FB16; Thu, 11 Apr 2019 16:46:36 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_15550011965660" MIME-Version: 1.0 Date: Thu, 11 Apr 2019 16:46:36 +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: <20190411164636.AD905FB16@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. --_----------=_15550011965660 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: schmonz Date: Thu Apr 11 16:46:36 UTC 2019 Modified Files: pkgsrc/devel/p5-Test-BDD-Cucumber: Makefile distinfo Log Message: Update to 0.57. From the changelog: - Simple match mode `-m` based on a patch by @ehuelsmann - Move the invocation of the pre- and post-execute triggers out of 'run()' @ehuelsmann - Parallellism on TAP::Harness <= 3.39 and improved triggers @ehuelsmann - General refactoring of the Executor @ehuelsmann - Auto generate META.json using the plugin [MetaJSON] @manwar To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 pkgsrc/devel/p5-Test-BDD-Cucumber/Makefile cvs rdiff -u -r1.24 -r1.25 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. --_----------=_15550011965660 Content-Disposition: inline Content-Length: 1860 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.31 pkgsrc/devel/p5-Test-BDD-Cucumber/Makefile:1.32 --- pkgsrc/devel/p5-Test-BDD-Cucumber/Makefile:1.31 Wed Aug 22 09:44:43 2018 +++ pkgsrc/devel/p5-Test-BDD-Cucumber/Makefile Thu Apr 11 16:46:36 2019 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.31 2018/08/22 09:44:43 wiz Exp $ +# $NetBSD: Makefile,v 1.32 2019/04/11 16:46:36 schmonz Exp $ -DISTNAME= Test-BDD-Cucumber-0.56 +DISTNAME= Test-BDD-Cucumber-0.57 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.24 pkgsrc/devel/p5-Test-BDD-Cucumber/distinfo:1.25 --- pkgsrc/devel/p5-Test-BDD-Cucumber/distinfo:1.24 Mon Apr 23 02:38:42 2018 +++ pkgsrc/devel/p5-Test-BDD-Cucumber/distinfo Thu Apr 11 16:46:36 2019 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.24 2018/04/23 02:38:42 wen Exp $ +$NetBSD: distinfo,v 1.25 2019/04/11 16:46:36 schmonz Exp $ -SHA1 (Test-BDD-Cucumber-0.56.tar.gz) = 29973538c80b1571d4d5dbfd1f9429f4aac05e1b -RMD160 (Test-BDD-Cucumber-0.56.tar.gz) = ed5b3f6e7baa5c59bce78091268bf8f7bbf708e5 -SHA512 (Test-BDD-Cucumber-0.56.tar.gz) = bdb2478b8cf29ba959fa578358bf1dbb513da6f708a1bef4629a45923e47f0d523f3f80ef81e78b685e6ec429aa900441612abaae4bdd4f81ae2c4ae232f2872 -Size (Test-BDD-Cucumber-0.56.tar.gz) = 86154 bytes +SHA1 (Test-BDD-Cucumber-0.57.tar.gz) = c94488dd5d078dfc6a976789bf54cf1987b93da7 +RMD160 (Test-BDD-Cucumber-0.57.tar.gz) = b11e273bd392824c6e19493af457808b708d4bd4 +SHA512 (Test-BDD-Cucumber-0.57.tar.gz) = 7c961eb040c1ae577f627bfa3cb99d6b8eb5e9b65b6ba7d7e1115b5d318578bf8a0210cd9b91153204c2d02bcdec89655b98195f4bedb099cc2bb90b63545c65 +Size (Test-BDD-Cucumber-0.57.tar.gz) = 87726 bytes --_----------=_15550011965660--