Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Jul 2019 09:38:57 +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: r506117 - head/devel/gitlab-shell
Message-ID:  <201907070938.x679cvEp088624@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mfechner
Date: Sun Jul  7 09:38:56 2019
New Revision: 506117
URL: https://svnweb.freebsd.org/changeset/ports/506117

Log:
  Upgrade to 9.3.0 which is required for gitlab-ce 12.0.x.

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	Sun Jul  7 09:38:04 2019	(r506116)
+++ head/devel/gitlab-shell/Makefile	Sun Jul  7 09:38:56 2019	(r506117)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	gitlab-shell
-PORTVERSION=	9.1.0
+PORTVERSION=	9.3.0
 CATEGORIES=	devel
 
 MAINTAINER=	mfechner@FreeBSD.org
@@ -17,7 +17,7 @@ USES=		go
 USE_GITLAB=	yes
 GL_ACCOUNT=	gitlab-org
 # Find the commit hash here: https://gitlab.com/gitlab-org/gitlab-shell/tags
-GL_COMMIT=	0e3052be5642c90ee173ff9af1e28358f227fbed
+GL_COMMIT=	58c981045ce126d23ed0f50616fbfb9b795f62b4
 
 USERS=		git
 GROUPS=		git

Modified: head/devel/gitlab-shell/distinfo
==============================================================================
--- head/devel/gitlab-shell/distinfo	Sun Jul  7 09:38:04 2019	(r506116)
+++ head/devel/gitlab-shell/distinfo	Sun Jul  7 09:38:56 2019	(r506117)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1558180834
-SHA256 (gitlab-org-gitlab-shell-0e3052be5642c90ee173ff9af1e28358f227fbed_GL0.tar.gz) = 7e33b8f9ab701d499e250e917636ec7f3b82246c0dea765aa04a11eb8994cd65
-SIZE (gitlab-org-gitlab-shell-0e3052be5642c90ee173ff9af1e28358f227fbed_GL0.tar.gz) = 2204347
+TIMESTAMP = 1561193926
+SHA256 (gitlab-org-gitlab-shell-58c981045ce126d23ed0f50616fbfb9b795f62b4_GL0.tar.gz) = 324f7ba31e5ab3fd910c2c35e58404c0da9edcb05f000a929d4a2bd107668201
+SIZE (gitlab-org-gitlab-shell-58c981045ce126d23ed0f50616fbfb9b795f62b4_GL0.tar.gz) = 2217977

Modified: head/devel/gitlab-shell/pkg-plist
==============================================================================
--- head/devel/gitlab-shell/pkg-plist	Sun Jul  7 09:38:04 2019	(r506116)
+++ head/devel/gitlab-shell/pkg-plist	Sun Jul  7 09:38:56 2019	(r506117)
@@ -55,7 +55,9 @@
 %%DATADIR%%/spec/gitlab_metrics_spec.rb
 %%DATADIR%%/spec/gitlab_net_spec.rb
 %%DATADIR%%/spec/gitlab_shell_authorized_keys_check_spec.rb
+%%DATADIR%%/spec/gitlab_shell_custom_git_receive_pack_spec.rb
 %%DATADIR%%/spec/gitlab_shell_gitlab_shell_spec.rb
+%%DATADIR%%/spec/gitlab_shell_lfs_authentication_spec.rb
 %%DATADIR%%/spec/gitlab_shell_spec.rb
 %%DATADIR%%/spec/gitlab_shell_two_factor_recovery_spec.rb
 %%DATADIR%%/spec/hooks_utils_spec.rb



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