svn commit: r510213 - head/devel/rubygem-tty-pie

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


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

Log:
  Update version requirement of RUN_DEPENDS

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

Modified: head/devel/rubygem-tty-pie/Makefile
==============================================================================
--- head/devel/rubygem-tty-pie/Makefile	Fri Aug 30 00:05:07 2019	(r510212)
+++ head/devel/rubygem-tty-pie/Makefile	Fri Aug 30 00:05:12 2019	(r510213)
@@ -12,8 +12,8 @@ COMMENT=	Draw pie charts in your terminal window
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
-RUN_DEPENDS=	rubygem-pastel>=0.7.3:devel/rubygem-pastel \
-		rubygem-tty-cursor>=0.7:devel/rubygem-tty-cursor
+RUN_DEPENDS=	rubygem-pastel>=0.7.3<0.8:devel/rubygem-pastel \
+		rubygem-tty-cursor>=0.7<1:devel/rubygem-tty-cursor
 
 USES=		gem
 USE_RUBY=	yes


More information about the svn-ports-all mailing list