Date: Thu, 31 Jan 2019 14:23:10 +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: r491731 - head/devel/gitlab-shell Message-ID: <201901311423.x0VENAub024149@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mfechner Date: Thu Jan 31 14:23:10 2019 New Revision: 491731 URL: https://svnweb.freebsd.org/changeset/ports/491731 Log: Upgrade to 8.4.4 which is required for gitlab-ce 11.7 upgrade. 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 Thu Jan 31 14:22:03 2019 (r491730) +++ head/devel/gitlab-shell/Makefile Thu Jan 31 14:23:10 2019 (r491731) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gitlab-shell -PORTVERSION= 8.4.3 +PORTVERSION= 8.4.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= 46f0594457d805ae43b509c38cc5bb95ef76f4c9 +GL_COMMIT= 5969bd068d8aa9b19e69c96c8644f821602b4c6e USERS= git GROUPS= git Modified: head/devel/gitlab-shell/distinfo ============================================================================== --- head/devel/gitlab-shell/distinfo Thu Jan 31 14:22:03 2019 (r491730) +++ head/devel/gitlab-shell/distinfo Thu Jan 31 14:23:10 2019 (r491731) @@ -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: head/devel/gitlab-shell/pkg-plist ============================================================================== --- head/devel/gitlab-shell/pkg-plist Thu Jan 31 14:22:03 2019 (r491730) +++ head/devel/gitlab-shell/pkg-plist Thu Jan 31 14:23:10 2019 (r491731) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901311423.x0VENAub024149>