1f87c90d29
Changelog: https://gitlab.com/gitlab-org/gitaly/blob/v0.8.0/CHANGELOG.md Add missing dependency devel/gitaly and adjust required version of rubygem-google-protobuf. Older versions have a bug which make it unusable with www/gitlab. Reviewed by: Matthias Fechner <idefix@fechner.net>
24 lines
536 B
Makefile
24 lines
536 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= gitaly
|
|
PORTVERSION= 0.8.0
|
|
CATEGORIES= net rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= tz@FreeBSD.org
|
|
COMMENT= Auto-generated gRPC client for gitaly
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/ruby/LICENSE.txt
|
|
|
|
BUILD_DEPENDS= rubygem-bundler>=1.12:sysutils/rubygem-bundler \
|
|
rubygem-rake>=10.0:devel/rubygem-rake
|
|
RUN_DEPENDS= rubygem-google-protobuf>=3.4.0.2:devel/rubygem-google-protobuf \
|
|
rubygem-grpc>=1.0:net/rubygem-grpc \
|
|
gitaly>=0.11.2:devel/gitaly
|
|
|
|
NO_ARCH= yes
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
.include <bsd.port.mk>
|