svn commit: r508781 - head/security/rubygem-devise-two-factor

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


Author: sunpoet
Date: Mon Aug 12 19:46:01 2019
New Revision: 508781
URL: https://svnweb.freebsd.org/changeset/ports/508781

Log:
  Update version requirement of RUN_DEPENDS

Modified:
  head/security/rubygem-devise-two-factor/Makefile

Modified: head/security/rubygem-devise-two-factor/Makefile
==============================================================================
--- head/security/rubygem-devise-two-factor/Makefile	Mon Aug 12 19:45:56 2019	(r508780)
+++ head/security/rubygem-devise-two-factor/Makefile	Mon Aug 12 19:46:01 2019	(r508781)
@@ -12,10 +12,10 @@ COMMENT=	Barebones two-factor authentication with Devi
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-RUN_DEPENDS=	rubygem-activesupport50>=0:devel/rubygem-activesupport50 \
-		rubygem-attr_encrypted>=1.3:security/rubygem-attr_encrypted \
-		rubygem-devise>=4.0:devel/rubygem-devise \
-		rubygem-railties50>=0:www/rubygem-railties50 \
+RUN_DEPENDS=	rubygem-activesupport50>=0<6.1:devel/rubygem-activesupport50 \
+		rubygem-attr_encrypted>=1.3<4:security/rubygem-attr_encrypted \
+		rubygem-devise>=4.0<5:devel/rubygem-devise \
+		rubygem-railties50>=0<6.1:www/rubygem-railties50 \
 		rubygem-rotp>=2.0:devel/rubygem-rotp
 
 USES=		gem


More information about the svn-ports-head mailing list