svn commit: r516469 - head/devel/rubygem-pastel

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Nov 3 17:18:51 UTC 2019


Author: sunpoet
Date: Sun Nov  3 17:18:50 2019
New Revision: 516469
URL: https://svnweb.freebsd.org/changeset/ports/516469

Log:
  Update version requirement of RUN_DEPENDS

Modified:
  head/devel/rubygem-pastel/Makefile

Modified: head/devel/rubygem-pastel/Makefile
==============================================================================
--- head/devel/rubygem-pastel/Makefile	Sun Nov  3 17:18:45 2019	(r516468)
+++ head/devel/rubygem-pastel/Makefile	Sun Nov  3 17:18:50 2019	(r516469)
@@ -12,8 +12,8 @@ COMMENT=	Terminal strings styling with intuitive and c
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
-RUN_DEPENDS=	rubygem-equatable>=0.6:devel/rubygem-equatable \
-		rubygem-tty-color>=0.5:devel/rubygem-tty-color
+RUN_DEPENDS=	rubygem-equatable>=0.6<1:devel/rubygem-equatable \
+		rubygem-tty-color>=0.5<1:devel/rubygem-tty-color
 
 USES=		gem
 USE_RUBY=	yes


More information about the svn-ports-all mailing list