summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorMatthias Fechner <mfechner@FreeBSD.org>2021-11-17 15:58:44 +0100
committerMatthias Fechner <mfechner@FreeBSD.org>2021-11-19 15:37:42 +0100
commit0aac4480b2555d806f449b77e755cf7cfd616707 (patch)
tree508a19eff3c2b0e3f55289943fdc55a86ffcabb5 /net
parentdevel/z88dk: new port had been added (+) (diff)
www/gitlab-ce: Use grpc 1.30.2
We currently see problems and gitlab suggested to use grpc 1.30.2: https://gitlab.com/gitlab-org/gitlab/-/issues/345693#note_734676746 Newer version of grpc and google-protobuf have known bugs. The open bug that license files cannot not be handled is tracked here: https://gitlab.com/gitlab-org/gitlab/-/issues/345693 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=259848
Diffstat (limited to 'net')
-rw-r--r--net/rubygem-gitaly/Makefile4
-rw-r--r--net/rubygem-grpc130/Makefile6
-rw-r--r--net/rubygem-grpc130/files/patch-grpc.gemspec2
-rw-r--r--net/rubygem-kas-grpc/Makefile3
-rw-r--r--net/rubygem-spamcheck/Makefile3
5 files changed, 10 insertions, 8 deletions
diff --git a/net/rubygem-gitaly/Makefile b/net/rubygem-gitaly/Makefile
index 0e86ec10b9d0..2f8aad4157eb 100644
--- a/net/rubygem-gitaly/Makefile
+++ b/net/rubygem-gitaly/Makefile
@@ -1,6 +1,6 @@
PORTNAME= gitaly
PORTVERSION= 14.3.0.pre.rc2
-PORTREVISION= 0
+PORTREVISION= 1
CATEGORIES= net rubygems
MASTER_SITES= RG
@@ -9,7 +9,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>=14.3:devel/gitaly
USES= cpe gem
diff --git a/net/rubygem-grpc130/Makefile b/net/rubygem-grpc130/Makefile
index b6a746c47198..94833713bfdf 100644
--- a/net/rubygem-grpc130/Makefile
+++ b/net/rubygem-grpc130/Makefile
@@ -1,6 +1,6 @@
PORTNAME= grpc
PORTVERSION= 1.30.2
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= net rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 130
@@ -11,9 +11,9 @@ COMMENT= Ruby implementation of gRPC
LICENSE= BSD3CLAUSE
LIB_DEPENDS= libcares.so:dns/c-ares \
- libgrpc.so:devel/grpc134
+ libgrpc.so:devel/grpc130
RUN_DEPENDS= ca_root_nss>=0:security/ca_root_nss \
- rubygem-google-protobuf314>=3.12<3.15:devel/rubygem-google-protobuf314 \
+ rubygem-google-protobuf317>=3.12<4:devel/rubygem-google-protobuf317 \
rubygem-googleapis-common-protos-types>=1.0<2:devel/rubygem-googleapis-common-protos-types
USES= gem gmake pkgconfig
diff --git a/net/rubygem-grpc130/files/patch-grpc.gemspec b/net/rubygem-grpc130/files/patch-grpc.gemspec
index 81158673ef22..c99066a28411 100644
--- a/net/rubygem-grpc130/files/patch-grpc.gemspec
+++ b/net/rubygem-grpc130/files/patch-grpc.gemspec
@@ -5,7 +5,7 @@
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
- s.add_runtime_dependency(%q<google-protobuf>.freeze, ["~> 3.12"])
-+ s.add_runtime_dependency(%q<google-protobuf>.freeze, ["~> 3.14.0"])
++ s.add_runtime_dependency(%q<google-protobuf>.freeze, ["~> 3.17.3"])
s.add_runtime_dependency(%q<googleapis-common-protos-types>.freeze, ["~> 1.0"])
s.add_development_dependency(%q<bundler>.freeze, [">= 1.9"])
s.add_development_dependency(%q<facter>.freeze, ["~> 2.4"])
diff --git a/net/rubygem-kas-grpc/Makefile b/net/rubygem-kas-grpc/Makefile
index 2910d95b6997..98beb19fa8fe 100644
--- a/net/rubygem-kas-grpc/Makefile
+++ b/net/rubygem-kas-grpc/Makefile
@@ -1,5 +1,6 @@
PORTNAME= kas-grpc
PORTVERSION= 0.0.2
+PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= net rubygems
MASTER_SITES= RG
@@ -9,7 +10,7 @@ COMMENT= Auto-generated gRPC client for KAS
LICENSE= MIT
-RUN_DEPENDS= rubygem-grpc>=1.0<2.0:net/rubygem-grpc
+RUN_DEPENDS= rubygem-grpc130>=1.0<2.0:net/rubygem-grpc130
USES= gem
USE_RUBY= yes
diff --git a/net/rubygem-spamcheck/Makefile b/net/rubygem-spamcheck/Makefile
index d26b8c89d487..ecaaecb892ca 100644
--- a/net/rubygem-spamcheck/Makefile
+++ b/net/rubygem-spamcheck/Makefile
@@ -1,5 +1,6 @@
PORTNAME= spamcheck
PORTVERSION= 0.1.0
+PORTREVISION= 1
CATEGORIES= net rubygems
MASTER_SITES= RG
@@ -8,7 +9,7 @@ COMMENT= Auto-generated gRPC client for SpamCheck
LICENSE= MIT
-RUN_DEPENDS= rubygem-grpc>=1.0<2.0:net/rubygem-grpc
+RUN_DEPENDS= rubygem-grpc130>=1.0<2.0:net/rubygem-grpc130
USES= gem
USE_RUBY= yes