git: 020e3948bb58 - main - www/gitlab-ce: Fix version requirement of RUN_DEPENDS
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 28 Jan 2022 23:29:33 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=020e3948bb580003dab40819de5dcc24564e46ca commit 020e3948bb580003dab40819de5dcc24564e46ca Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-01-28 23:23:50 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-01-28 23:27:02 +0000 www/gitlab-ce: Fix version requirement of RUN_DEPENDS from Gemfile: gem 'sidekiq', '~> 6.3' Reference: https://gitlab.com/gitlab-org/gitlab-foss/-/blob/v14.7.0/Gemfile#L198 --- www/gitlab-ce/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/gitlab-ce/Makefile b/www/gitlab-ce/Makefile index 6d091c9fe2d6..212a41d5e886 100644 --- a/www/gitlab-ce/Makefile +++ b/www/gitlab-ce/Makefile @@ -145,7 +145,7 @@ MY_DEPENDS= git>=2.32.0:devel/git \ rubygem-sd_notify>=0.1.0<0.2:devel/rubygem-sd_notify \ rubygem-state_machines-activerecord>=0.8.0<0.9.0:databases/rubygem-state_machines-activerecord \ rubygem-acts-as-taggable-on>=9.0<10:www/rubygem-acts-as-taggable-on \ - rubygem-sidekiq>=6.3<6.4:devel/rubygem-sidekiq \ + rubygem-sidekiq>=6.3<7:devel/rubygem-sidekiq \ rubygem-sidekiq-cron>=1.2<2.0:devel/rubygem-sidekiq-cron \ rubygem-redis-namespace>=1.8.1<1.9.0:databases/rubygem-redis-namespace \ rubygem-gitlab-sidekiq-fetcher>=0.8.0<0.9:devel/rubygem-gitlab-sidekiq-fetcher \