aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-01-11 17:44:31 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-01-11 18:47:49 +0000
commit2e5663c777236877cffdd3f93a43c66944782db7 (patch)
treea988172b9aee1069ca29d4c62469db05d5dec676
parent1df2642a67354180f5c93029f82e3c680cfda90a (diff)
downloadports-2e5663c777236877cffdd3f93a43c66944782db7.tar.gz
ports-2e5663c777236877cffdd3f93a43c66944782db7.zip
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
-rw-r--r--devel/gitaly/Makefile2
1 files changed, 1 insertions, 1 deletions
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 \