Sun Jan 20 13:42:37 2019 UTC ()
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)


(taca)
diff -r1.3 -r1.4 pkgsrc/devel/ruby-cucumber-core/Makefile

cvs diff -r1.3 -r1.4 pkgsrc/devel/ruby-cucumber-core/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/ruby-cucumber-core/Makefile 2018/09/23 14:59:34 1.3
+++ pkgsrc/devel/ruby-cucumber-core/Makefile 2019/01/20 13:42:36 1.4
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.3 2018/09/23 14:59:34 taca Exp $ 1# $NetBSD: Makefile,v 1.4 2019/01/20 13:42:36 taca Exp $
2 2
3DISTNAME= cucumber-core-3.2.0 3DISTNAME= cucumber-core-4.0.0
4CATEGORIES= devel 4CATEGORIES= devel
5 5
6MAINTAINER= minskim@NetBSD.org 6MAINTAINER= minskim@NetBSD.org
7HOMEPAGE= http://cukes.info/ 7HOMEPAGE= http://cukes.info/
8COMMENT= Core library for the Cucumber BDD app 8COMMENT= Core library for the Cucumber BDD app
9LICENSE= mit 9LICENSE= mit
10 10
11DEPENDS+= ${RUBY_PKGPREFIX}-backports>=3.8.0:../../devel/ruby-backports 11DEPENDS+= ${RUBY_PKGPREFIX}-backports>=3.8.0:../../devel/ruby-backports
12DEPENDS+= ${RUBY_PKGPREFIX}-gherkin>=5.0.0:../../lang/ruby-gherkin 12DEPENDS+= ${RUBY_PKGPREFIX}-gherkin>=6.0.0:../../lang/ruby-gherkin
13DEPENDS+= ${RUBY_PKGPREFIX}-cucumber-tag_expressions>=1.1.0:../../devel/ruby-cucumber-tag_expressions 13DEPENDS+= ${RUBY_PKGPREFIX}-cucumber-tag_expressions>=1.1.0:../../devel/ruby-cucumber-tag_expressions
14 14
15.include "../../lang/ruby/gem.mk" 15.include "../../lang/ruby/gem.mk"
16.include "../../mk/bsd.pkg.mk" 16.include "../../mk/bsd.pkg.mk"