Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Sep 2019 17:10:45 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r511238 - head/devel/rubygem-cucumber-formatter-dots
Message-ID:  <201909051710.x85HAj0h004842@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909051710.x85HAj0h004842>