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:           Mon Aug 30 16:28:44 UTC 2021

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

Log Message:
devel/ruby-cucumber-core: update to 10.0.1

10.0.1 (2021-07-19)

* Patched cucumber-gherkin and cucumber-messages

10.0.0 (2021-07-09)

Dependencies

* Upgraded to gherkin v20 and messages v17.

  This removes protocol buffers from the runtime dependencies.

  This deeply impacts the API as the internal representation of messages has
  changed from Protocol Buffer objects to new auto-generated DTOs.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/ruby-cucumber-core/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/ruby-cucumber-core/distinfo

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.10 pkgsrc/devel/ruby-cucumber-core/Makefile:1.11
--- pkgsrc/devel/ruby-cucumber-core/Makefile:1.10       Sun May 23 09:45:55 2021
+++ pkgsrc/devel/ruby-cucumber-core/Makefile    Mon Aug 30 16:28:44 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2021/05/23 09:45:55 taca Exp $
+# $NetBSD: Makefile,v 1.11 2021/08/30 16:28:44 taca Exp $
 
-DISTNAME=      cucumber-core-9.0.1
+DISTNAME=      cucumber-core-10.0.1
 CATEGORIES=    devel
 
 MAINTAINER=    minskim%NetBSD.org@localhost
@@ -8,8 +8,8 @@ HOMEPAGE=       http://cukes.info/
 COMMENT=       Core library for the Cucumber BDD app
 LICENSE=       mit
 
-DEPENDS+=      ${RUBY_PKGPREFIX}-cucumber-gherkin>=18.1.0:../../lang/ruby-cucumber-gherkin
-DEPENDS+=      ${RUBY_PKGPREFIX}-cucumber-messages>=15.0.0:../../devel/ruby-cucumber-messages
+DEPENDS+=      ${RUBY_PKGPREFIX}-cucumber-gherkin>=20.0<21:../../lang/ruby-cucumber-gherkin
+DEPENDS+=      ${RUBY_PKGPREFIX}-cucumber-messages>=17.0<18:../../devel/ruby-cucumber-messages
 DEPENDS+=      ${RUBY_PKGPREFIX}-cucumber-tag-expressions>=3.0<4:../../devel/ruby-cucumber-tag-expressions
 
 USE_LANGUAGES= # none

Index: pkgsrc/devel/ruby-cucumber-core/distinfo
diff -u pkgsrc/devel/ruby-cucumber-core/distinfo:1.9 pkgsrc/devel/ruby-cucumber-core/distinfo:1.10
--- pkgsrc/devel/ruby-cucumber-core/distinfo:1.9        Sun May 23 09:45:55 2021
+++ pkgsrc/devel/ruby-cucumber-core/distinfo    Mon Aug 30 16:28:44 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.9 2021/05/23 09:45:55 taca Exp $
+$NetBSD: distinfo,v 1.10 2021/08/30 16:28:44 taca Exp $
 
-SHA1 (cucumber-core-9.0.1.gem) = b2c7228b7ff53ae172844bb7761ae3b7e12a4be2
-RMD160 (cucumber-core-9.0.1.gem) = 67ad23a3f3b2bb0dbe1e4466376adc73ba83f084
-SHA512 (cucumber-core-9.0.1.gem) = 485c6225e90b5dd6908776db9be23dd33ee66c0654a41854d8066d101d13d0a6030788872556eb2a801ce588aa41d848038e1a3bcf4093fe2bfeb8fbc176b6a1
-Size (cucumber-core-9.0.1.gem) = 41472 bytes
+SHA1 (cucumber-core-10.0.1.gem) = a8d8f62da5b15fd6987436f017790db2b4620eb9
+RMD160 (cucumber-core-10.0.1.gem) = 2e4a9d136fe2b74c83e0fe0df2100bb670ab98c3
+SHA512 (cucumber-core-10.0.1.gem) = 228408c024b4a13b6144d4b03e35b804e5e53283073a34433eb0beae103aa5d5c278567076b91116e2bc1b1c5067bc2f627400fb97ee3593bada9788e6cad9f6
+Size (cucumber-core-10.0.1.gem) = 41984 bytes



Home | Main Index | Thread Index | Old Index