aboutsummaryrefslogtreecommitdiff
path: root/devel/gitaly
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2021-02-06 01:22:51 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2021-02-06 01:22:51 +0000
commitd3932e0e48c406d330a616f878aa00dda17208f3 (patch)
tree90dbead29c360119d4553099a4605e3dd437733b /devel/gitaly
parented2fad0bffe35cf8eaa96e8453aaeaef456273c5 (diff)
downloadports-d3932e0e48c406d330a616f878aa00dda17208f3.tar.gz
ports-d3932e0e48c406d330a616f878aa00dda17208f3.zip
Fix grpc issue in gitlab-ce
- While I'm here, use = instead of ?= because gitlab-ce does not have slave port - Bump PORTREVISION for dependency change gitlab-ce has some runtime issue with grpc versions, especially upb stuff. Move all gitlab-ce dependencies to specific grpc/rubygem-grpc versions in order to keep gitlab-ce port more robust. The changes are as follows: - Add devel/grpc134 (copied from devel/grpc) - Add net/rubygem-grpc130 (copied from net/rubygem-grpc) - Move gitlab-ce and its dependencies to grpc134 and rubygem-grpc130 Differential Revision: https://reviews.freebsd.org/D28491 Submitted by: sunpoet (myself) Approved by: mfechner Tested by: mfechner
Notes
Notes: svn path=/head/; revision=564168
Diffstat (limited to 'devel/gitaly')
-rw-r--r--devel/gitaly/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/gitaly/Makefile b/devel/gitaly/Makefile
index f4bad34c59c3..cf03b46ce21a 100644
--- a/devel/gitaly/Makefile
+++ b/devel/gitaly/Makefile
@@ -2,7 +2,7 @@
PORTNAME= gitaly
DISTVERSION= 13.8.1
-PORTREVISION= 0
+PORTREVISION= 1
CATEGORIES= devel
MAINTAINER= mfechner@FreeBSD.org
@@ -21,7 +21,7 @@ MY_DEPENDS= git>=2.29:devel/git \
rubygem-rdoc>=6.1<7.0:devel/rubygem-rdoc \
rubygem-gitlab-gollum-lib>=4.2.7.9<4.2.8:www/rubygem-gitlab-gollum-lib \
rubygem-gitlab-gollum-rugged_adapter>=0.4.4.2<0.4.5.0:www/rubygem-gitlab-gollum-rugged_adapter \
- rubygem-grpc>=1.30.2<1.31:net/rubygem-grpc \
+ rubygem-grpc130>=1.30.2<1.31:net/rubygem-grpc130 \
rubygem-sentry-raven>=3.0<4:devel/rubygem-sentry-raven \
rubygem-faraday>=1.0.1<2:www/rubygem-faraday \
rubygem-rbtrace>=0.4.14:devel/rubygem-rbtrace \