svn commit: r491846 - branches/2019Q1/devel/gitlab-shell

Matthias Fechner mfechner at FreeBSD.org
Fri Feb 1 19:53:42 UTC 2019


Author: mfechner
Date: Fri Feb  1 19:53:40 2019
New Revision: 491846
URL: https://svnweb.freebsd.org/changeset/ports/491846

Log:
  MFH: r491731
  
  Upgrade to 8.4.4 which is required for gitlab-ce 11.7 upgrade.
  
  Approved by:	ports-secteam (miwi)

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

Modified: branches/2019Q1/devel/gitlab-shell/Makefile
==============================================================================
--- branches/2019Q1/devel/gitlab-shell/Makefile	Fri Feb  1 19:53:01 2019	(r491845)
+++ branches/2019Q1/devel/gitlab-shell/Makefile	Fri Feb  1 19:53:40 2019	(r491846)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	gitlab-shell
-PORTVERSION=	8.4.3
+PORTVERSION=	8.4.4
 CATEGORIES=	devel
 
 MAINTAINER=	mfechner at 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=	46f0594457d805ae43b509c38cc5bb95ef76f4c9
+GL_COMMIT=	5969bd068d8aa9b19e69c96c8644f821602b4c6e
 
 USERS=		git
 GROUPS=		git

Modified: branches/2019Q1/devel/gitlab-shell/distinfo
==============================================================================
--- branches/2019Q1/devel/gitlab-shell/distinfo	Fri Feb  1 19:53:01 2019	(r491845)
+++ branches/2019Q1/devel/gitlab-shell/distinfo	Fri Feb  1 19:53:40 2019	(r491846)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1545488650
-SHA256 (gitlab-org-gitlab-shell-46f0594457d805ae43b509c38cc5bb95ef76f4c9_GL0.tar.gz) = 42c5133f64e9e083b9469e8e93798cf34ec9b0c72213ec9044156124e52d80f6
-SIZE (gitlab-org-gitlab-shell-46f0594457d805ae43b509c38cc5bb95ef76f4c9_GL0.tar.gz) = 1590778
+TIMESTAMP = 1548343267
+SHA256 (gitlab-org-gitlab-shell-5969bd068d8aa9b19e69c96c8644f821602b4c6e_GL0.tar.gz) = 7f568c4294749787095a019825c85819a2df9b30e67ceabf1ff7d4395565fcac
+SIZE (gitlab-org-gitlab-shell-5969bd068d8aa9b19e69c96c8644f821602b4c6e_GL0.tar.gz) = 1995218

Modified: branches/2019Q1/devel/gitlab-shell/pkg-plist
==============================================================================
--- branches/2019Q1/devel/gitlab-shell/pkg-plist	Fri Feb  1 19:53:01 2019	(r491845)
+++ branches/2019Q1/devel/gitlab-shell/pkg-plist	Fri Feb  1 19:53:40 2019	(r491846)
@@ -43,9 +43,9 @@
 %%DATADIR%%/lib/gitlab_net/errors.rb
 %%DATADIR%%/lib/gitlab_post_receive.rb
 %%DATADIR%%/lib/gitlab_shell.rb
+%%DATADIR%%/lib/hooks_utils.rb
 %%DATADIR%%/lib/httpunix.rb
 %%DATADIR%%/lib/http_helper.rb
-%%DATADIR%%/lib/names_helper.rb
 %%DATADIR%%/lib/object_dirs_helper.rb
 %%DATADIR%%/spec/action/custom_spec.rb
 %%DATADIR%%/spec/gitlab_access_spec.rb
@@ -60,8 +60,8 @@
 %%DATADIR%%/spec/gitlab_shell_authorized_keys_check_spec.rb
 %%DATADIR%%/spec/gitlab_shell_gitlab_shell_spec.rb
 %%DATADIR%%/spec/gitlab_shell_spec.rb
+%%DATADIR%%/spec/hooks_utils_spec.rb
 %%DATADIR%%/spec/httpunix_spec.rb
-%%DATADIR%%/spec/names_helper_spec.rb
 %%DATADIR%%/spec/object_dirs_helper_spec.rb
 %%DATADIR%%/spec/spec_helper.rb
 %%DATADIR%%/spec/support/gl_id_test_hook


More information about the svn-ports-branches mailing list