From 33d380b6de981be6fe7a3293f35a25e8b4c06357 Mon Sep 17 00:00:00 2001 From: taca Date: Sun, 20 Jan 2019 13:42:36 +0000 Subject: [PATCH] devel/ruby-cucumber-core: update to 4.0.0 ## [4.0.0](https://github.com/cucumber/cucumber-ruby-core/compare/v3.2.0...v4.0.0) ### Changed * Update to use Gherkin v6 ([#158](https://github.com/cucumber/cucumber-ruby-core/pull/158) @brasmusson) * Let Scenarios with no Steps get the result status Undefined ([#157](https://github.com/cucumber/cucumber-ruby-core/pull/157) @brasmusson) * Convert to use the Gherkin compiler and Pickles ([#156](https://github.com/cucumber/cucumber-ruby-core/pull/156) @brasmusson) ### Added * N/A ### Fixed * N/A ### Removed * Remove the support for old style tag expressions ([#159](https://github.com/cucumber/cucumber-ruby-core/pull/159) @brasmusson) --- devel/ruby-cucumber-core/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/devel/ruby-cucumber-core/Makefile b/devel/ruby-cucumber-core/Makefile index 5903826ea7a4..fb0c3475b059 100644 --- a/devel/ruby-cucumber-core/Makefile +++ b/devel/ruby-cucumber-core/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.3 2018/09/23 14:59:34 taca Exp $ +# $NetBSD: Makefile,v 1.4 2019/01/20 13:42:36 taca Exp $ -DISTNAME= cucumber-core-3.2.0 +DISTNAME= cucumber-core-4.0.0 CATEGORIES= devel MAINTAINER= minskim@NetBSD.org @@ -9,7 +9,7 @@ COMMENT= Core library for the Cucumber BDD app LICENSE= mit DEPENDS+= ${RUBY_PKGPREFIX}-backports>=3.8.0:../../devel/ruby-backports -DEPENDS+= ${RUBY_PKGPREFIX}-gherkin>=5.0.0:../../lang/ruby-gherkin +DEPENDS+= ${RUBY_PKGPREFIX}-gherkin>=6.0.0:../../lang/ruby-gherkin DEPENDS+= ${RUBY_PKGPREFIX}-cucumber-tag_expressions>=1.1.0:../../devel/ruby-cucumber-tag_expressions .include "../../lang/ruby/gem.mk"