Received: by mail.netbsd.org (Postfix, from userid 605) id 3EF0A84DF8; Sun, 30 Aug 2020 09:02:45 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id BB22A84DF3 for ; Sun, 30 Aug 2020 09:02:44 +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 DvQ5a2CDZyEd for ; Sun, 30 Aug 2020 09:02:44 +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 3E78F84D39 for ; Sun, 30 Aug 2020 09:02:44 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 2FACEFB27; Sun, 30 Aug 2020 09:02:44 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1598778164186970" MIME-Version: 1.0 Date: Sun, 30 Aug 2020 09:02:44 +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: <20200830090244.2FACEFB27@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. --_----------=_1598778164186970 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: schmonz Date: Sun Aug 30 09:02:44 UTC 2020 Modified Files: pkgsrc/devel/p5-Test-BDD-Cucumber: Makefile distinfo Log Message: Update to 0.73. From the changelog: [Added] - Allow Example variables to be used in Scenario Outline title [Fixed] - Failure to load Test::BDD::Cucumber::StepFile; throws error 'Modification of read-only value attempted' (gh #165) To generate a diff of this commit: cvs rdiff -u -r1.44 -r1.45 pkgsrc/devel/p5-Test-BDD-Cucumber/Makefile cvs rdiff -u -r1.35 -r1.36 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. --_----------=_1598778164186970 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.44 pkgsrc/devel/p5-Test-BDD-Cucumber/Makefile:1.45 --- pkgsrc/devel/p5-Test-BDD-Cucumber/Makefile:1.44 Sat Aug 22 19:30:59 2020 +++ pkgsrc/devel/p5-Test-BDD-Cucumber/Makefile Sun Aug 30 09:02:44 2020 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.44 2020/08/22 19:30:59 schmonz Exp $ +# $NetBSD: Makefile,v 1.45 2020/08/30 09:02:44 schmonz Exp $ -DISTNAME= Test-BDD-Cucumber-0.72 +DISTNAME= Test-BDD-Cucumber-0.73 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.35 pkgsrc/devel/p5-Test-BDD-Cucumber/distinfo:1.36 --- pkgsrc/devel/p5-Test-BDD-Cucumber/distinfo:1.35 Sat Aug 22 19:30:59 2020 +++ pkgsrc/devel/p5-Test-BDD-Cucumber/distinfo Sun Aug 30 09:02:44 2020 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.35 2020/08/22 19:30:59 schmonz Exp $ +$NetBSD: distinfo,v 1.36 2020/08/30 09:02:44 schmonz Exp $ -SHA1 (Test-BDD-Cucumber-0.72.tar.gz) = 7b8ece26d29f19bb57ad44a6512acc038656236d -RMD160 (Test-BDD-Cucumber-0.72.tar.gz) = 6065518edc27c12fb2014f6f4669fa76d803fece -SHA512 (Test-BDD-Cucumber-0.72.tar.gz) = 54ae6af45f4147ab8a1db0ea35d0b12629d2e75f683bf9c6136902189ee24a55a54029db7e0d6d75a51837118b59bba473236fc2421b97218eeb434a0433efcc -Size (Test-BDD-Cucumber-0.72.tar.gz) = 101962 bytes +SHA1 (Test-BDD-Cucumber-0.73.tar.gz) = 512d4ea03b502c130863bf0eebc90d56980f33a0 +RMD160 (Test-BDD-Cucumber-0.73.tar.gz) = 1bc1fc0ebf87b19ca7431226318c1c407d628066 +SHA512 (Test-BDD-Cucumber-0.73.tar.gz) = ee823677e86f70c023e6ea8df5b28d0c1318384e5c8365ca81b5344c9281b1d52e4833c5c15c2acc172e6ca1c361149d00915c949441d1d051298f60f1a91462 +Size (Test-BDD-Cucumber-0.73.tar.gz) = 115094 bytes --_----------=_1598778164186970--