freebsd-ports/net/rubygem-kas-grpc/Makefile
Matthias Fechner 0bbacd67dc www/gitlab-ce: fix segfaults
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
2021-11-22 16:17:58 +01:00

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>