Date: Wed, 4 Jul 2018 17:32:17 +0000 (UTC) From: Matthias Fechner <mfechner@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r473907 - head/devel/gitlab-shell Message-ID: <201807041732.w64HWHNC032949@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201807041732.w64HWHNC032949>