From owner-svn-ports-head@freebsd.org Thu Jul 26 13:44:28 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 6BFBE104FA34; Thu, 26 Jul 2018 13:44:28 +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 11F378F7E7; Thu, 26 Jul 2018 13:44:28 +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 DB3FC1C9C; Thu, 26 Jul 2018 13:44:27 +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 w6QDiR7v030605; Thu, 26 Jul 2018 13:44:27 GMT (envelope-from mfechner@FreeBSD.org) Received: (from mfechner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w6QDiQNB030600; Thu, 26 Jul 2018 13:44:26 GMT (envelope-from mfechner@FreeBSD.org) Message-Id: <201807261344.w6QDiQNB030600@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mfechner set sender to mfechner@FreeBSD.org using -f From: Matthias Fechner Date: Thu, 26 Jul 2018 13:44:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r475371 - 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: 475371 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: Thu, 26 Jul 2018 13:44:28 -0000 Author: mfechner Date: Thu Jul 26 13:44:26 2018 New Revision: 475371 URL: https://svnweb.freebsd.org/changeset/ports/475371 Log: Update to 0.111.2 which is required for gitlab 11.1.1. 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 Thu Jul 26 13:20:38 2018 (r475370) +++ head/devel/gitaly/Makefile Thu Jul 26 13:44:26 2018 (r475371) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= gitaly -DISTVERSION= 0.105.0 -PORTREVISION= 1 +DISTVERSION= 0.111.2 CATEGORIES= devel MAINTAINER= mfechner@FreeBSD.org @@ -12,13 +11,13 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE # define dependencies that are required for build and run under MY_DEPENDS -MY_DEPENDS= git>=2.16.2:devel/git \ +MY_DEPENDS= git>=2.17:devel/git \ rubygem-i18n>=0:devel/rubygem-i18n \ - rubygem-rugged>=0.27.1:devel/rubygem-rugged \ + rubygem-rugged>=0.27.2: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-proto>=0.101.0:net/rubygem-gitaly-proto \ + rubygem-gitaly-proto>=0.105.0:net/rubygem-gitaly-proto \ rubygem-activesupport50>=5.0.2:devel/rubygem-activesupport50 \ rubygem-rdoc>=6.0:devel/rubygem-rdoc \ rubygem-gitlab-gollum-lib>=4.2:www/rubygem-gitlab-gollum-lib \ @@ -29,7 +28,7 @@ MY_DEPENDS= git>=2.16.2:devel/git \ rubygem-licensee8>=8.9.0:devel/rubygem-licensee8 \ rubygem-google-protobuf351>=3.5.1:devel/rubygem-google-protobuf351 -BUILD_DEPENDS= go>=1.8:lang/go \ +BUILD_DEPENDS= go>=1.9:lang/go \ gem:devel/ruby-gems \ ${MY_DEPENDS} @@ -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= 90ec422b0e76840075010476898637a92f287245 +GL_COMMIT= 39b113e394a7773d3c5781180119f4dbcbec7bd5 post-patch: ${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|" ${WRKSRC}/config.toml.example Modified: head/devel/gitaly/distinfo ============================================================================== --- head/devel/gitaly/distinfo Thu Jul 26 13:20:38 2018 (r475370) +++ head/devel/gitaly/distinfo Thu Jul 26 13:44:26 2018 (r475371) @@ -1,3 +1,3 @@ -TIMESTAMP = 1530370061 -SHA256 (gitlab-org-gitaly-90ec422b0e76840075010476898637a92f287245_GL0.tar.gz) = 0ec6140877d53dae22247d16ddb89374cade68ab47800b74e649e2a073c63e71 -SIZE (gitlab-org-gitaly-90ec422b0e76840075010476898637a92f287245_GL0.tar.gz) = 4145322 +TIMESTAMP = 1532595343 +SHA256 (gitlab-org-gitaly-39b113e394a7773d3c5781180119f4dbcbec7bd5_GL0.tar.gz) = 881bd5b82e33462029d483bd416adba453330bd6d4f22197a11626fa140ecdde +SIZE (gitlab-org-gitaly-39b113e394a7773d3c5781180119f4dbcbec7bd5_GL0.tar.gz) = 3604279 Modified: head/devel/gitaly/files/patch-ruby_Gemfile ============================================================================== --- head/devel/gitaly/files/patch-ruby_Gemfile Thu Jul 26 13:20:38 2018 (r475370) +++ head/devel/gitaly/files/patch-ruby_Gemfile Thu Jul 26 13:44:26 2018 (r475371) @@ -1,8 +1,8 @@ ---- ruby/Gemfile.orig 2018-06-04 16:17:50 UTC +--- ruby/Gemfile.orig 2018-07-20 10:35:57 UTC +++ ruby/Gemfile @@ -5,12 +5,13 @@ gem 'github-linguist', '~> 5.3.3', requi gem 'gitlab-markup', '~> 1.6.2' - gem 'gitaly-proto', '~> 0.101.0', require: 'gitaly' + gem 'gitaly-proto', '~> 0.105.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 Thu Jul 26 13:20:38 2018 (r475370) +++ head/devel/gitaly/pkg-plist Thu Jul 26 13:44:26 2018 (r475371) @@ -20,9 +20,15 @@ %%DATADIR%%/ruby/lib/gitaly_server/wiki_service.rb %%DATADIR%%/ruby/lib/gitlab/config.rb %%DATADIR%%/ruby/lib/gitlab/git.rb +%%DATADIR%%/ruby/lib/gitlab/git/blob.rb +%%DATADIR%%/ruby/lib/gitlab/git/commit.rb %%DATADIR%%/ruby/lib/gitlab/git/gitaly_remote_repository.rb %%DATADIR%%/ruby/lib/gitlab/git/gitlab_projects.rb +%%DATADIR%%/ruby/lib/gitlab/git/lfs_changes.rb +%%DATADIR%%/ruby/lib/gitlab/git/pre_receive_error.rb +%%DATADIR%%/ruby/lib/gitlab/git/remote_mirror.rb %%DATADIR%%/ruby/lib/gitlab/git/repository.rb +%%DATADIR%%/ruby/lib/gitlab/git/wiki.rb %%DATADIR%%/ruby/lib/gitlab/git_logger.rb %%DATADIR%%/ruby/lib/gitlab/gitaly_client.rb %%DATADIR%%/ruby/lib/gitlab/gollum.rb @@ -69,6 +75,7 @@ %%DATADIR%%/ruby/vendor/gitlab_git/lib/gitlab/git/operation_service.rb %%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 @@ -89,11 +96,13 @@ %%DATADIR%%/ruby/vendor/gitlab_git/lib/gitlab/git/tree.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/git/wiki.rb %%DATADIR%%/ruby/vendor/gitlab_git/lib/gitlab/git/wiki_file.rb %%DATADIR%%/ruby/vendor/gitlab_git/lib/gitlab/git/wiki_page.rb %%DATADIR%%/ruby/vendor/gitlab_git/lib/gitlab/git/wiki_page_version.rb %%DATADIR%%/ruby/vendor/gitlab_git/lib/gitlab/utils/strong_memoize.rb +%%DATADIR%%/ruby/vendor/gitlab_git/lib/gitlab/version_info.rb @(,,555) %%DATADIR%%/bin/gitaly @(,,555) %%DATADIR%%/bin/gitaly-ssh @sample %%DATADIR%%/config.toml.sample