git: 08fc19f2e0b4 - main - net/rubygem-omniauth-openid: Update to 2.0.1
Po-Chuan Hsieh
sunpoet at FreeBSD.org
Wed Jul 14 16:19:37 UTC 2021
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=08fc19f2e0b4d94c255e8567be6abf2df7eef8e7
commit 08fc19f2e0b4d94c255e8567be6abf2df7eef8e7
Author: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-07-14 16:03:18 +0000
Commit: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-07-14 16:10:48 +0000
net/rubygem-omniauth-openid: Update to 2.0.1
Changes: https://github.com/omniauth/omniauth-openid/releases
---
net/rubygem-omniauth-openid/Makefile | 12 ++++++------
net/rubygem-omniauth-openid/distinfo | 5 +++--
net/rubygem-omniauth-openid/files/patch-gemspec | 11 -----------
3 files changed, 9 insertions(+), 19 deletions(-)
diff --git a/net/rubygem-omniauth-openid/Makefile b/net/rubygem-omniauth-openid/Makefile
index 0069e52934b7..02d8be3bcfbc 100644
--- a/net/rubygem-omniauth-openid/Makefile
+++ b/net/rubygem-omniauth-openid/Makefile
@@ -1,8 +1,7 @@
# Created by: Steve Wills <swills at FreeBSD.org>
PORTNAME= omniauth-openid
-PORTVERSION= 1.0.1
-PORTREVISION= 1
+PORTVERSION= 2.0.1
CATEGORIES= net rubygems
MASTER_SITES= RG
@@ -12,11 +11,12 @@ COMMENT= OpenID strategy for OmniAuth
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
-RUN_DEPENDS= rubygem-omniauth>=1.0:security/rubygem-omniauth \
- rubygem-rack-openid>=1.3.1:www/rubygem-rack-openid
+RUN_DEPENDS= rubygem-omniauth>=1.0<3.0:security/rubygem-omniauth \
+ rubygem-rack-openid>=1.4.0<1.5:www/rubygem-rack-openid
-NO_ARCH= yes
-USE_RUBY= yes
USES= gem
+USE_RUBY= yes
+
+NO_ARCH= yes
.include <bsd.port.mk>
diff --git a/net/rubygem-omniauth-openid/distinfo b/net/rubygem-omniauth-openid/distinfo
index cba23a355313..e3153ba050e3 100644
--- a/net/rubygem-omniauth-openid/distinfo
+++ b/net/rubygem-omniauth-openid/distinfo
@@ -1,2 +1,3 @@
-SHA256 (rubygem/omniauth-openid-1.0.1.gem) = 823bce35528072340b4a8a30ebd78e20d1a68178e222b88fe1dd977a88a457e2
-SIZE (rubygem/omniauth-openid-1.0.1.gem) = 10240
+TIMESTAMP = 1625585648
+SHA256 (rubygem/omniauth-openid-2.0.1.gem) = 32dc5d7fb2172375e7ccab6c11699793f8ffc6051caa7a82de9dc03bc7ada0b9
+SIZE (rubygem/omniauth-openid-2.0.1.gem) = 10752
diff --git a/net/rubygem-omniauth-openid/files/patch-gemspec b/net/rubygem-omniauth-openid/files/patch-gemspec
deleted file mode 100644
index db00b4b2f685..000000000000
--- a/net/rubygem-omniauth-openid/files/patch-gemspec
+++ /dev/null
@@ -1,11 +0,0 @@
---- omniauth-openid.gemspec.orig 2017-07-11 09:32:11 UTC
-+++ omniauth-openid.gemspec
-@@ -22,7 +22,7 @@ Gem::Specification.new do |s|
-
- if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
- s.add_runtime_dependency(%q<omniauth>.freeze, ["~> 1.0"])
-- s.add_runtime_dependency(%q<rack-openid>.freeze, ["~> 1.3.1"])
-+ s.add_runtime_dependency(%q<rack-openid>.freeze, [">= 1.3.1"])
- s.add_development_dependency(%q<rack-test>.freeze, ["~> 0.5"])
- s.add_development_dependency(%q<rake>.freeze, ["~> 0.8"])
- s.add_development_dependency(%q<rdiscount>.freeze, ["~> 1.6"])
More information about the dev-commits-ports-all
mailing list