svn commit: r510208 - head/devel/rubygem-tty-command

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


Author: sunpoet
Date: Fri Aug 30 00:04:46 2019
New Revision: 510208
URL: https://svnweb.freebsd.org/changeset/ports/510208

Log:
  Update version requirement of RUN_DEPENDS

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

Modified: head/devel/rubygem-tty-command/Makefile
==============================================================================
--- head/devel/rubygem-tty-command/Makefile	Fri Aug 30 00:04:41 2019	(r510207)
+++ head/devel/rubygem-tty-command/Makefile	Fri Aug 30 00:04:46 2019	(r510208)
@@ -12,7 +12,7 @@ COMMENT=	Execute shell commands with pretty logging
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
-RUN_DEPENDS=	rubygem-pastel>=0.7.0:devel/rubygem-pastel
+RUN_DEPENDS=	rubygem-pastel>=0.7.0<0.8:devel/rubygem-pastel
 
 USES=		gem
 USE_RUBY=	yes


More information about the svn-ports-all mailing list