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 DF8351A923C for ; Sat, 12 Feb 2022 12:23:16 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 1747F84E92; Sat, 12 Feb 2022 12:23:16 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4238A84E7E for ; Sat, 12 Feb 2022 12:23:15 +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 kVW3o7aB9tJp for ; Sat, 12 Feb 2022 12:23: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 AF3B284D10 for ; Sat, 12 Feb 2022 12:23:14 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 9C9DCFB24; Sat, 12 Feb 2022 12:23:14 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_164466859428890" MIME-Version: 1.0 Date: Sat, 12 Feb 2022 12:23:14 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/devel/ruby-cucumber-core To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20220212122314.9C9DCFB24@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_164466859428890 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:23:14 UTC 2022 Modified Files: pkgsrc/devel/ruby-cucumber-core: Makefile distinfo Log Message: devel/ruby-cucumber-core: update to 10.1.1 10.1.1 (2022-01-17) Dependencies * Patched cucumber-tag-expressions To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/ruby-cucumber-core/Makefile cvs rdiff -u -r1.13 -r1.14 pkgsrc/devel/ruby-cucumber-core/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_164466859428890 Content-Disposition: inline Content-Length: 1622 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/ruby-cucumber-core/Makefile diff -u pkgsrc/devel/ruby-cucumber-core/Makefile:1.14 pkgsrc/devel/ruby-cucumber-core/Makefile:1.15 --- pkgsrc/devel/ruby-cucumber-core/Makefile:1.14 Tue Nov 23 14:10:03 2021 +++ pkgsrc/devel/ruby-cucumber-core/Makefile Sat Feb 12 12:23:14 2022 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.14 2021/11/23 14:10:03 taca Exp $ +# $NetBSD: Makefile,v 1.15 2022/02/12 12:23:14 taca Exp $ -DISTNAME= cucumber-core-10.1.0 +DISTNAME= cucumber-core-10.1.1 CATEGORIES= devel MAINTAINER= minskim@NetBSD.org Index: pkgsrc/devel/ruby-cucumber-core/distinfo diff -u pkgsrc/devel/ruby-cucumber-core/distinfo:1.13 pkgsrc/devel/ruby-cucumber-core/distinfo:1.14 --- pkgsrc/devel/ruby-cucumber-core/distinfo:1.13 Tue Nov 23 14:10:03 2021 +++ pkgsrc/devel/ruby-cucumber-core/distinfo Sat Feb 12 12:23:14 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.13 2021/11/23 14:10:03 taca Exp $ +$NetBSD: distinfo,v 1.14 2022/02/12 12:23:14 taca Exp $ -BLAKE2s (cucumber-core-10.1.0.gem) = 0074a8711e2e166c365fed94d08b1b34f447cf811aec145214339b5bd84c64bb -SHA512 (cucumber-core-10.1.0.gem) = ab4cb4610b94eb802bd259e0b80c2e2dbcabaaa5c8ab277a5310d1fe5bf1c817d9b4cd65da62cfd00cef90de366ce28282a12c02d1a66cfc5289b097150eb7ed -Size (cucumber-core-10.1.0.gem) = 44032 bytes +BLAKE2s (cucumber-core-10.1.1.gem) = da33116cd995ef6a5e34a33e98c4f5dab6358206378f302efcf4096c2fd33c7a +SHA512 (cucumber-core-10.1.1.gem) = ca087eb9955bde1271a3f12ddc4e487870685c954a20b83356afb5e61ccb8470813db33e7335cd78696972065ad3d6e3a3ff79c03076ca6a59bbb20182e57012 +Size (cucumber-core-10.1.1.gem) = 44032 bytes --_----------=_164466859428890--