git: a9d2554d5329 - main - security/rubygem-devise-two-factor-rails5: Update to 4.0.0
Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun Apr 25 20:42:48 UTC 2021
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=a9d2554d53299f55b5952416bd25a6f2d39879a9
commit a9d2554d53299f55b5952416bd25a6f2d39879a9
Author: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-04-25 20:20:33 +0000
Commit: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-04-25 20:36:22 +0000
security/rubygem-devise-two-factor-rails5: Update to 4.0.0
Changes: https://github.com/tinfoil/devise-two-factor/blob/master/CHANGELOG.md
---
security/rubygem-devise-two-factor-rails5/Makefile | 8 ++++----
security/rubygem-devise-two-factor-rails5/distinfo | 6 +++---
security/rubygem-devise-two-factor-rails5/files/patch-gemspec | 11 -----------
3 files changed, 7 insertions(+), 18 deletions(-)
diff --git a/security/rubygem-devise-two-factor-rails5/Makefile b/security/rubygem-devise-two-factor-rails5/Makefile
index 703b23682cd0..dc2aa47501ea 100644
--- a/security/rubygem-devise-two-factor-rails5/Makefile
+++ b/security/rubygem-devise-two-factor-rails5/Makefile
@@ -1,7 +1,7 @@
# Created by: Torsten Zuhlsdorff <ports at toco-domains.de>
PORTNAME= devise-two-factor
-PORTVERSION= 3.1.0
+PORTVERSION= 4.0.0
CATEGORIES= security rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= -rails5
@@ -12,11 +12,11 @@ COMMENT= Barebones two-factor authentication with Devise
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
-RUN_DEPENDS= rubygem-activesupport5>=0<6.1:devel/rubygem-activesupport5 \
+RUN_DEPENDS= rubygem-activesupport5>=0<6.2: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<6.1:www/rubygem-railties5 \
- rubygem-rotp>=2.0:devel/rubygem-rotp
+ rubygem-railties5>=0<6.2:www/rubygem-railties5 \
+ rubygem-rotp>=6.0<7:devel/rubygem-rotp
USES= gem
USE_RUBY= yes
diff --git a/security/rubygem-devise-two-factor-rails5/distinfo b/security/rubygem-devise-two-factor-rails5/distinfo
index a0b8b6fe249c..c2238d60e15f 100644
--- a/security/rubygem-devise-two-factor-rails5/distinfo
+++ b/security/rubygem-devise-two-factor-rails5/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1565441543
-SHA256 (rubygem/devise-two-factor-3.1.0.gem) = c4ae641aef51339b10e8f2e0ee56c6abbaa81caa9d653926c1b4fb9ce13df33f
-SIZE (rubygem/devise-two-factor-3.1.0.gem) = 29184
+TIMESTAMP = 1619198937
+SHA256 (rubygem/devise-two-factor-4.0.0.gem) = ccfee44a861a2514e06f41854f60b9c60e255ad48fa434709b9137f44c761791
+SIZE (rubygem/devise-two-factor-4.0.0.gem) = 29184
diff --git a/security/rubygem-devise-two-factor-rails5/files/patch-gemspec b/security/rubygem-devise-two-factor-rails5/files/patch-gemspec
deleted file mode 100644
index 33b2f7571c11..000000000000
--- a/security/rubygem-devise-two-factor-rails5/files/patch-gemspec
+++ /dev/null
@@ -1,11 +0,0 @@
---- devise-two-factor.gemspec.orig 2016-12-31 23:56:23 UTC
-+++ devise-two-factor.gemspec
-@@ -28,7 +28,7 @@ Gem::Specification.new do |s|
- s.add_runtime_dependency(%q<activesupport>.freeze, [">= 0"])
- s.add_runtime_dependency(%q<attr_encrypted>.freeze, ["!= 2", "< 4", ">= 1.3"])
- s.add_runtime_dependency(%q<devise>.freeze, ["~> 4.0"])
-- s.add_runtime_dependency(%q<rotp>.freeze, ["~> 2.0"])
-+ s.add_runtime_dependency(%q<rotp>.freeze, [">= 2.0"])
- s.add_development_dependency(%q<activemodel>.freeze, [">= 0"])
- s.add_development_dependency(%q<bundler>.freeze, ["> 1.0"])
- s.add_development_dependency(%q<rspec>.freeze, ["> 3"])
More information about the dev-commits-ports-all
mailing list