From owner-svn-ports-head@freebsd.org Wed Jul 4 17:32:18 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 0F9291027833; Wed, 4 Jul 2018 17:32:18 +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 B056A897DC; Wed, 4 Jul 2018 17:32:17 +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 917D164FF; Wed, 4 Jul 2018 17:32:17 +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 w64HWH8S032951; Wed, 4 Jul 2018 17:32:17 GMT (envelope-from mfechner@FreeBSD.org) Received: (from mfechner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w64HWHNC032949; Wed, 4 Jul 2018 17:32:17 GMT (envelope-from mfechner@FreeBSD.org) Message-Id: <201807041732.w64HWHNC032949@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mfechner set sender to mfechner@FreeBSD.org using -f From: Matthias Fechner Date: Wed, 4 Jul 2018 17:32:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r473907 - head/devel/gitlab-shell X-SVN-Group: ports-head X-SVN-Commit-Author: mfechner X-SVN-Commit-Paths: head/devel/gitlab-shell X-SVN-Commit-Revision: 473907 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: Wed, 04 Jul 2018 17:32:18 -0000 Author: mfechner Date: Wed Jul 4 17:32:16 2018 New Revision: 473907 URL: https://svnweb.freebsd.org/changeset/ports/473907 Log: 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 Modified: head/devel/gitlab-shell/Makefile head/devel/gitlab-shell/distinfo Modified: head/devel/gitlab-shell/Makefile ============================================================================== --- head/devel/gitlab-shell/Makefile Wed Jul 4 17:31:32 2018 (r473906) +++ head/devel/gitlab-shell/Makefile Wed Jul 4 17:32:16 2018 (r473907) @@ -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: head/devel/gitlab-shell/distinfo ============================================================================== --- head/devel/gitlab-shell/distinfo Wed Jul 4 17:31:32 2018 (r473906) +++ head/devel/gitlab-shell/distinfo Wed Jul 4 17:32:16 2018 (r473907) @@ -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