Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Aug 2019 00:04:52 +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: r510209 - head/devel/rubygem-tty-editor
Message-ID:  <201908300004.x7U04qEe057094@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Fri Aug 30 00:04:51 2019
New Revision: 510209
URL: https://svnweb.freebsd.org/changeset/ports/510209

Log:
  Update version requirement of RUN_DEPENDS

Modified:
  head/devel/rubygem-tty-editor/Makefile

Modified: head/devel/rubygem-tty-editor/Makefile
==============================================================================
--- head/devel/rubygem-tty-editor/Makefile	Fri Aug 30 00:04:46 2019	(r510208)
+++ head/devel/rubygem-tty-editor/Makefile	Fri Aug 30 00:04:51 2019	(r510209)
@@ -12,8 +12,8 @@ COMMENT=	Opens a file or text in the user preferred ed
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
-RUN_DEPENDS=	rubygem-tty-prompt>=0.19:devel/rubygem-tty-prompt \
-		rubygem-tty-which>=0.4:devel/rubygem-tty-which
+RUN_DEPENDS=	rubygem-tty-prompt>=0.19<1:devel/rubygem-tty-prompt \
+		rubygem-tty-which>=0.4<1:devel/rubygem-tty-which
 
 USES=		gem
 USE_RUBY=	yes



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