From owner-svn-ports-head@freebsd.org Sun Sep 23 18:13:57 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9B390109456E; Sun, 23 Sep 2018 18:13:57 +0000 (UTC) (envelope-from mfechner@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4973A7D9A2; Sun, 23 Sep 2018 18:13:57 +0000 (UTC) (envelope-from mfechner@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 43D2964F3; Sun, 23 Sep 2018 18:13:57 +0000 (UTC) (envelope-from mfechner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w8NIDvci002912; Sun, 23 Sep 2018 18:13:57 GMT (envelope-from mfechner@FreeBSD.org) Received: (from mfechner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w8NIDucF002908; Sun, 23 Sep 2018 18:13:56 GMT (envelope-from mfechner@FreeBSD.org) Message-Id: <201809231813.w8NIDucF002908@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mfechner set sender to mfechner@FreeBSD.org using -f From: Matthias Fechner Date: Sun, 23 Sep 2018 18:13:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r480516 - in head/devel/gitaly: . files X-SVN-Group: ports-head X-SVN-Commit-Author: mfechner X-SVN-Commit-Paths: in head/devel/gitaly: . files X-SVN-Commit-Revision: 480516 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Sep 2018 18:13:57 -0000 Author: mfechner Date: Sun Sep 23 18:13:56 2018 New Revision: 480516 URL: https://svnweb.freebsd.org/changeset/ports/480516 Log: Update devel/gitaly to 0.120.0 which is required for gitlab 11.3. Approved by: mentors (implicit) Modified: head/devel/gitaly/Makefile head/devel/gitaly/distinfo head/devel/gitaly/files/patch-ruby_Gemfile head/devel/gitaly/pkg-plist Modified: head/devel/gitaly/Makefile ============================================================================== --- head/devel/gitaly/Makefile Sun Sep 23 18:08:19 2018 (r480515) +++ head/devel/gitaly/Makefile Sun Sep 23 18:13:56 2018 (r480516) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= gitaly -DISTVERSION= 0.117.2 -PORTREVISION= 2 +DISTVERSION= 0.120.0 CATEGORIES= devel MAINTAINER= mfechner@FreeBSD.org @@ -42,7 +41,7 @@ USE_RUBY= yes USE_GITLAB= yes GL_ACCOUNT= gitlab-org # Find this here: https://gitlab.com/gitlab-org/gitaly/tags -GL_COMMIT= 93cc4119d91af9644da2b748f2563fd67ee5b855 +GL_COMMIT= 8a8daada771e4659baeb6fc08178179ea78010a6 post-patch: ${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|" ${WRKSRC}/config.toml.example Modified: head/devel/gitaly/distinfo ============================================================================== --- head/devel/gitaly/distinfo Sun Sep 23 18:08:19 2018 (r480515) +++ head/devel/gitaly/distinfo Sun Sep 23 18:13:56 2018 (r480516) @@ -1,3 +1,3 @@ -TIMESTAMP = 1535130930 -SHA256 (gitlab-org-gitaly-93cc4119d91af9644da2b748f2563fd67ee5b855_GL0.tar.gz) = 6e0dda552c34dd39f352ff7e2bb65c5cb961073f41e6f49aff5a605c89c5b0d4 -SIZE (gitlab-org-gitaly-93cc4119d91af9644da2b748f2563fd67ee5b855_GL0.tar.gz) = 3601446 +TIMESTAMP = 1537566136 +SHA256 (gitlab-org-gitaly-8a8daada771e4659baeb6fc08178179ea78010a6_GL0.tar.gz) = 172816c471e65f2da09eb51066624d115c7b4db05a8983dbb4d6943ab24f197e +SIZE (gitlab-org-gitaly-8a8daada771e4659baeb6fc08178179ea78010a6_GL0.tar.gz) = 3608782 Modified: head/devel/gitaly/files/patch-ruby_Gemfile ============================================================================== --- head/devel/gitaly/files/patch-ruby_Gemfile Sun Sep 23 18:08:19 2018 (r480515) +++ head/devel/gitaly/files/patch-ruby_Gemfile Sun Sep 23 18:13:56 2018 (r480516) @@ -1,4 +1,4 @@ ---- ruby/Gemfile.orig 2018-08-17 16:15:58 UTC +--- ruby/Gemfile.orig 2018-09-07 08:03:54 UTC +++ ruby/Gemfile @@ -1,16 +1,17 @@ source 'https://rubygems.org' @@ -7,8 +7,8 @@ -gem 'github-linguist', '~> 6.1', require: 'linguist' +gem 'github-linguist', '~> 5.3', require: 'linguist' gem 'gitlab-markup', '~> 1.6.4' --gem 'gitaly-proto', '~> 0.107.0', require: 'gitaly' -+gem 'gitaly-proto', '~> 0.113.0', require: 'gitaly' +-gem 'gitaly-proto', '~> 0.116.0', require: 'gitaly' ++gem 'gitaly-proto', '~> 0.117.0', require: 'gitaly' gem 'activesupport', '~> 5.0.2' -gem 'rdoc', '~> 4.2' +gem 'rdoc', '~> 6.0' Modified: head/devel/gitaly/pkg-plist ============================================================================== --- head/devel/gitaly/pkg-plist Sun Sep 23 18:08:19 2018 (r480515) +++ head/devel/gitaly/pkg-plist Sun Sep 23 18:13:56 2018 (r480516) @@ -21,6 +21,7 @@ %%DATADIR%%/ruby/lib/gitlab/config.rb %%DATADIR%%/ruby/lib/gitlab/git.rb %%DATADIR%%/ruby/lib/gitlab/git/blob.rb +%%DATADIR%%/ruby/lib/gitlab/git/branch.rb %%DATADIR%%/ruby/lib/gitlab/git/commit.rb %%DATADIR%%/ruby/lib/gitlab/git/commit_stats.rb %%DATADIR%%/ruby/lib/gitlab/git/conflict/resolver.rb @@ -30,11 +31,13 @@ %%DATADIR%%/ruby/lib/gitlab/git/index.rb %%DATADIR%%/ruby/lib/gitlab/git/lfs_changes.rb %%DATADIR%%/ruby/lib/gitlab/git/pre_receive_error.rb +%%DATADIR%%/ruby/lib/gitlab/git/raw_diff_change.rb +%%DATADIR%%/ruby/lib/gitlab/git/ref.rb %%DATADIR%%/ruby/lib/gitlab/git/remote_mirror.rb %%DATADIR%%/ruby/lib/gitlab/git/repository.rb %%DATADIR%%/ruby/lib/gitlab/git/repository_mirroring.rb %%DATADIR%%/ruby/lib/gitlab/git/rev_list.rb -%%DATADIR%%/ruby/lib/gitlab/git/support/format-git-cat-file-input +%%DATADIR%%/ruby/lib/gitlab/git/tag.rb %%DATADIR%%/ruby/lib/gitlab/git/wiki.rb %%DATADIR%%/ruby/lib/gitlab/git/wiki_file.rb %%DATADIR%%/ruby/lib/gitlab/git/wiki_page.rb @@ -54,6 +57,7 @@ %%DATADIR%%/ruby/spec/lib/gitlab/config_spec.rb %%DATADIR%%/ruby/spec/lib/gitlab/git/diff_spec.rb %%DATADIR%%/ruby/spec/lib/gitlab/git/index_spec.rb +%%DATADIR%%/ruby/spec/lib/gitlab/git/repository_spec.rb %%DATADIR%%/ruby/spec/lib/gitlab/git/rev_list_spec.rb %%DATADIR%%/ruby/spec/lib/gitlab/git/wiki_spec.rb %%DATADIR%%/ruby/spec/lib/gitlab/version_info_spec.rb @@ -64,9 +68,6 @@ %%DATADIR%%/ruby/vendor/gitlab_git/REVISION %%DATADIR%%/ruby/vendor/gitlab_git/lib/gitlab/encoding_helper.rb %%DATADIR%%/ruby/vendor/gitlab_git/lib/gitlab/git.rb -%%DATADIR%%/ruby/vendor/gitlab_git/lib/gitlab/git/attributes_at_ref_parser.rb -%%DATADIR%%/ruby/vendor/gitlab_git/lib/gitlab/git/attributes_parser.rb -%%DATADIR%%/ruby/vendor/gitlab_git/lib/gitlab/git/branch.rb %%DATADIR%%/ruby/vendor/gitlab_git/lib/gitlab/git/committer_with_hooks.rb %%DATADIR%%/ruby/vendor/gitlab_git/lib/gitlab/git/conflict/file.rb %%DATADIR%%/ruby/vendor/gitlab_git/lib/gitlab/git/conflict/parser.rb @@ -78,16 +79,12 @@ %%DATADIR%%/ruby/vendor/gitlab_git/lib/gitlab/git/path_helper.rb %%DATADIR%%/ruby/vendor/gitlab_git/lib/gitlab/git/popen.rb %%DATADIR%%/ruby/vendor/gitlab_git/lib/gitlab/git/pre_receive_error.rb -%%DATADIR%%/ruby/vendor/gitlab_git/lib/gitlab/git/raw_diff_change.rb -%%DATADIR%%/ruby/vendor/gitlab_git/lib/gitlab/git/ref.rb %%DATADIR%%/ruby/vendor/gitlab_git/lib/gitlab/git/remote_mirror.rb %%DATADIR%%/ruby/vendor/gitlab_git/lib/gitlab/git/remote_repository.rb %%DATADIR%%/ruby/vendor/gitlab_git/lib/gitlab/git/repository.rb %%DATADIR%%/ruby/vendor/gitlab_git/lib/gitlab/git/repository_mirroring.rb -%%DATADIR%%/ruby/vendor/gitlab_git/lib/gitlab/git/tag.rb %%DATADIR%%/ruby/vendor/gitlab_git/lib/gitlab/git/user.rb %%DATADIR%%/ruby/vendor/gitlab_git/lib/gitlab/git/util.rb -%%DATADIR%%/ruby/vendor/gitlab_git/lib/gitlab/git/version.rb %%DATADIR%%/ruby/vendor/gitlab_git/lib/gitlab/utils/strong_memoize.rb @(,,555) %%DATADIR%%/bin/gitaly @(,,555) %%DATADIR%%/bin/gitaly-ssh