Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Nov 2019 17:25:25 +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: r516540 - head/textproc/rubygem-commonmarker
Message-ID:  <201911031725.xA3HPPVK035335@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Nov  3 17:25:25 2019
New Revision: 516540
URL: https://svnweb.freebsd.org/changeset/ports/516540

Log:
  Update version requirement of RUN_DEPENDS

Modified:
  head/textproc/rubygem-commonmarker/Makefile

Modified: head/textproc/rubygem-commonmarker/Makefile
==============================================================================
--- head/textproc/rubygem-commonmarker/Makefile	Sun Nov  3 17:25:20 2019	(r516539)
+++ head/textproc/rubygem-commonmarker/Makefile	Sun Nov  3 17:25:25 2019	(r516540)
@@ -12,7 +12,7 @@ COMMENT=	Ruby wrapper for libcmark (CommonMark parser)
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
-RUN_DEPENDS=	rubygem-ruby-enum>=0.5:devel/rubygem-ruby-enum
+RUN_DEPENDS=	rubygem-ruby-enum>=0.5<1:devel/rubygem-ruby-enum
 
 USES=		gem
 USE_RUBY=	yes



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