1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-10 07:04:03 +00:00

security/rubygem-omniauth-alicloud: update to 2.0.0

Required for gitlab-ce 15.5 update.
Changelog:
https://gitlab.com/gitlab-jh/jh-team/omniauth-alicloud/-/blob/main/CHANGELOG.md
This commit is contained in:
Matthias Fechner 2022-11-20 17:33:09 +01:00
parent 88cb592927
commit 81928dc3bd
3 changed files with 5 additions and 20 deletions

View File

@ -1,6 +1,5 @@
PORTNAME= omniauth-alicloud
PORTVERSION= 1.0.1
PORTREVISION= 2
PORTVERSION= 2.0.0
CATEGORIES= security rubygems
MASTER_SITES= RG
@ -11,7 +10,7 @@ WWW= https://gitlab.com/gitlab-jh/jh-team/omniauth-alicloud
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= rubygem-omniauth-oauth2>=1.7<2:net/rubygem-omniauth-oauth2
RUN_DEPENDS= rubygem-omniauth-oauth2>=1.8<2:net/rubygem-omniauth-oauth2
USES= gem
USE_RUBY= yes

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1650459123
SHA256 (rubygem/omniauth-alicloud-1.0.1.gem) = 2f81ec0b8f98d2ab5e5d64555c75ace46582cf27c4ef4207aa59f15331dd697a
SIZE (rubygem/omniauth-alicloud-1.0.1.gem) = 7168
TIMESTAMP = 1668838706
SHA256 (rubygem/omniauth-alicloud-2.0.0.gem) = 8ecf369d51cd5317c1e7c6b80276891f76cff210a534ec654326af5c62265de3
SIZE (rubygem/omniauth-alicloud-2.0.0.gem) = 7680

View File

@ -1,14 +0,0 @@
--- omniauth-alicloud.gemspec.orig 2022-07-26 11:42:41 UTC
+++ omniauth-alicloud.gemspec
@@ -24,9 +24,9 @@ Gem::Specification.new do |s|
end
if s.respond_to? :add_runtime_dependency then
- s.add_runtime_dependency(%q<omniauth-oauth2>.freeze, ["~> 1.7.1"])
+ s.add_runtime_dependency(%q<omniauth-oauth2>.freeze, [">= 1.7.1"])
else
- s.add_dependency(%q<omniauth-oauth2>.freeze, ["~> 1.7.1"])
+ s.add_dependency(%q<omniauth-oauth2>.freeze, [">= 1.7.1"])
end
end