Re: git: cd3ccf540775 - main - www/gitlab-ce: Update RUN_DEPENDS
- In reply to: Po-Chuan Hsieh : "git: cd3ccf540775 - main - www/gitlab-ce: Update RUN_DEPENDS"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 05 Jun 2023 19:30:40 UTC
On Tue, Jun 6, 2023 at 3:04 AM Po-Chuan Hsieh <sunpoet@freebsd.org> wrote: > The branch main has been updated by sunpoet: > > URL: > https://cgit.FreeBSD.org/ports/commit/?id=cd3ccf5407757430ac5899a4ba0fecd61992a431 > > commit cd3ccf5407757430ac5899a4ba0fecd61992a431 > Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> > AuthorDate: 2023-06-05 18:46:23 +0000 > Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> > CommitDate: 2023-06-05 18:49:13 +0000 > > www/gitlab-ce: Update RUN_DEPENDS > > - Change RUN_DEPENDS from rubygem-aws-sdk-s3 to rubygem-aws-sdk-s31122 > - Change RUN_DEPENDS from rubygem-nokogiri to rubygem-nokogiri114 > - Change RUN_DEPENDS from rubygem-rack227 to rubygem-rack22 > - Bump PORTREVISION for dependency change > --- > www/gitlab-ce/Makefile | 8 ++++---- > www/gitlab-ce/files/patch-Gemfile | 11 ++++++++++- > Forgot to say that patch-Gemfile changes are needed for rubygem-aws-sdk-* update rubygem-aws-sdk-* changed from "aws-sdk-core ~> 3, >= 3.165.0" to "aws-sdk-core ~> 3, >= 3.174.0". This change is required to fix the following error. Resolving dependencies... Could not find compatible versions Because every version of aws-sdk-cloudformation depends on aws-sdk-core >= 3.174.0, < 4.A and Gemfile depends on aws-sdk-core ~> 3.172.0, aws-sdk-cloudformation cannot be used. So, because Gemfile depends on aws-sdk-cloudformation ~> 1, version solving has failed. *** Error code 6 Stop. make: stopped in /usr/ports/www/gitlab-ce diff --git a/www/gitlab-ce/files/patch-Gemfile > b/www/gitlab-ce/files/patch-Gemfile > index c754348f488d..cf6bd0bf11c5 100644 > --- a/www/gitlab-ce/files/patch-Gemfile > +++ b/www/gitlab-ce/files/patch-Gemfile > @@ -1,4 +1,4 @@ > ---- Gemfile.orig 2023-05-18 16:48:55 UTC > +--- Gemfile.orig 2023-05-22 18:44:12 UTC > +++ Gemfile > @@ -35,7 +35,7 @@ gem 'neighbor', '~> 0.2.3' > gem 'rugged', '~> 1.5' > @@ -38,6 +38,15 @@ > gem 'google-apis-compute_v1', '~> 0.57.0' > gem 'google-apis-container_v1', '~> 0.43.0' > gem 'google-apis-container_v1beta1', '~> 0.43.0' > +@@ -172,7 +172,7 @@ gem 'seed-fu', '~> 2.3.7' > + gem 'elasticsearch-model', '~> 7.2' > + gem 'elasticsearch-rails', '~> 7.2', require: > 'elasticsearch/rails/instrumentation' > + gem 'elasticsearch-api', '7.13.3' > +-gem 'aws-sdk-core', '~> 3.172.0' > ++gem 'aws-sdk-core', '~> 3.172' > + gem 'aws-sdk-cloudformation', '~> 1' > + gem 'aws-sdk-s3', '~> 1.122.0' > + gem 'faraday_middleware-aws-sigv4', '~>0.3.0' > @@ -274,7 +274,7 @@ gem 'slack-messenger', '~> 2.3.4' > gem 'hangouts-chat', '~> 0.0.5', require: 'hangouts_chat' > > >