svn commit: r511020 - head/sysutils/rubygem-guard-rspec

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


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

Log:
  Update version requirement of RUN_DEPENDS

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

Modified: head/sysutils/rubygem-guard-rspec/Makefile
==============================================================================
--- head/sysutils/rubygem-guard-rspec/Makefile	Tue Sep  3 19:12:09 2019	(r511019)
+++ head/sysutils/rubygem-guard-rspec/Makefile	Tue Sep  3 19:12:14 2019	(r511020)
@@ -12,12 +12,13 @@ COMMENT=	Guard::RSpec automatically run your specs (mu
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
-RUN_DEPENDS=	rubygem-guard>=2.1:sysutils/rubygem-guard \
-		rubygem-guard-compat>=1.1:sysutils/rubygem-guard-compat \
-		rubygem-rspec>=2.99.0:devel/rubygem-rspec
+RUN_DEPENDS=	rubygem-guard>=2.1<3:sysutils/rubygem-guard \
+		rubygem-guard-compat>=1.1<2:sysutils/rubygem-guard-compat \
+		rubygem-rspec>=2.99.0<4.0:devel/rubygem-rspec
 
-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