svn commit: r508783 - head/security/rubygem-devise-two-factor30-rails5

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Aug 12 19:46:13 UTC 2019


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


More information about the svn-ports-all mailing list