Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 May 2018 18:00:12 +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: r469939 - head/devel/gitlab-shell
Message-ID:  <201805141800.w4EI0C32065407@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mfechner
Date: Mon May 14 18:00:12 2018
New Revision: 469939
URL: https://svnweb.freebsd.org/changeset/ports/469939

Log:
  Update devel/gitlab-shell to 7.1.2 required for gitlab 10.7.x.
  
  Reviewed by:	tz (mentor)
  Approved by:	tz (mentor)
  Differential Revision:	https://reviews.freebsd.org/D15322

Modified:
  head/devel/gitlab-shell/Makefile
  head/devel/gitlab-shell/distinfo
  head/devel/gitlab-shell/pkg-plist

Modified: head/devel/gitlab-shell/Makefile
==============================================================================
--- head/devel/gitlab-shell/Makefile	Mon May 14 17:58:31 2018	(r469938)
+++ head/devel/gitlab-shell/Makefile	Mon May 14 18:00:12 2018	(r469939)
@@ -2,24 +2,26 @@
 # $FreeBSD$
 
 PORTNAME=	gitlab-shell
-PORTVERSION=	6.0.4
+PORTVERSION=	7.1.2
 CATEGORIES=	devel
 
-LICENSE=	MIT
-
 MAINTAINER=	mfechner@FreeBSD.org
 COMMENT=	GitLab Shell handles git commands for GitLab
 
+LICENSE=	MIT
+
 BUILD_DEPENDS=	gem:devel/ruby-gems \
 		go>=1.5.3:lang/go
 
 USE_GITLAB=	yes
 GL_ACCOUNT=	gitlab-org
 # Find the commit hash here: https://gitlab.com/gitlab-org/gitlab-shell/tags
-GL_COMMIT=	6feee1ccc265c765181533bbc719f91c364de2b3
+GL_COMMIT=	3a83767f650f996ef37382a21d05d8ed99873aa1
 
 USERS=		git
 GROUPS=		git
+
+INSTALL_TARGET=install-strip
 
 post-patch:
 	${MV} ${WRKSRC}/config.yml.example ${WRKSRC}/config.yml.sample

Modified: head/devel/gitlab-shell/distinfo
==============================================================================
--- head/devel/gitlab-shell/distinfo	Mon May 14 17:58:31 2018	(r469938)
+++ head/devel/gitlab-shell/distinfo	Mon May 14 18:00:12 2018	(r469939)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1523369483
-SHA256 (gitlab-org-gitlab-shell-6feee1ccc265c765181533bbc719f91c364de2b3_GL0.tar.gz) = bb1d7702c1c7177f36e09e77da081e90f145d786635d33b5c9e85bdc9387b2a2
-SIZE (gitlab-org-gitlab-shell-6feee1ccc265c765181533bbc719f91c364de2b3_GL0.tar.gz) = 773179
+TIMESTAMP = 1524408426
+SHA256 (gitlab-org-gitlab-shell-3a83767f650f996ef37382a21d05d8ed99873aa1_GL0.tar.gz) = 6db5b6c4d0269d2510841add69bf78690ef67534fe5f83fb131fa1368a8d011d
+SIZE (gitlab-org-gitlab-shell-3a83767f650f996ef37382a21d05d8ed99873aa1_GL0.tar.gz) = 1547242

Modified: head/devel/gitlab-shell/pkg-plist
==============================================================================
--- head/devel/gitlab-shell/pkg-plist	Mon May 14 17:58:31 2018	(r469938)
+++ head/devel/gitlab-shell/pkg-plist	Mon May 14 18:00:12 2018	(r469939)
@@ -1,7 +1,6 @@
 %%DATADIR%%/.codeclimate.yml
 %%DATADIR%%/.gitignore
 %%DATADIR%%/.gitlab-ci.yml
-%%DATADIR%%/.rspec
 %%DATADIR%%/.rubocop.yml
 %%DATADIR%%/CHANGELOG
 %%DATADIR%%/CONTRIBUTING.md
@@ -15,12 +14,14 @@
 @(,,555) %%DATADIR%%/bin/check
 @(,,555) %%DATADIR%%/bin/compile
 @(,,555) %%DATADIR%%/bin/create-hooks
+@(,,555) %%DATADIR%%/bin/gitaly-upload-archive
 @(,,555) %%DATADIR%%/bin/gitaly-upload-pack
 @(,,555) %%DATADIR%%/bin/gitaly-receive-pack
 @(,,555) %%DATADIR%%/bin/gitlab-keys
 @(,,555) %%DATADIR%%/bin/gitlab-shell
 @(,,555) %%DATADIR%%/bin/gitlab-shell-authorized-keys-check
 @(,,555) %%DATADIR%%/bin/install
+@(,,555) %%DATADIR%%/bin/test-logger
 @sample %%DATADIR%%/config.yml.sample
 @(,,555) %%DATADIR%%/hooks/post-receive
 @(,,555) %%DATADIR%%/hooks/pre-receive



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