svn commit: r513726 - head/devel/rubygem-astrolabe

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Oct 3 19:28:28 UTC 2019


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>


More information about the svn-ports-head mailing list