git: 027267bb9bd1 - main - net/rubygem-omniauth-oauth2-gitlab: update to 1.9.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 13 Dec 2025 06:58:14 UTC
The branch main has been updated by mfechner:
URL: https://cgit.FreeBSD.org/ports/commit/?id=027267bb9bd1bddf3a8f7cfb3c12ce72f5ebca88
commit 027267bb9bd1bddf3a8f7cfb3c12ce72f5ebca88
Author: Matthias Fechner <mfechner@FreeBSD.org>
AuthorDate: 2025-12-13 06:15:33 +0000
Commit: Matthias Fechner <mfechner@FreeBSD.org>
CommitDate: 2025-12-13 06:58:10 +0000
net/rubygem-omniauth-oauth2-gitlab: update to 1.9.0
Changes: https://github.com/omniauth/omniauth-oauth2/releases
---
net/rubygem-omniauth-oauth2-gitlab/Makefile | 7 +++----
net/rubygem-omniauth-oauth2-gitlab/distinfo | 6 +++---
net/rubygem-omniauth-oauth2-gitlab/files/patch-gemspec | 15 ---------------
3 files changed, 6 insertions(+), 22 deletions(-)
diff --git a/net/rubygem-omniauth-oauth2-gitlab/Makefile b/net/rubygem-omniauth-oauth2-gitlab/Makefile
index 031ae569a0c8..72146c378846 100644
--- a/net/rubygem-omniauth-oauth2-gitlab/Makefile
+++ b/net/rubygem-omniauth-oauth2-gitlab/Makefile
@@ -1,6 +1,5 @@
PORTNAME= omniauth-oauth2
-PORTVERSION= 1.8.0
-PORTREVISION= 1
+PORTVERSION= 1.9.0
CATEGORIES= net rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= -gitlab
@@ -12,8 +11,8 @@ WWW= https://github.com/omniauth/omniauth-oauth2
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.md
-RUN_DEPENDS= rubygem-oauth2-gitlab>=1.4<3:net/rubygem-oauth2-gitlab \
- rubygem-omniauth-gl>=1.9<3:security/rubygem-omniauth-gl
+RUN_DEPENDS= rubygem-oauth2-gitlab>=2.0.2<3:net/rubygem-oauth2-gitlab \
+ rubygem-omniauth-gl>=2.0<3:security/rubygem-omniauth-gl
USES= gem
diff --git a/net/rubygem-omniauth-oauth2-gitlab/distinfo b/net/rubygem-omniauth-oauth2-gitlab/distinfo
index e197572d0b5d..a020b57d93e8 100644
--- a/net/rubygem-omniauth-oauth2-gitlab/distinfo
+++ b/net/rubygem-omniauth-oauth2-gitlab/distinfo
@@ -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 = 1765605599
+SHA256 (rubygem/omniauth-oauth2-1.9.0.gem) = ed15f6d9d20991807ce114cc5b9c1453bce3645b64e51c68c90cff5ff153fee8
+SIZE (rubygem/omniauth-oauth2-1.9.0.gem) = 12288
diff --git a/net/rubygem-omniauth-oauth2-gitlab/files/patch-gemspec b/net/rubygem-omniauth-oauth2-gitlab/files/patch-gemspec
deleted file mode 100644
index f42ffd158980..000000000000
--- a/net/rubygem-omniauth-oauth2-gitlab/files/patch-gemspec
+++ /dev/null
@@ -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
-