diff options
-rw-r--r-- | devel/gitlab-shell/Makefile | 4 | ||||
-rw-r--r-- | devel/gitlab-shell/distinfo | 6 | ||||
-rw-r--r-- | devel/gitlab-shell/pkg-plist | 4 |
3 files changed, 7 insertions, 7 deletions
diff --git a/devel/gitlab-shell/Makefile b/devel/gitlab-shell/Makefile index c20bf24c9792..f81a512b0543 100644 --- a/devel/gitlab-shell/Makefile +++ b/devel/gitlab-shell/Makefile @@ -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 diff --git a/devel/gitlab-shell/distinfo b/devel/gitlab-shell/distinfo index 0e120632eb17..09e6bf6922e3 100644 --- a/devel/gitlab-shell/distinfo +++ b/devel/gitlab-shell/distinfo @@ -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 diff --git a/devel/gitlab-shell/pkg-plist b/devel/gitlab-shell/pkg-plist index f84917d726da..16e698daf8e2 100644 --- a/devel/gitlab-shell/pkg-plist +++ b/devel/gitlab-shell/pkg-plist @@ -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 |