svn commit: r460787 - head/devel/rubygem-generator_spec-rails4

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


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

Log:
  Fix version requirement of RUN_DEPENDS

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

Modified: head/devel/rubygem-generator_spec-rails4/Makefile
==============================================================================
--- head/devel/rubygem-generator_spec-rails4/Makefile	Sat Feb  3 06:21:36 2018	(r460786)
+++ head/devel/rubygem-generator_spec-rails4/Makefile	Sat Feb  3 06:21:41 2018	(r460787)
@@ -12,8 +12,8 @@ COMMENT=	Test Rails generators with RSpec
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/MIT-LICENSE
 
-RUN_DEPENDS=	rubygem-activesupport4>=4.1.4:devel/rubygem-activesupport4 \
-		rubygem-railties4>=4.1.4:www/rubygem-railties4
+RUN_DEPENDS=	rubygem-activesupport4>=3.0.0:devel/rubygem-activesupport4 \
+		rubygem-railties4>=3.0.0:www/rubygem-railties4
 
 NO_ARCH=	yes
 USE_RUBY=	yes


More information about the svn-ports-head mailing list