Date: Sat, 3 Feb 2018 06:21:47 +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: r460788 - head/devel/rubygem-generator_spec-rails5 Message-ID: <201802030621.w136Ll2A084518@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802030621.w136Ll2A084518>