Date: Mon, 12 Aug 2019 19:46:11 +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: r508783 - head/security/rubygem-devise-two-factor30-rails5 Message-ID: <201908121946.x7CJkBAX098335@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Mon Aug 12 19:46:10 2019 New Revision: 508783 URL: https://svnweb.freebsd.org/changeset/ports/508783 Log: Update version requirement of RUN_DEPENDS Modified: head/security/rubygem-devise-two-factor30-rails5/Makefile Modified: head/security/rubygem-devise-two-factor30-rails5/Makefile ============================================================================== --- head/security/rubygem-devise-two-factor30-rails5/Makefile Mon Aug 12 19:46:06 2019 (r508782) +++ head/security/rubygem-devise-two-factor30-rails5/Makefile Mon Aug 12 19:46:10 2019 (r508783) @@ -13,10 +13,10 @@ COMMENT= Barebones two-factor authentication with Devi LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= rubygem-activesupport5>=0:devel/rubygem-activesupport5 \ - rubygem-attr_encrypted>=1.3:security/rubygem-attr_encrypted \ - rubygem-devise-rails5>=4.0:devel/rubygem-devise-rails5 \ - rubygem-railties5>=0:www/rubygem-railties5 \ +RUN_DEPENDS= rubygem-activesupport5>=0<5.3:devel/rubygem-activesupport5 \ + rubygem-attr_encrypted>=1.3<4:security/rubygem-attr_encrypted \ + rubygem-devise-rails5>=4.0<5:devel/rubygem-devise-rails5 \ + rubygem-railties5>=0<5.3:www/rubygem-railties5 \ rubygem-rotp>=2.0:devel/rubygem-rotp USES= gem
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201908121946.x7CJkBAX098335>