svn commit: r510212 - head/devel/rubygem-tty-pager

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Aug 30 00:05:08 UTC 2019


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


More information about the svn-ports-all mailing list