svn commit: r510217 - head/devel/rubygem-tty-spinner

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


Author: sunpoet
Date: Fri Aug 30 00:05:32 2019
New Revision: 510217
URL: https://svnweb.freebsd.org/changeset/ports/510217

Log:
  Update version requirement of RUN_DEPENDS

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

Modified: head/devel/rubygem-tty-spinner/Makefile
==============================================================================
--- head/devel/rubygem-tty-spinner/Makefile	Fri Aug 30 00:05:27 2019	(r510216)
+++ head/devel/rubygem-tty-spinner/Makefile	Fri Aug 30 00:05:32 2019	(r510217)
@@ -12,7 +12,7 @@ COMMENT=	Terminal spinner for tasks with non-determini
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
-RUN_DEPENDS=	rubygem-tty-cursor>=0.7:devel/rubygem-tty-cursor
+RUN_DEPENDS=	rubygem-tty-cursor>=0.7<1:devel/rubygem-tty-cursor
 
 USES=		gem
 USE_RUBY=	yes


More information about the svn-ports-all mailing list