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:   wiz
Date:           Sun Sep 19 07:33:35 UTC 2021

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

Log Message:
ruby-cucumber-core: remove upper limit in dependency to unbreak pbulk


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 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.11 pkgsrc/devel/ruby-cucumber-core/Makefile:1.12
--- pkgsrc/devel/ruby-cucumber-core/Makefile:1.11       Mon Aug 30 16:28:44 2021
+++ pkgsrc/devel/ruby-cucumber-core/Makefile    Sun Sep 19 07:33:34 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2021/08/30 16:28:44 taca Exp $
+# $NetBSD: Makefile,v 1.12 2021/09/19 07:33:34 wiz Exp $
 
 DISTNAME=      cucumber-core-10.0.1
 CATEGORIES=    devel
@@ -10,7 +10,7 @@ LICENSE=      mit
 
 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
+DEPENDS+=      ${RUBY_PKGPREFIX}-cucumber-tag-expressions>=3.0:../../devel/ruby-cucumber-tag-expressions
 
 USE_LANGUAGES= # none
 



Home | Main Index | Thread Index | Old Index