Received: by mail.netbsd.org (Postfix, from userid 605) id 1BECD84EDC; Mon, 30 Aug 2021 16:24:41 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5338A84CFD for ; Mon, 30 Aug 2021 16:24:40 +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 scxtVqQutlrD for ; Mon, 30 Aug 2021 16:24:39 +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 AB01484CDA for ; Mon, 30 Aug 2021 16:24:39 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 9E761FA97; Mon, 30 Aug 2021 16:24:39 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1630340679118600" MIME-Version: 1.0 Date: Mon, 30 Aug 2021 16:24:39 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/lang/ruby-cucumber-gherkin To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20210830162439.9E761FA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1630340679118600 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Mon Aug 30 16:24:39 UTC 2021 Modified Files: pkgsrc/lang/ruby-cucumber-gherkin: Makefile distinfo Log Message: lang/ruby-cucumber-gherkin: update to 20.0.1 20.0.1 (2021-07-19) * Update messages to v17.0.1 20.0.0 (2021-07-08) Changed * Update messages to v17.0.0 * Update rule polish translation (#1579 l310) * Add US Texan translations. (#1625 willmac321) * [Ruby] Usage of Message DTOs instead of plain ruby hashes (#1603) Fixed * [Ruby] Rules weren't inheriting the relevant tags during the Gherkin Query stage (Where it caches the NodeID) (#1593 luke-hill) To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 pkgsrc/lang/ruby-cucumber-gherkin/Makefile \ pkgsrc/lang/ruby-cucumber-gherkin/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1630340679118600 Content-Disposition: inline Content-Length: 2114 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/lang/ruby-cucumber-gherkin/Makefile diff -u pkgsrc/lang/ruby-cucumber-gherkin/Makefile:1.5 pkgsrc/lang/ruby-cucumber-gherkin/Makefile:1.6 --- pkgsrc/lang/ruby-cucumber-gherkin/Makefile:1.5 Sat May 29 08:28:56 2021 +++ pkgsrc/lang/ruby-cucumber-gherkin/Makefile Mon Aug 30 16:24:39 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.5 2021/05/29 08:28:56 taca Exp $ +# $NetBSD: Makefile,v 1.6 2021/08/30 16:24:39 taca Exp $ -DISTNAME= cucumber-gherkin-19.0.3 +DISTNAME= cucumber-gherkin-20.0.1 CATEGORIES= lang MAINTAINER= pkgsrc-users@NetBSD.org @@ -8,7 +8,7 @@ HOMEPAGE= https://github.com/cucumber/gh COMMENT= Gherkin parser/compiler for Ruby LICENSE= mit -DEPENDS+= ${RUBY_PKGPREFIX}-cucumber-messages>=16.0.0:../../devel/ruby-cucumber-messages +DEPENDS+= ${RUBY_PKGPREFIX}-cucumber-messages>=17.0<18:../../devel/ruby-cucumber-messages CONFLICTS+= ${RUBY_PKGPREFIX}-gherkin-[0-9]* Index: pkgsrc/lang/ruby-cucumber-gherkin/distinfo diff -u pkgsrc/lang/ruby-cucumber-gherkin/distinfo:1.5 pkgsrc/lang/ruby-cucumber-gherkin/distinfo:1.6 --- pkgsrc/lang/ruby-cucumber-gherkin/distinfo:1.5 Sat May 29 08:28:56 2021 +++ pkgsrc/lang/ruby-cucumber-gherkin/distinfo Mon Aug 30 16:24:39 2021 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.5 2021/05/29 08:28:56 taca Exp $ +$NetBSD: distinfo,v 1.6 2021/08/30 16:24:39 taca Exp $ -SHA1 (cucumber-gherkin-19.0.3.gem) = 5d3d53640905d7a751223963d549b1d410993289 -RMD160 (cucumber-gherkin-19.0.3.gem) = ed0efc837d79a25c642e977f553f945eee13fc38 -SHA512 (cucumber-gherkin-19.0.3.gem) = bbcc90027b18b605eec6de735d4888dc78033b0b4d8b4dcbf04afc88a63d3970e7d1dfb682d6553f64bad8bc92624fdf8bbef8dd57b80482f272a8fa0aad603a -Size (cucumber-gherkin-19.0.3.gem) = 33792 bytes +SHA1 (cucumber-gherkin-20.0.1.gem) = fab281eb43910a578225fd0b3c87f77512e0f225 +RMD160 (cucumber-gherkin-20.0.1.gem) = 51a9ac3058dca6dfef16aa680526a9ccec0bce8a +SHA512 (cucumber-gherkin-20.0.1.gem) = e9170ffc21291f3d871e92a9c9d69a5f508684c8edd33d179143c7eac96930fefbe66ccd3510aaddb35510a329d6f5fb5c94d25e5ec2031fb4cecee8cb7d9077 +Size (cucumber-gherkin-20.0.1.gem) = 33792 bytes --_----------=_1630340679118600--