Upgrade devel/gitaly to 0.96.1 required for gitlab 10.7.x.

Reviewed by:	tz (mentor)
Approved by:	tz (mentor)
Differential Revision:	https://reviews.freebsd.org/D15323
This commit is contained in:
Matthias Fechner 2018-05-14 17:58:31 +00:00
parent 5358a53bbe
commit 156086cb63
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=469938
5 changed files with 22 additions and 16 deletions

View File

@ -1,8 +1,7 @@
# $FreeBSD$
PORTNAME= gitaly
DISTVERSION= 0.91.0
PORTREVISION= 2
DISTVERSION= 0.96.1
CATEGORIES= devel
MAINTAINER= mfechner@FreeBSD.org
@ -13,17 +12,18 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
# define dependencies that are required for build and run under MY_DEPENDS
MY_DEPENDS= git>=2.16.2:devel/git \
rubygem-rugged>=0.27.0:devel/rubygem-rugged \
rubygem-github-linguist53>=5.3.3:textproc/rubygem-github-linguist53 \
rubygem-bundler>0:sysutils/rubygem-bundler \
rubygem-gitlab-markup>=1.6.2:textproc/rubygem-gitlab-markup \
rubygem-gitaly-proto088>=0.88.0:net/rubygem-gitaly-proto088 \
rubygem-gitaly-proto095>=0.95.0:net/rubygem-gitaly-proto095 \
rubygem-activesupport50>=5.0.2:devel/rubygem-activesupport50 \
rubygem-rdoc>=4.2:devel/rubygem-rdoc \
rubygem-gollum-lib-gitlab>=4.2.0:www/rubygem-gollum-lib-gitlab \
rubygem-gollum-lib-gitlab>=4.2:www/rubygem-gollum-lib-gitlab \
rubygem-gollum-rugged_adapter>=0.4.4:www/rubygem-gollum-rugged_adapter \
rubygem-grpc>=1.10.0:net/rubygem-grpc \
rubygem-sentry-raven>=2.7.2:devel/rubygem-sentry-raven \
rubygem-licensee8>=8.7:devel/rubygem-licensee8 \
rubygem-licensee8>=8.7.0:devel/rubygem-licensee8 \
rubygem-google-protobuf351>=3.5.1:devel/rubygem-google-protobuf351
BUILD_DEPENDS= go>=1.8:lang/go \
@ -39,7 +39,7 @@ USE_RUBY= yes
USE_GITLAB= yes
GL_ACCOUNT= gitlab-org
# Find this here: https://gitlab.com/gitlab-org/gitaly/tags
GL_COMMIT= 89298fe8b80b73a34352023555fe061866aff3ad
GL_COMMIT= d779c028099f79360209b92473c201e07721b885
post-patch:
${MV} ${WRKSRC}/config.toml.example ${WRKSRC}/config.toml.sample
@ -47,7 +47,8 @@ post-patch:
do-install:
${MKDIR} ${STAGEDIR}${DATADIR}
${MKDIR} ${STAGEDIR}${DATADIR}/bin
$(RM) -f ${WRKSRC}/ruby/Gemfile.orig
${FIND} ${WRKSRC} -name '*.orig' -delete
${FIND} ${WRKSRC} -name "Gemfile.lock" -delete
(cd ${WRKSRC}/_build/bin/ && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}/bin && \
cd ${WRKSRC} && ${COPYTREE_SHARE} config.toml.sample ${STAGEDIR}${DATADIR}) && \
cd ${WRKSRC}/ruby && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}/ruby

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1523378733
SHA256 (gitlab-org-gitaly-89298fe8b80b73a34352023555fe061866aff3ad_GL0.tar.gz) = c1a8e836b572f249e05c3a821002781af6a3a1bf3434dff5fe515078700994b3
SIZE (gitlab-org-gitaly-89298fe8b80b73a34352023555fe061866aff3ad_GL0.tar.gz) = 3586830
TIMESTAMP = 1524579302
SHA256 (gitlab-org-gitaly-d779c028099f79360209b92473c201e07721b885_GL0.tar.gz) = 8344bfff658433002444d756c3552b57ce7861b614efc2f3db42be68dd4aa4b5
SIZE (gitlab-org-gitaly-d779c028099f79360209b92473c201e07721b885_GL0.tar.gz) = 3620431

View File

@ -1,4 +1,4 @@
--- config.toml.example.orig 2018-02-08 14:44:53 UTC
--- config.toml.example.orig 2018-04-12 00:44:37 UTC
+++ config.toml.example
@@ -1,9 +1,9 @@
# Example Gitaly configuration file
@ -28,7 +28,7 @@
# # You can optionally configure more storages for this Gitaly instance to serve up
#
@@ -40,7 +40,7 @@ path = "/home/git/repositories"
@@ -42,7 +42,7 @@ path = "/home/git/repositories"
[gitaly-ruby]
# The directory where gitaly-ruby is installed
@ -37,7 +37,7 @@
# # Gitaly-ruby resident set size (RSS) that triggers a memory restart (bytes)
# max_rss = 300000000
@@ -53,7 +53,7 @@ dir = "/home/git/gitaly/ruby"
@@ -55,7 +55,7 @@ dir = "/home/git/gitaly/ruby"
[gitlab-shell]
# The directory where gitlab-shell is installed

View File

@ -1,6 +1,12 @@
--- ruby/Gemfile.orig 2018-02-25 18:31:26 UTC
--- ruby/Gemfile.orig 2018-04-12 00:44:37 UTC
+++ ruby/Gemfile
@@ -12,7 +12,3 @@ gem 'grpc', '~> 1.8.0'
@@ -13,12 +13,8 @@ gem 'sentry-raven', '~> 2.7.2', require:
# Detects the open source license the repository includes
# This version needs to be in sync with GitLab CE/EE
-gem 'licensee', '~> 8.7.0'
+gem 'licensee', '~> 8.9'
# Locked until https://github.com/google/protobuf/issues/4210 is closed
gem 'google-protobuf', '= 3.5.1'

View File

@ -1,5 +1,4 @@
%%DATADIR%%/ruby/Gemfile
%%DATADIR%%/ruby/Gemfile.lock
%%DATADIR%%/ruby/README.md
@(,,555) %%DATADIR%%/ruby/bin/gitaly-ruby
@(,,555) %%DATADIR%%/ruby/bin/ruby-cd