svn commit: r504905 - head/security/rubygem-devise-two-factor-rails5

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Jun 22 21:49:37 UTC 2019


Author: sunpoet
Date: Sat Jun 22 21:49:32 2019
New Revision: 504905
URL: https://svnweb.freebsd.org/changeset/ports/504905

Log:
  Take maintainership

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

Modified: head/security/rubygem-devise-two-factor-rails5/Makefile
==============================================================================
--- head/security/rubygem-devise-two-factor-rails5/Makefile	Sat Jun 22 21:49:27 2019	(r504904)
+++ head/security/rubygem-devise-two-factor-rails5/Makefile	Sat Jun 22 21:49:32 2019	(r504905)
@@ -7,7 +7,7 @@ CATEGORIES=	security rubygems
 MASTER_SITES=	RG
 PKGNAMESUFFIX=	-rails5
 
-MAINTAINER=	ruby at FreeBSD.org
+MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	Barebones two-factor authentication with Devise
 
 LICENSE=	MIT
@@ -15,12 +15,13 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 RUN_DEPENDS=	rubygem-activesupport5>=0:devel/rubygem-activesupport5 \
 		rubygem-attr_encrypted>=1.3:security/rubygem-attr_encrypted \
-		rubygem-devise-rails5>0:devel/rubygem-devise-rails5 \
+		rubygem-devise-rails5>=4.0:devel/rubygem-devise-rails5 \
 		rubygem-railties5>=0:www/rubygem-railties5 \
 		rubygem-rotp>=2.0:devel/rubygem-rotp
 
-NO_ARCH=	yes
-USE_RUBY=	yes
 USES=		gem
+USE_RUBY=	yes
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list