pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/ruby-cucumber-core



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun Jan 20 13:42:37 UTC 2019

Modified Files:
        pkgsrc/devel/ruby-cucumber-core: Makefile

Log Message:
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)


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/ruby-cucumber-core/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/ruby-cucumber-core/Makefile
diff -u pkgsrc/devel/ruby-cucumber-core/Makefile:1.3 pkgsrc/devel/ruby-cucumber-core/Makefile:1.4
--- pkgsrc/devel/ruby-cucumber-core/Makefile:1.3        Sun Sep 23 14:59:34 2018
+++ pkgsrc/devel/ruby-cucumber-core/Makefile    Sun Jan 20 13:42:36 2019
@@ -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@localhost
@@ -9,7 +9,7 @@ COMMENT=        Core library for the Cucumber B
 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"



Home | Main Index | Thread Index | Old Index