forked from Lainports/freebsd-ports
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
28 lines
744 B
Makefile
28 lines
744 B
Makefile
# Created by: Matthias Fechner <mfechner@FreeBSD.org>
|
|
|
|
PORTNAME= gitlab-labkit
|
|
PORTVERSION= 0.21.2
|
|
PORTREVISION= 2
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= mfechner@FreeBSD.org
|
|
COMMENT= Instrumentation for GitLab
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= rubygem-actionpack61>=5<7:www/rubygem-actionpack61 \
|
|
rubygem-activesupport61>=5<7:devel/rubygem-activesupport61 \
|
|
rubygem-grpc142>=1.30<2:net/rubygem-grpc142 \
|
|
rubygem-jaeger-client>=1.1<2:devel/rubygem-jaeger-client \
|
|
rubygem-opentracing>=0.4<1.0:devel/rubygem-opentracing \
|
|
rubygem-pg_query>=2.1<3:databases/rubygem-pg_query \
|
|
rubygem-redis>3.0.0<5.0.0:databases/rubygem-redis
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|