svn commit: r460788 - head/devel/rubygem-generator_spec-rails5

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Feb 3 06:21:47 UTC 2018


Author: sunpoet
Date: Sat Feb  3 06:21:46 2018
New Revision: 460788
URL: https://svnweb.freebsd.org/changeset/ports/460788

Log:
  Fix version requirement of RUN_DEPENDS

Modified:
  head/devel/rubygem-generator_spec-rails5/Makefile

Modified: head/devel/rubygem-generator_spec-rails5/Makefile
==============================================================================
--- head/devel/rubygem-generator_spec-rails5/Makefile	Sat Feb  3 06:21:41 2018	(r460787)
+++ head/devel/rubygem-generator_spec-rails5/Makefile	Sat Feb  3 06:21:46 2018	(r460788)
@@ -12,8 +12,8 @@ COMMENT=	Test Rails generators with RSpec
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/MIT-LICENSE
 
-RUN_DEPENDS=	rubygem-activesupport5>=0:devel/rubygem-activesupport5 \
-		rubygem-railties5>=0:www/rubygem-railties5
+RUN_DEPENDS=	rubygem-activesupport5>=3.0.0:devel/rubygem-activesupport5 \
+		rubygem-railties5>=3.0.0:www/rubygem-railties5
 
 NO_ARCH=	yes
 USE_RUBY=	yes


More information about the svn-ports-head mailing list