Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Aug 2019 00:05:07 +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: r510212 - head/devel/rubygem-tty-pager
Message-ID:  <201908300005.x7U057M6057483@repo.freebsd.org>

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

Log:
  Update version requirement of RUN_DEPENDS

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

Modified: head/devel/rubygem-tty-pager/Makefile
==============================================================================
--- head/devel/rubygem-tty-pager/Makefile	Fri Aug 30 00:05:02 2019	(r510211)
+++ head/devel/rubygem-tty-pager/Makefile	Fri Aug 30 00:05:07 2019	(r510212)
@@ -12,9 +12,9 @@ COMMENT=	Terminal output paging in cross-platform way
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
-RUN_DEPENDS=	rubygem-strings>=0.1.4:devel/rubygem-strings \
-		rubygem-tty-screen>=0.6:devel/rubygem-tty-screen \
-		rubygem-tty-which>=0.4:devel/rubygem-tty-which
+RUN_DEPENDS=	rubygem-strings>=0.1.4<0.2:devel/rubygem-strings \
+		rubygem-tty-screen>=0.6<1:devel/rubygem-tty-screen \
+		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?201908300005.x7U057M6057483>