Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Oct 2019 19:28:27 +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: r513726 - head/devel/rubygem-astrolabe
Message-ID:  <201910031928.x93JSRNe024622@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu Oct  3 19:28:27 2019
New Revision: 513726
URL: https://svnweb.freebsd.org/changeset/ports/513726

Log:
  Update version requirement of RUN_DEPENDS

Modified:
  head/devel/rubygem-astrolabe/Makefile

Modified: head/devel/rubygem-astrolabe/Makefile
==============================================================================
--- head/devel/rubygem-astrolabe/Makefile	Thu Oct  3 19:28:18 2019	(r513725)
+++ head/devel/rubygem-astrolabe/Makefile	Thu Oct  3 19:28:27 2019	(r513726)
@@ -11,10 +11,11 @@ COMMENT=	Object-oriented AST extension for rubygem-par
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
-RUN_DEPENDS=	rubygem-parser>=2.2:devel/rubygem-parser
+RUN_DEPENDS=	rubygem-parser>=2.2<3:devel/rubygem-parser
 
-NO_ARCH=	yes
-USE_RUBY=	yes
 USES=		gem
+USE_RUBY=	yes
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>



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