Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Jul 2018 09:54:42 +0000 (UTC)
From:      Matthias Fechner <mfechner@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r474950 - branches/2018Q3/devel/gitlab-shell
Message-ID:  <201807190954.w6J9sg61021392@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201807190954.w6J9sg61021392>