Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Nov 2019 17:18:50 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r516469 - head/devel/rubygem-pastel
Message-ID:  <201911031718.xA3HIolp021915@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201911031718.xA3HIolp021915>