Date: Tue, 22 Nov 2022 09:39:04 GMT From: Matthias Fechner <mfechner@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 81928dc3bd8d - main - security/rubygem-omniauth-alicloud: update to 2.0.0 Message-ID: <202211220939.2AM9d4Nj058578@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by mfechner: URL: https://cgit.FreeBSD.org/ports/commit/?id=81928dc3bd8d5ed98c3ed8601321b6574b25bc78 commit 81928dc3bd8d5ed98c3ed8601321b6574b25bc78 Author: Matthias Fechner <mfechner@FreeBSD.org> AuthorDate: 2022-11-20 16:33:09 +0000 Commit: Matthias Fechner <mfechner@FreeBSD.org> CommitDate: 2022-11-22 09:38:25 +0000 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 --- security/rubygem-omniauth-alicloud/Makefile | 5 ++--- security/rubygem-omniauth-alicloud/distinfo | 6 +++--- security/rubygem-omniauth-alicloud/files/patch-gemspec | 14 -------------- 3 files changed, 5 insertions(+), 20 deletions(-) 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,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 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<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 -
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202211220939.2AM9d4Nj058578>