Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 364AF1A923C for ; Sat, 12 Feb 2022 12:25:21 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 465B484E92; Sat, 12 Feb 2022 12:25:20 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6239E84E7E for ; Sat, 12 Feb 2022 12:25:19 +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 yQM4vpK3f7oX for ; Sat, 12 Feb 2022 12:25:18 +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 D492884D10 for ; Sat, 12 Feb 2022 12:25:18 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id CD7F5FB24; Sat, 12 Feb 2022 12:25:18 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1644668718271680" MIME-Version: 1.0 Date: Sat, 12 Feb 2022 12:25:18 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/devel/ruby-cucumber-wire To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20220212122518.CD7F5FB24@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1644668718271680 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Sat Feb 12 12:25:18 UTC 2022 Modified Files: pkgsrc/devel/ruby-cucumber-wire: Makefile distinfo Log Message: devel/ruby-cucumber-wire: update to 6.2.1 6.2.1 (2022-01-07) Fixed * Fix usage with message-related formatters like the html formatter (PR#57 Issue#56) * Removed dependency to cucumber-messages To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/ruby-cucumber-wire/Makefile cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/ruby-cucumber-wire/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1644668718271680 Content-Disposition: inline Content-Length: 1614 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/ruby-cucumber-wire/Makefile diff -u pkgsrc/devel/ruby-cucumber-wire/Makefile:1.11 pkgsrc/devel/ruby-cucumber-wire/Makefile:1.12 --- pkgsrc/devel/ruby-cucumber-wire/Makefile:1.11 Tue Nov 23 14:11:51 2021 +++ pkgsrc/devel/ruby-cucumber-wire/Makefile Sat Feb 12 12:25:18 2022 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.11 2021/11/23 14:11:51 taca Exp $ +# $NetBSD: Makefile,v 1.12 2022/02/12 12:25:18 taca Exp $ -DISTNAME= cucumber-wire-6.2.0 +DISTNAME= cucumber-wire-6.2.1 CATEGORIES= devel MAINTAINER= minskim@NetBSD.org Index: pkgsrc/devel/ruby-cucumber-wire/distinfo diff -u pkgsrc/devel/ruby-cucumber-wire/distinfo:1.12 pkgsrc/devel/ruby-cucumber-wire/distinfo:1.13 --- pkgsrc/devel/ruby-cucumber-wire/distinfo:1.12 Tue Nov 23 14:11:51 2021 +++ pkgsrc/devel/ruby-cucumber-wire/distinfo Sat Feb 12 12:25:18 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.12 2021/11/23 14:11:51 taca Exp $ +$NetBSD: distinfo,v 1.13 2022/02/12 12:25:18 taca Exp $ -BLAKE2s (cucumber-wire-6.2.0.gem) = 542441a793aef489db910375d0b1fde90b2589dccc223ea2e0e56ccad2918c6f -SHA512 (cucumber-wire-6.2.0.gem) = ae2dd0652705a900de0d873c492b255bae7dd89a3c8da610890e73f69e714d3112f023bb988a1621cc7c0c1b2d2607385bc7673ec57678c032c32bcef604f8b5 -Size (cucumber-wire-6.2.0.gem) = 12800 bytes +BLAKE2s (cucumber-wire-6.2.1.gem) = 9449fdc922ef154863f28e674db942f3be94870a5628eec0589482dc35a3119e +SHA512 (cucumber-wire-6.2.1.gem) = b32d0f72a31b400ca1596b126d8566aae2ea49514ecd292c621d0d1624f66465dfcac1a6d80293dd15829a00f4080d54190680ede60d7c1c23d2cfec450d1cf3 +Size (cucumber-wire-6.2.1.gem) = 12800 bytes --_----------=_1644668718271680--