1
0
mirror of https://git.freebsd.org/ports.git synced 2026-06-02 11:08:52 +00:00

security/rubygem-omniauth-gitlab: Fix gemspec for rubygem-omniauth-oauth2 1.9.0 update

- Bump PORTREVISION for package change
This commit is contained in:
Po-Chuan Hsieh
2025-12-19 19:14:32 +08:00
parent 8f24861035
commit 5713e0a97e
2 changed files with 13 additions and 1 deletions
+2 -1
View File
@@ -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
@@ -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])