svn commit: r545971 - head/devel/rubygem-rubytree

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Aug 23 19:46:32 UTC 2020


Author: sunpoet
Date: Sun Aug 23 19:46:27 2020
New Revision: 545971
URL: https://svnweb.freebsd.org/changeset/ports/545971

Log:
  Update version requirement of RUN_DEPENDS

Modified:
  head/devel/rubygem-rubytree/Makefile

Modified: head/devel/rubygem-rubytree/Makefile
==============================================================================
--- head/devel/rubygem-rubytree/Makefile	Sun Aug 23 19:46:23 2020	(r545970)
+++ head/devel/rubygem-rubytree/Makefile	Sun Aug 23 19:46:27 2020	(r545971)
@@ -12,11 +12,12 @@ COMMENT=	Implementation of the Tree data structure for
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE.md
 
-RUN_DEPENDS=	rubygem-json>=2.1:devel/rubygem-json \
-		rubygem-structured_warnings>=0.3:devel/rubygem-structured_warnings
+RUN_DEPENDS=	rubygem-json>=2.1<3:devel/rubygem-json \
+		rubygem-structured_warnings>=0.3<1:devel/rubygem-structured_warnings
 
-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