From owner-svn-ports-branches@freebsd.org Fri May 4 17:46:26 2018 Return-Path: Delivered-To: svn-ports-branches@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 85A3FFB32B9; Fri, 4 May 2018 17:46:26 +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 380166F6F8; Fri, 4 May 2018 17:46:26 +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 3295E121CF; Fri, 4 May 2018 17:46:26 +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 w44HkQ8M040611; Fri, 4 May 2018 17:46:26 GMT (envelope-from mfechner@FreeBSD.org) Received: (from mfechner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w44HkPCt040608; Fri, 4 May 2018 17:46:25 GMT (envelope-from mfechner@FreeBSD.org) Message-Id: <201805041746.w44HkPCt040608@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mfechner set sender to mfechner@FreeBSD.org using -f From: Matthias Fechner Date: Fri, 4 May 2018 17:46:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r469040 - branches/2018Q2/devel/gitaly X-SVN-Group: ports-branches X-SVN-Commit-Author: mfechner X-SVN-Commit-Paths: branches/2018Q2/devel/gitaly X-SVN-Commit-Revision: 469040 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 May 2018 17:46:26 -0000 Author: mfechner Date: Fri May 4 17:46:25 2018 New Revision: 469040 URL: https://svnweb.freebsd.org/changeset/ports/469040 Log: MFH: r467327 Updated devel/gitaly to version 0.91.0 which is required for gitlab 10.6.x. Reviewed by: swills (mentor) Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D15033 Approved by: ports-secteam (feld) Modified: branches/2018Q2/devel/gitaly/Makefile branches/2018Q2/devel/gitaly/distinfo branches/2018Q2/devel/gitaly/pkg-plist Directory Properties: branches/2018Q2/ (props changed) Modified: branches/2018Q2/devel/gitaly/Makefile ============================================================================== --- branches/2018Q2/devel/gitaly/Makefile Fri May 4 17:45:21 2018 (r469039) +++ branches/2018Q2/devel/gitaly/Makefile Fri May 4 17:46:25 2018 (r469040) @@ -1,7 +1,8 @@ # $FreeBSD$ PORTNAME= gitaly -DISTVERSION= 0.82.0 +DISTVERSION= 0.91.0 +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= idefix@fechner.net @@ -11,16 +12,18 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE # define dependencies that are required for build and run under MY_DEPENDS -MY_DEPENDS= git>=2.14.3:devel/git \ - rubygem-github-linguist47>=4.7.0:textproc/rubygem-github-linguist47 \ +MY_DEPENDS= git>=2.16.2:devel/git \ + 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-proto083>=0.83.0:net/rubygem-gitaly-proto083 \ + rubygem-gitaly-proto088>=0.88.0:net/rubygem-gitaly-proto088 \ 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-rugged_adapter>=0.4.4:www/rubygem-gollum-rugged_adapter \ - rubygem-grpc>=1.8.0:net/rubygem-grpc \ + 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-google-protobuf351>=3.5.1:devel/rubygem-google-protobuf351 BUILD_DEPENDS= go>=1.8:lang/go \ @@ -29,7 +32,7 @@ BUILD_DEPENDS= go>=1.8:lang/go \ ${MY_DEPENDS} RUN_DEPENDS= ${MY_DEPENDS} \ - gitlab-shell>=6.0.3:devel/gitlab-shell + gitlab-shell>=6.0.4:devel/gitlab-shell USES= gmake USE_RUBY= yes @@ -37,7 +40,7 @@ USE_RUBY= yes USE_GITLAB= yes GL_ACCOUNT= gitlab-org # Find this here: https://gitlab.com/gitlab-org/gitaly/tags -GL_COMMIT= 8f7e18974599c47f542e083d56faf45af106788b +GL_COMMIT= 89298fe8b80b73a34352023555fe061866aff3ad post-patch: ${MV} ${WRKSRC}/config.toml.example ${WRKSRC}/config.toml.sample Modified: branches/2018Q2/devel/gitaly/distinfo ============================================================================== --- branches/2018Q2/devel/gitaly/distinfo Fri May 4 17:45:21 2018 (r469039) +++ branches/2018Q2/devel/gitaly/distinfo Fri May 4 17:46:25 2018 (r469040) @@ -1,3 +1,3 @@ -TIMESTAMP = 1522736881 -SHA256 (gitlab-org-gitaly-8f7e18974599c47f542e083d56faf45af106788b_GL0.tar.gz) = 22f2b66067ebdb87907b6cb1698ee471dbbe1beecaa3208a9877033c110a9ebb -SIZE (gitlab-org-gitaly-8f7e18974599c47f542e083d56faf45af106788b_GL0.tar.gz) = 3572308 +TIMESTAMP = 1523378733 +SHA256 (gitlab-org-gitaly-89298fe8b80b73a34352023555fe061866aff3ad_GL0.tar.gz) = c1a8e836b572f249e05c3a821002781af6a3a1bf3434dff5fe515078700994b3 +SIZE (gitlab-org-gitaly-89298fe8b80b73a34352023555fe061866aff3ad_GL0.tar.gz) = 3586830 Modified: branches/2018Q2/devel/gitaly/pkg-plist ============================================================================== --- branches/2018Q2/devel/gitaly/pkg-plist Fri May 4 17:45:21 2018 (r469039) +++ branches/2018Q2/devel/gitaly/pkg-plist Fri May 4 17:46:25 2018 (r469040) @@ -9,10 +9,13 @@ %%DATADIR%%/ruby/lib/gitaly_server/commit_service.rb %%DATADIR%%/ruby/lib/gitaly_server/conflicts_service.rb %%DATADIR%%/ruby/lib/gitaly_server/diff_service.rb +%%DATADIR%%/ruby/lib/gitaly_server/exception_sanitizer_interceptor.rb %%DATADIR%%/ruby/lib/gitaly_server/operations_service.rb %%DATADIR%%/ruby/lib/gitaly_server/ref_service.rb %%DATADIR%%/ruby/lib/gitaly_server/remote_service.rb %%DATADIR%%/ruby/lib/gitaly_server/repository_service.rb +%%DATADIR%%/ruby/lib/gitaly_server/sentry.rb +%%DATADIR%%/ruby/lib/gitaly_server/sentry_interceptor.rb %%DATADIR%%/ruby/lib/gitaly_server/utils.rb %%DATADIR%%/ruby/lib/gitaly_server/wiki_service.rb %%DATADIR%%/ruby/lib/gitlab/config.rb @@ -25,9 +28,13 @@ %%DATADIR%%/ruby/spec/gitaly/ref_service_spec.rb %%DATADIR%%/ruby/spec/gitaly/repository_service_spec.rb %%DATADIR%%/ruby/spec/integration_helper.rb +%%DATADIR%%/ruby/spec/lib/gitaly_server/exception_sanitizer_interceptor_spec.rb %%DATADIR%%/ruby/spec/lib/gitaly_server/utils_spec.rb +%%DATADIR%%/ruby/spec/lib/gitaly_server/sentry/url_sanitizer_spec.rb +%%DATADIR%%/ruby/spec/lib/gitaly_server/sentry_interceptor_spec.rb %%DATADIR%%/ruby/spec/lib/gitlab/config_spec.rb %%DATADIR%%/ruby/spec/spec_helper.rb +%%DATADIR%%/ruby/spec/support/sentry.rb %%DATADIR%%/ruby/spec/test_repo_helper.rb %%DATADIR%%/ruby/vendor/gitlab_git/ORIGIN %%DATADIR%%/ruby/vendor/gitlab_git/REVISION