Date: Sat, 3 Feb 2018 06:21:41 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r460787 - head/devel/rubygem-generator_spec-rails4 Message-ID: <201802030621.w136LfGU084412@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802030621.w136LfGU084412>