1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00

net/rubygem-omniauth-openid: Update to 2.0.1

Changes:	https://github.com/omniauth/omniauth-openid/releases
This commit is contained in:
Po-Chuan Hsieh 2021-07-15 00:03:18 +08:00
parent 7be4fb673d
commit 08fc19f2e0
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
3 changed files with 9 additions and 19 deletions

View File

@ -1,8 +1,7 @@
# Created by: Steve Wills <swills@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
USES= gem
USE_RUBY= yes
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>

View File

@ -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

View File

@ -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"])