From owner-svn-ports-branches@freebsd.org Thu Jul 19 09:54:43 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 24333102B510; Thu, 19 Jul 2018 09:54:43 +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 B5ACA88E43; Thu, 19 Jul 2018 09:54:42 +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 91348279BE; Thu, 19 Jul 2018 09:54:42 +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 w6J9sgAw021394; Thu, 19 Jul 2018 09:54:42 GMT (envelope-from mfechner@FreeBSD.org) Received: (from mfechner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w6J9sg61021392; Thu, 19 Jul 2018 09:54:42 GMT (envelope-from mfechner@FreeBSD.org) Message-Id: <201807190954.w6J9sg61021392@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mfechner set sender to mfechner@FreeBSD.org using -f From: Matthias Fechner Date: Thu, 19 Jul 2018 09:54:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r474950 - branches/2018Q3/devel/gitlab-shell X-SVN-Group: ports-branches X-SVN-Commit-Author: mfechner X-SVN-Commit-Paths: branches/2018Q3/devel/gitlab-shell X-SVN-Commit-Revision: 474950 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.27 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: Thu, 19 Jul 2018 09:54:43 -0000 Author: mfechner Date: Thu Jul 19 09:54:41 2018 New Revision: 474950 URL: https://svnweb.freebsd.org/changeset/ports/474950 Log: MFH: r473907 Update to 7.1.4 which is required for gitlab 11.0.2. Reviewed by: swills (mentor) Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D16127 Approved by: ports-secteam (miwi) Modified: branches/2018Q3/devel/gitlab-shell/Makefile branches/2018Q3/devel/gitlab-shell/distinfo Directory Properties: branches/2018Q3/ (props changed) Modified: branches/2018Q3/devel/gitlab-shell/Makefile ============================================================================== --- branches/2018Q3/devel/gitlab-shell/Makefile Thu Jul 19 09:53:56 2018 (r474949) +++ branches/2018Q3/devel/gitlab-shell/Makefile Thu Jul 19 09:54:41 2018 (r474950) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gitlab-shell -PORTVERSION= 7.1.2 +PORTVERSION= 7.1.4 CATEGORIES= devel MAINTAINER= mfechner@FreeBSD.org @@ -16,7 +16,7 @@ BUILD_DEPENDS= gem:devel/ruby-gems \ USE_GITLAB= yes GL_ACCOUNT= gitlab-org # Find the commit hash here: https://gitlab.com/gitlab-org/gitlab-shell/tags -GL_COMMIT= 3a83767f650f996ef37382a21d05d8ed99873aa1 +GL_COMMIT= 6a15f1db609acd6b7dadb2a88d4f5aff3500f160 USERS= git GROUPS= git @@ -39,5 +39,6 @@ do-install: @${MKDIR} ${STAGEDIR}/var/log/gitlab-shell ${STRIP_CMD} ${STAGEDIR}${DATADIR}/bin/gitaly-upload-pack ${STRIP_CMD} ${STAGEDIR}${DATADIR}/bin/gitaly-receive-pack + ${STRIP_CMD} ${STAGEDIR}${DATADIR}/bin/gitaly-upload-archive .include Modified: branches/2018Q3/devel/gitlab-shell/distinfo ============================================================================== --- branches/2018Q3/devel/gitlab-shell/distinfo Thu Jul 19 09:53:56 2018 (r474949) +++ branches/2018Q3/devel/gitlab-shell/distinfo Thu Jul 19 09:54:41 2018 (r474950) @@ -1,3 +1,3 @@ -TIMESTAMP = 1524408426 -SHA256 (gitlab-org-gitlab-shell-3a83767f650f996ef37382a21d05d8ed99873aa1_GL0.tar.gz) = 6db5b6c4d0269d2510841add69bf78690ef67534fe5f83fb131fa1368a8d011d -SIZE (gitlab-org-gitlab-shell-3a83767f650f996ef37382a21d05d8ed99873aa1_GL0.tar.gz) = 1547242 +TIMESTAMP = 1530371268 +SHA256 (gitlab-org-gitlab-shell-6a15f1db609acd6b7dadb2a88d4f5aff3500f160_GL0.tar.gz) = 7d3a5e1380b575f24194022499889f06bc81d84edb2df2fab4e4651fb77b6cf4 +SIZE (gitlab-org-gitlab-shell-6a15f1db609acd6b7dadb2a88d4f5aff3500f160_GL0.tar.gz) = 1547952