svn commit: r511238 - head/devel/rubygem-cucumber-formatter-dots

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Sep 5 17:10:45 UTC 2019


Author: sunpoet
Date: Thu Sep  5 17:10:44 2019
New Revision: 511238
URL: https://svnweb.freebsd.org/changeset/ports/511238

Log:
  Update version requirement of RUN_DEPENDS

Modified:
  head/devel/rubygem-cucumber-formatter-dots/Makefile

Modified: head/devel/rubygem-cucumber-formatter-dots/Makefile
==============================================================================
--- head/devel/rubygem-cucumber-formatter-dots/Makefile	Thu Sep  5 17:10:39 2019	(r511237)
+++ head/devel/rubygem-cucumber-formatter-dots/Makefile	Thu Sep  5 17:10:44 2019	(r511238)
@@ -13,8 +13,8 @@ COMMENT=	Dots formatter for Cucumber
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-RUN_DEPENDS=	rubygem-c21e>=1.2.:devel/rubygem-c21e \
-		rubygem-cucumber-messages>=3.0.0:devel/rubygem-cucumber-messages
+RUN_DEPENDS=	rubygem-c21e>=1.2.1<1.3:devel/rubygem-c21e \
+		rubygem-cucumber-messages>=3.0.0<3.1:devel/rubygem-cucumber-messages
 
 USES=		gem
 USE_RUBY=	yes


More information about the svn-ports-all mailing list