svn commit: r511344 - head/devel/rubygem-cucumber-core

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Sep 6 17:45:04 UTC 2019


Author: sunpoet
Date: Fri Sep  6 17:45:03 2019
New Revision: 511344
URL: https://svnweb.freebsd.org/changeset/ports/511344

Log:
  Update version requirement of RUN_DEPENDS

Modified:
  head/devel/rubygem-cucumber-core/Makefile

Modified: head/devel/rubygem-cucumber-core/Makefile
==============================================================================
--- head/devel/rubygem-cucumber-core/Makefile	Fri Sep  6 17:44:58 2019	(r511343)
+++ head/devel/rubygem-cucumber-core/Makefile	Fri Sep  6 17:45:03 2019	(r511344)
@@ -14,7 +14,7 @@ LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 RUN_DEPENDS=	rubygem-cucumber-tag_expressions>=1.1.0:devel/rubygem-cucumber-tag_expressions \
-		rubygem-gherkin>=5.0:textproc/rubygem-gherkin
+		rubygem-gherkin>=5.0<6:textproc/rubygem-gherkin
 
 USES=		gem
 USE_RUBY=	yes


More information about the svn-ports-head mailing list