git: 5713e0a97eb9 - main - security/rubygem-omniauth-gitlab: Fix gemspec for rubygem-omniauth-oauth2 1.9.0 update
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 19 Dec 2025 11:22:29 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=5713e0a97eb993de8eed1a39708c9144ba11197d
commit 5713e0a97eb993de8eed1a39708c9144ba11197d
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-12-19 11:14:32 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-12-19 11:14:32 +0000
security/rubygem-omniauth-gitlab: Fix gemspec for rubygem-omniauth-oauth2 1.9.0 update
- Bump PORTREVISION for package change
---
security/rubygem-omniauth-gitlab/Makefile | 3 ++-
security/rubygem-omniauth-gitlab/files/patch-gemspec | 11 +++++++++++
2 files changed, 13 insertions(+), 1 deletion(-)
diff --git a/security/rubygem-omniauth-gitlab/Makefile b/security/rubygem-omniauth-gitlab/Makefile
index 159210eeda6f..75a5ee05c2ef 100644
--- a/security/rubygem-omniauth-gitlab/Makefile
+++ b/security/rubygem-omniauth-gitlab/Makefile
@@ -1,5 +1,6 @@
PORTNAME= omniauth-gitlab
PORTVERSION= 4.1.0
+PORTREVISION= 1
CATEGORIES= security rubygems
MASTER_SITES= RG
@@ -11,7 +12,7 @@ LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= rubygem-omniauth>=2.0<3:security/rubygem-omniauth \
- rubygem-omniauth-oauth2>=1.8.0<1.9:net/rubygem-omniauth-oauth2
+ rubygem-omniauth-oauth2>=1.8.0<2:net/rubygem-omniauth-oauth2
USES= gem
diff --git a/security/rubygem-omniauth-gitlab/files/patch-gemspec b/security/rubygem-omniauth-gitlab/files/patch-gemspec
new file mode 100644
index 000000000000..6b516a7acf8a
--- /dev/null
+++ b/security/rubygem-omniauth-gitlab/files/patch-gemspec
@@ -0,0 +1,11 @@
+--- omniauth-gitlab.gemspec.orig 2025-12-18 13:25:02 UTC
++++ omniauth-gitlab.gemspec
+@@ -20,7 +20,7 @@ Gem::Specification.new do |s|
+ s.specification_version = 4
+
+ s.add_runtime_dependency(%q<omniauth>.freeze, ["~> 2.0".freeze])
+- s.add_runtime_dependency(%q<omniauth-oauth2>.freeze, ["~> 1.8.0".freeze])
++ s.add_runtime_dependency(%q<omniauth-oauth2>.freeze, ["~> 1.8".freeze])
+ s.add_development_dependency(%q<rspec>.freeze, ["~> 3.1".freeze])
+ s.add_development_dependency(%q<rspec-its>.freeze, ["~> 1.0".freeze])
+ s.add_development_dependency(%q<simplecov>.freeze, [">= 0".freeze])