Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Aug 2019 00:05:02 +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: r510211 - head/devel/rubygem-tty-markdown
Message-ID:  <201908300005.x7U052GW057324@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Fri Aug 30 00:05:02 2019
New Revision: 510211
URL: https://svnweb.freebsd.org/changeset/ports/510211

Log:
  Update version requirement of RUN_DEPENDS

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

Modified: head/devel/rubygem-tty-markdown/Makefile
==============================================================================
--- head/devel/rubygem-tty-markdown/Makefile	Fri Aug 30 00:04:56 2019	(r510210)
+++ head/devel/rubygem-tty-markdown/Makefile	Fri Aug 30 00:05:02 2019	(r510211)
@@ -12,12 +12,12 @@ COMMENT=	Convert markdown document/text into terminal 
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
-RUN_DEPENDS=	rubygem-kramdown>=1.16.2:textproc/rubygem-kramdown \
-		rubygem-pastel>=0.7.2:devel/rubygem-pastel \
-		rubygem-rouge>=3.3:textproc/rubygem-rouge \
-		rubygem-strings>=0.1.4:devel/rubygem-strings \
-		rubygem-tty-color>=0.4:devel/rubygem-tty-color \
-		rubygem-tty-screen>=0.6:devel/rubygem-tty-screen
+RUN_DEPENDS=	rubygem-kramdown>=1.16.2<2:textproc/rubygem-kramdown \
+		rubygem-pastel>=0.7.2<0.8:devel/rubygem-pastel \
+		rubygem-rouge>=3.3<4:textproc/rubygem-rouge \
+		rubygem-strings>=0.1.4<0.2:devel/rubygem-strings \
+		rubygem-tty-color>=0.4<1:devel/rubygem-tty-color \
+		rubygem-tty-screen>=0.6<1:devel/rubygem-tty-screen
 
 USES=		gem
 USE_RUBY=	yes



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