diff --git a/security/rubygem-omniauth-alicloud/Makefile b/security/rubygem-omniauth-alicloud/Makefile index 8431acd4cbc1..a3b5ba90f7f5 100644 --- a/security/rubygem-omniauth-alicloud/Makefile +++ b/security/rubygem-omniauth-alicloud/Makefile @@ -1,21 +1,20 @@ PORTNAME= omniauth-alicloud -PORTVERSION= 1.0.1 -PORTREVISION= 2 +PORTVERSION= 2.0.0 CATEGORIES= security rubygems MASTER_SITES= RG MAINTAINER= mfechner@FreeBSD.org COMMENT= Wrapper the AliCloud Oauth2 API 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 NO_ARCH= yes .include diff --git a/security/rubygem-omniauth-alicloud/distinfo b/security/rubygem-omniauth-alicloud/distinfo index ee2596fdea10..6b6f116b2d39 100644 --- a/security/rubygem-omniauth-alicloud/distinfo +++ b/security/rubygem-omniauth-alicloud/distinfo @@ -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 diff --git a/security/rubygem-omniauth-alicloud/files/patch-gemspec b/security/rubygem-omniauth-alicloud/files/patch-gemspec deleted file mode 100644 index 19fce5bda77e..000000000000 --- a/security/rubygem-omniauth-alicloud/files/patch-gemspec +++ /dev/null @@ -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.freeze, ["~> 1.7.1"]) -+ s.add_runtime_dependency(%q.freeze, [">= 1.7.1"]) - else -- s.add_dependency(%q.freeze, ["~> 1.7.1"]) -+ s.add_dependency(%q.freeze, [">= 1.7.1"]) - end - end -