svn commit: r511019 - head/sysutils/rubygem-guard-minitest

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Sep 3 19:12:10 UTC 2019


Author: sunpoet
Date: Tue Sep  3 19:12:09 2019
New Revision: 511019
URL: https://svnweb.freebsd.org/changeset/ports/511019

Log:
  Update version requirement of RUN_DEPENDS

Modified:
  head/sysutils/rubygem-guard-minitest/Makefile

Modified: head/sysutils/rubygem-guard-minitest/Makefile
==============================================================================
--- head/sysutils/rubygem-guard-minitest/Makefile	Tue Sep  3 19:12:04 2019	(r511018)
+++ head/sysutils/rubygem-guard-minitest/Makefile	Tue Sep  3 19:12:09 2019	(r511019)
@@ -12,11 +12,12 @@ COMMENT=	Automatically run your tests with Minitest fr
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-RUN_DEPENDS=	rubygem-guard-compat>=1.2:sysutils/rubygem-guard-compat \
-		rubygem-minitest>=3:devel/rubygem-minitest
+RUN_DEPENDS=	rubygem-guard-compat>=1.2<2:sysutils/rubygem-guard-compat \
+		rubygem-minitest>=3.0:devel/rubygem-minitest
 
-NO_ARCH=	yes
-USE_RUBY=	yes
 USES=		gem
+USE_RUBY=	yes
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list