mirror of
https://git.freebsd.org/ports.git
synced 2026-06-02 11:08:52 +00:00
net/rubygem-omniauth-oauth2: Update to 1.9.0
Changes: https://github.com/omniauth/omniauth-oauth2/releases
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
PORTNAME= omniauth-oauth2
|
||||
PORTVERSION= 1.8.0
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 1.9.0
|
||||
CATEGORIES= net rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
@@ -11,7 +10,7 @@ WWW= https://github.com/omniauth/omniauth-oauth2
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE.md
|
||||
|
||||
RUN_DEPENDS= rubygem-oauth2>=1.4<3:net/rubygem-oauth2 \
|
||||
RUN_DEPENDS= rubygem-oauth2>=2.0.2<3:net/rubygem-oauth2 \
|
||||
rubygem-omniauth>=1.9<3:security/rubygem-omniauth
|
||||
|
||||
USES= gem
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1656093034
|
||||
SHA256 (rubygem/omniauth-oauth2-1.8.0.gem) = b2f8e9559cc7e2d4efba57607691d6d2b634b879fc5b5b6ccfefa3da85089e78
|
||||
SIZE (rubygem/omniauth-oauth2-1.8.0.gem) = 11776
|
||||
TIMESTAMP = 1766036673
|
||||
SHA256 (rubygem/omniauth-oauth2-1.9.0.gem) = ed15f6d9d20991807ce114cc5b9c1453bce3645b64e51c68c90cff5ff153fee8
|
||||
SIZE (rubygem/omniauth-oauth2-1.9.0.gem) = 12288
|
||||
|
||||
@@ -1,15 +0,0 @@
|
||||
Fix runtime of www/gitlab-ce
|
||||
|
||||
Allow omniauth 1.9.* to fix bundler check when gitlab starts.
|
||||
|
||||
--- omniauth-oauth2.gemspec.orig 2024-02-21 06:39:47 UTC
|
||||
+++ omniauth-oauth2.gemspec
|
||||
@@ -21,7 +21,7 @@ Gem::Specification.new do |s|
|
||||
s.specification_version = 4
|
||||
|
||||
s.add_runtime_dependency(%q<oauth2>.freeze, [">= 1.4".freeze, "< 3".freeze])
|
||||
- s.add_runtime_dependency(%q<omniauth>.freeze, ["~> 2.0".freeze])
|
||||
+ s.add_runtime_dependency(%q<omniauth>.freeze, [">= 1.9".freeze, "< 3".freeze])
|
||||
s.add_development_dependency(%q<bundler>.freeze, ["~> 2.0".freeze])
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user