Received: by mail.netbsd.org (Postfix, from userid 605) id B4B4984D26; Sat, 29 May 2021 08:28:57 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id EF5AD84CEA for ; Sat, 29 May 2021 08:28:56 +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 4vsCtxIaJpT5 for ; Sat, 29 May 2021 08:28:56 +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 6C8D484D0C for ; Sat, 29 May 2021 08:28:56 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 69EB4FA95; Sat, 29 May 2021 08:28:56 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1622276936146760" MIME-Version: 1.0 Date: Sat, 29 May 2021 08:28:56 +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: <20210529082856.69EB4FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1622276936146760 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Sat May 29 08:28:56 UTC 2021 Modified Files: pkgsrc/lang/ruby-cucumber-gherkin: Makefile distinfo Log Message: lang/ruby-cucumber-gherkin: update to 19.0.3 19.0.3 (2021-05-24) Fixed * MDG files must use the .feature.md extension. * Data Tables and Examples Tables in Markdown must be indented 2-5 spaces in order to be recognised. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 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. --_----------=_1622276936146760 Content-Disposition: inline Content-Length: 1767 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.4 pkgsrc/lang/ruby-cucumber-gherkin/Makefile:1.5 --- pkgsrc/lang/ruby-cucumber-gherkin/Makefile:1.4 Sun May 23 09:37:06 2021 +++ pkgsrc/lang/ruby-cucumber-gherkin/Makefile Sat May 29 08:28:56 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.4 2021/05/23 09:37:06 taca Exp $ +# $NetBSD: Makefile,v 1.5 2021/05/29 08:28:56 taca Exp $ -DISTNAME= cucumber-gherkin-19.0.2 +DISTNAME= cucumber-gherkin-19.0.3 CATEGORIES= lang MAINTAINER= pkgsrc-users@NetBSD.org Index: pkgsrc/lang/ruby-cucumber-gherkin/distinfo diff -u pkgsrc/lang/ruby-cucumber-gherkin/distinfo:1.4 pkgsrc/lang/ruby-cucumber-gherkin/distinfo:1.5 --- pkgsrc/lang/ruby-cucumber-gherkin/distinfo:1.4 Sun May 23 09:37:06 2021 +++ pkgsrc/lang/ruby-cucumber-gherkin/distinfo Sat May 29 08:28:56 2021 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.4 2021/05/23 09:37:06 taca Exp $ +$NetBSD: distinfo,v 1.5 2021/05/29 08:28:56 taca Exp $ -SHA1 (cucumber-gherkin-19.0.2.gem) = fc4cad00ce167abc8d2027b57d7917435ed98cd2 -RMD160 (cucumber-gherkin-19.0.2.gem) = e8ffcacbc891d99c73df9c8c60ac1c865adb55ea -SHA512 (cucumber-gherkin-19.0.2.gem) = ca330e07a65db403b84d9501d6c31f2226b3441da314be3a0b3e743bae8fe64a0520750801af6c48064a17969dd4672b9b9b91c497e18c36eb69449cd40059e0 -Size (cucumber-gherkin-19.0.2.gem) = 33792 bytes +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 --_----------=_1622276936146760--