git: 2e5663c77723 - main - devel/gitaly: Fix build with rubygem-activesupport61 6.1.4.4 update
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 11 Jan 2022 19:06:08 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=2e5663c777236877cffdd3f93a43c66944782db7 commit 2e5663c777236877cffdd3f93a43c66944782db7 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-01-11 17:44:31 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-01-11 18:47:49 +0000 devel/gitaly: Fix build with rubygem-activesupport61 6.1.4.4 update - Fix version requirement of RUN_DEPENDS from ruby/Gemfile: gem 'activesupport', '~> 6.1.4.1' Reference: https://gitlab.com/gitlab-org/gitaly/-/blob/v14.6.0/ruby/Gemfile#L6 --- devel/gitaly/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/gitaly/Makefile b/devel/gitaly/Makefile index 3fc925b4866d..5372ea70ac8c 100644 --- a/devel/gitaly/Makefile +++ b/devel/gitaly/Makefile @@ -19,7 +19,7 @@ MY_DEPENDS= git>=2.33.0:devel/git \ rubygem-rugged>=1.2<2:devel/rubygem-rugged \ rubygem-github-linguist>=7.12.1<8:textproc/rubygem-github-linguist \ rubygem-gitlab-markup>=1.8.0<1.9.0:textproc/rubygem-gitlab-markup \ - rubygem-activesupport61>=6.1.4.1<6.1.4.2:devel/rubygem-activesupport61 \ + rubygem-activesupport61>=6.1.4.1<6.1.5:devel/rubygem-activesupport61 \ rubygem-rdoc>=6.3.2<7.0:devel/rubygem-rdoc \ rubygem-gitlab-gollum-lib>=4.2.7.10.gitlab.1<4.2.8:www/rubygem-gitlab-gollum-lib \ rubygem-gitlab-gollum-rugged_adapter>=0.4.4.4.gitlab.1<0.4.5.0:www/rubygem-gitlab-gollum-rugged_adapter \