aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2019-06-23 05:49:27 +0800
committersunpoet <sunpoet@FreeBSD.org>2019-06-23 05:49:27 +0800
commit06bf38b52270194d7b1f7ac8a2b7e6c9d0ec03e0 (patch)
tree7ecc6ba4d2c54338255d03708404d114983ada33 /security
parent6e0d7845e76281cfe286951d85959e2ba5594551 (diff)
downloadfreebsd-ports-gnome-06bf38b52270194d7b1f7ac8a2b7e6c9d0ec03e0.tar.gz
freebsd-ports-gnome-06bf38b52270194d7b1f7ac8a2b7e6c9d0ec03e0.tar.zst
freebsd-ports-gnome-06bf38b52270194d7b1f7ac8a2b7e6c9d0ec03e0.zip
Change from Rails 4.2 to Rails 5.0
- Bump PORTREVISION for dependency change - Take maintainership
Diffstat (limited to 'security')
-rw-r--r--security/rubygem-devise-two-factor/Makefile12
1 files changed, 7 insertions, 5 deletions
diff --git a/security/rubygem-devise-two-factor/Makefile b/security/rubygem-devise-two-factor/Makefile
index 66a76898e0a3..42fa3040cfe4 100644
--- a/security/rubygem-devise-two-factor/Makefile
+++ b/security/rubygem-devise-two-factor/Makefile
@@ -3,23 +3,25 @@
PORTNAME= devise-two-factor
PORTVERSION= 3.0.3
+PORTREVISION= 1
CATEGORIES= security rubygems
MASTER_SITES= RG
-MAINTAINER= ruby@FreeBSD.org
+MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Barebones two-factor authentication with Devise
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
-RUN_DEPENDS= rubygem-activesupport4>=0:devel/rubygem-activesupport4 \
+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-railties4>=0:www/rubygem-railties4 \
+ rubygem-railties50>=0:www/rubygem-railties50 \
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>