Accessing the project page or doing anything that is related to a license file caused segfault in gitaly. Upgrading now the gems to this specific version fixed the problem. As we need to use a prerelease of rubygem-grpc, it is added as extra port. Please see also upstream here: https://gitlab.com/gitlab-org/gitlab/-/issues/345693 PR: 259848 Reported by: admin@asu-vei.ru
20 lines
324 B
Makefile
20 lines
324 B
Makefile
PORTNAME= kas-grpc
|
|
PORTVERSION= 0.0.2
|
|
PORTREVISION= 2
|
|
PORTEPOCH= 1
|
|
CATEGORIES= net rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= mfechner@FreeBSD.org
|
|
COMMENT= Auto-generated gRPC client for KAS
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= rubygem-grpc142>=1.0<2.0:net/rubygem-grpc142
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|