svn commit: r510211 - head/devel/rubygem-tty-markdown

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


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


More information about the svn-ports-all mailing list