Changeset View
Changeset View
Standalone View
Standalone View
head/devel/gitaly/Makefile
| Show All 22 Lines | MY_DEPENDS= git>=2.16.2:devel/git \ | ||||
| rubygem-gollum-rugged_adapter>=0.4.4:www/rubygem-gollum-rugged_adapter \ | rubygem-gollum-rugged_adapter>=0.4.4:www/rubygem-gollum-rugged_adapter \ | ||||
| rubygem-grpc>=1.10.0:net/rubygem-grpc \ | rubygem-grpc>=1.10.0:net/rubygem-grpc \ | ||||
| rubygem-sentry-raven>=2.7.2:devel/rubygem-sentry-raven \ | rubygem-sentry-raven>=2.7.2:devel/rubygem-sentry-raven \ | ||||
| rubygem-licensee8>=8.7:devel/rubygem-licensee8 \ | rubygem-licensee8>=8.7:devel/rubygem-licensee8 \ | ||||
| rubygem-google-protobuf351>=3.5.1:devel/rubygem-google-protobuf351 | rubygem-google-protobuf351>=3.5.1:devel/rubygem-google-protobuf351 | ||||
| BUILD_DEPENDS= go>=1.8:lang/go \ | BUILD_DEPENDS= go>=1.8:lang/go \ | ||||
| gem:devel/ruby-gems \ | gem:devel/ruby-gems \ | ||||
| rubygem-bundler>0:sysutils/rubygem-bundler \ | |||||
| ${MY_DEPENDS} | ${MY_DEPENDS} | ||||
| RUN_DEPENDS= ${MY_DEPENDS} \ | RUN_DEPENDS= ${MY_DEPENDS} \ | ||||
| gitlab-shell>=6.0.4:devel/gitlab-shell | gitlab-shell>=6.0.4:devel/gitlab-shell | ||||
| USES= gmake | USES= gmake | ||||
| USE_RUBY= yes | USE_RUBY= yes | ||||
| USE_GITLAB= yes | USE_GITLAB= yes | ||||
| GL_ACCOUNT= gitlab-org | GL_ACCOUNT= gitlab-org | ||||
| # Find this here: https://gitlab.com/gitlab-org/gitaly/tags | # Find this here: https://gitlab.com/gitlab-org/gitaly/tags | ||||
| GL_COMMIT= 89298fe8b80b73a34352023555fe061866aff3ad | GL_COMMIT= 89298fe8b80b73a34352023555fe061866aff3ad | ||||
| post-patch: | post-patch: | ||||
| Show All 15 Lines | |||||