Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Nov 2018 07:21:56 +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: r486235 - branches/2018Q4/devel/gitlab-shell
Message-ID:  <201811300721.wAU7Ludj091759@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mfechner
Date: Fri Nov 30 07:21:56 2018
New Revision: 486235
URL: https://svnweb.freebsd.org/changeset/ports/486235

Log:
  MFH: r485671
  
  Upgrade to 8.4.1 which is required for gitlab-ce 11.5.
  
  Approved by:	mentors (implicit)
  
  Approved by:	ports-secteam (miwi)

Modified:
  branches/2018Q4/devel/gitlab-shell/Makefile
  branches/2018Q4/devel/gitlab-shell/distinfo
  branches/2018Q4/devel/gitlab-shell/pkg-plist
Directory Properties:
  branches/2018Q4/   (props changed)

Modified: branches/2018Q4/devel/gitlab-shell/Makefile
==============================================================================
--- branches/2018Q4/devel/gitlab-shell/Makefile	Fri Nov 30 07:21:07 2018	(r486234)
+++ branches/2018Q4/devel/gitlab-shell/Makefile	Fri Nov 30 07:21:56 2018	(r486235)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	gitlab-shell
-PORTVERSION=	8.3.3
+PORTVERSION=	8.4.1
 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=	4b19de3a1897d06c3e0d530f679c6f56e250ca41
+GL_COMMIT=	9cf3334cb5cdf871266a2b9538589e36efd788e1
 
 USERS=		git
 GROUPS=		git
@@ -37,8 +37,5 @@ do-install:
 	@${MKDIR} ${STAGEDIR}${DATADIR}
 	(cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR})
 	@${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/2018Q4/devel/gitlab-shell/distinfo
==============================================================================
--- branches/2018Q4/devel/gitlab-shell/distinfo	Fri Nov 30 07:21:07 2018	(r486234)
+++ branches/2018Q4/devel/gitlab-shell/distinfo	Fri Nov 30 07:21:56 2018	(r486235)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1537567084
-SHA256 (gitlab-org-gitlab-shell-4b19de3a1897d06c3e0d530f679c6f56e250ca41_GL0.tar.gz) = c197935f0461746dc30ce3c5ad3307796e931796282dba099bb7410baf546050
-SIZE (gitlab-org-gitlab-shell-4b19de3a1897d06c3e0d530f679c6f56e250ca41_GL0.tar.gz) = 1564456
+TIMESTAMP = 1542973056
+SHA256 (gitlab-org-gitlab-shell-9cf3334cb5cdf871266a2b9538589e36efd788e1_GL0.tar.gz) = a0bbefaee536bee94cee13b709a180aac5d5557b076ab1371db8d925555edfc6
+SIZE (gitlab-org-gitlab-shell-9cf3334cb5cdf871266a2b9538589e36efd788e1_GL0.tar.gz) = 1590521

Modified: branches/2018Q4/devel/gitlab-shell/pkg-plist
==============================================================================
--- branches/2018Q4/devel/gitlab-shell/pkg-plist	Fri Nov 30 07:21:07 2018	(r486234)
+++ branches/2018Q4/devel/gitlab-shell/pkg-plist	Fri Nov 30 07:21:56 2018	(r486235)
@@ -21,6 +21,7 @@
 @(,,555) %%DATADIR%%/bin/gitlab-shell
 @(,,555) %%DATADIR%%/bin/gitlab-shell-authorized-keys-check
 @(,,555) %%DATADIR%%/bin/gitlab-shell-authorized-principals-check
+@(,,555) %%DATADIR%%/bin/gitlab-shell-ruby
 @(,,555) %%DATADIR%%/bin/install
 @(,,555) %%DATADIR%%/bin/test-logger
 @sample %%DATADIR%%/config.yml.sample
@@ -42,7 +43,6 @@
 %%DATADIR%%/lib/gitlab_post_receive.rb
 %%DATADIR%%/lib/gitlab_shell.rb
 %%DATADIR%%/lib/httpunix.rb
-%%DATADIR%%/lib/http_codes.rb
 %%DATADIR%%/lib/http_helper.rb
 %%DATADIR%%/lib/names_helper.rb
 %%DATADIR%%/lib/object_dirs_helper.rb
@@ -84,6 +84,7 @@
 %%DATADIR%%/spec/vcr_cassettes/custom-action-not-ok-json.yml
 %%DATADIR%%/spec/vcr_cassettes/custom-action-not-ok-not-json.yml
 %%DATADIR%%/spec/vcr_cassettes/custom-action-ok-not-json.yml
+%%DATADIR%%/spec/vcr_cassettes/custom-action-ok-with-message.yml
 %%DATADIR%%/spec/vcr_cassettes/custom-action-ok.yml
 %%DATADIR%%/spec/vcr_cassettes/discover-ok.yml
 %%DATADIR%%/spec/vcr_cassettes/http-pull-disabled.yml



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