aboutsummaryrefslogtreecommitdiff
path: root/net/rubygem-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 /net/rubygem-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 'net/rubygem-gitaly')
-rw-r--r--net/rubygem-gitaly/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/rubygem-gitaly/Makefile b/net/rubygem-gitaly/Makefile
index 7ece93585375..037db6e35572 100644
--- a/net/rubygem-gitaly/Makefile
+++ b/net/rubygem-gitaly/Makefile
@@ -2,7 +2,7 @@
PORTNAME= gitaly
PORTVERSION= 13.8.0.pre.rc2
-PORTREVISION= 0
+PORTREVISION= 1
CATEGORIES= net rubygems
MASTER_SITES= RG
@@ -11,7 +11,7 @@ COMMENT= Auto-generated gRPC client for gitaly
LICENSE= MIT
-RUN_DEPENDS= rubygem-grpc>=1.0<2.0:net/rubygem-grpc \
+RUN_DEPENDS= rubygem-grpc130>=1.0<2.0:net/rubygem-grpc130 \
gitaly>=13.8:devel/gitaly
USES= gem