Index: head/devel/gitlab-shell/Makefile =================================================================== --- head/devel/gitlab-shell/Makefile (revision 485670) +++ head/devel/gitlab-shell/Makefile (revision 485671) @@ -1,44 +1,41 @@ # Created by: Torsten Zuehlsdorff # $FreeBSD$ PORTNAME= gitlab-shell -PORTVERSION= 8.3.3 +PORTVERSION= 8.4.1 CATEGORIES= devel MAINTAINER= mfechner@FreeBSD.org COMMENT= GitLab Shell handles git commands for GitLab LICENSE= MIT BUILD_DEPENDS= gem:devel/ruby-gems \ go>=1.5.3:lang/go 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 INSTALL_TARGET=install-strip post-patch: ${MV} ${WRKSRC}/config.yml.example ${WRKSRC}/config.yml.sample do-build: export GOCACHE=${WRKSRC}/go && ${WRKSRC}/bin/compile pre-install: ${RM} -rf ${WRKSRC}/go ${RM} -rf ${WRKSRC}/go_build 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 Index: head/devel/gitlab-shell/distinfo =================================================================== --- head/devel/gitlab-shell/distinfo (revision 485670) +++ head/devel/gitlab-shell/distinfo (revision 485671) @@ -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 Index: head/devel/gitlab-shell/pkg-plist =================================================================== --- head/devel/gitlab-shell/pkg-plist (revision 485670) +++ head/devel/gitlab-shell/pkg-plist (revision 485671) @@ -1,118 +1,119 @@ %%DATADIR%%/.codeclimate.yml %%DATADIR%%/.gitignore %%DATADIR%%/.gitlab-ci.yml %%DATADIR%%/.rubocop.yml %%DATADIR%%/.ruby-version %%DATADIR%%/CHANGELOG %%DATADIR%%/CONTRIBUTING.md %%DATADIR%%/Gemfile %%DATADIR%%/Gemfile.lock %%DATADIR%%/LICENSE %%DATADIR%%/README.md %%DATADIR%%/VERSION @(,,555) %%DATADIR%%/bin/authorized_keys @(,,555) %%DATADIR%%/bin/check @(,,555) %%DATADIR%%/bin/compile @(,,555) %%DATADIR%%/bin/create-hooks @(,,555) %%DATADIR%%/bin/gitaly-upload-archive @(,,555) %%DATADIR%%/bin/gitaly-upload-pack @(,,555) %%DATADIR%%/bin/gitaly-receive-pack @(,,555) %%DATADIR%%/bin/gitlab-keys @(,,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 @(,,555) %%DATADIR%%/hooks/post-receive @(,,555) %%DATADIR%%/hooks/pre-receive @(,,555) %%DATADIR%%/hooks/update %%DATADIR%%/lib/action.rb %%DATADIR%%/lib/action/custom.rb %%DATADIR%%/lib/gitlab_access.rb %%DATADIR%%/lib/gitlab_access_status.rb %%DATADIR%%/lib/gitlab_config.rb %%DATADIR%%/lib/gitlab_custom_hook.rb %%DATADIR%%/lib/gitlab_init.rb %%DATADIR%%/lib/gitlab_keys.rb %%DATADIR%%/lib/gitlab_lfs_authentication.rb %%DATADIR%%/lib/gitlab_logger.rb %%DATADIR%%/lib/gitlab_metrics.rb %%DATADIR%%/lib/gitlab_net.rb %%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 %%DATADIR%%/spec/action/custom_spec.rb %%DATADIR%%/spec/gitlab_access_spec.rb %%DATADIR%%/spec/gitlab_config_spec.rb %%DATADIR%%/spec/gitlab_custom_hook_spec.rb %%DATADIR%%/spec/gitlab_keys_spec.rb %%DATADIR%%/spec/gitlab_lfs_authentication_spec.rb %%DATADIR%%/spec/gitlab_logger_spec.rb %%DATADIR%%/spec/gitlab_metrics_spec.rb %%DATADIR%%/spec/gitlab_net_spec.rb %%DATADIR%%/spec/gitlab_post_receive_spec.rb %%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/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 %%DATADIR%%/spec/support/http_unix_server.rb %%DATADIR%%/support/go-update-vendor %%DATADIR%%/spec/support/hook_fail %%DATADIR%%/spec/support/hook_ok %%DATADIR%%/spec/support/vcr.rb %%DATADIR%%/spec/support/webmock.rb %%DATADIR%%/spec/vcr_cassettes/allowed-pull.yml %%DATADIR%%/spec/vcr_cassettes/allowed-push.yml %%DATADIR%%/spec/vcr_cassettes/allowed-push-project-not-found-404-text-html.yml %%DATADIR%%/spec/vcr_cassettes/allowed-push-project-not-found-404-text-plain.yml %%DATADIR%%/spec/vcr_cassettes/allowed-push-project-not-found-404.yml %%DATADIR%%/spec/vcr_cassettes/allowed-push-project-not-found-text-html.yml %%DATADIR%%/spec/vcr_cassettes/allowed-push-project-not-found-text-plain.yml %%DATADIR%%/spec/vcr_cassettes/allowed-push-project-not-found.yml %%DATADIR%%/spec/vcr_cassettes/broadcast_message-none.yml %%DATADIR%%/spec/vcr_cassettes/broadcast_message-ok.yml %%DATADIR%%/spec/vcr_cassettes/check-ok.yml %%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 %%DATADIR%%/spec/vcr_cassettes/http-push-disabled.yml %%DATADIR%%/spec/vcr_cassettes/lfs-authenticate-ok.yml %%DATADIR%%/spec/vcr_cassettes/notify-post-receive.yml %%DATADIR%%/spec/vcr_cassettes/post-receive-not-found.yml %%DATADIR%%/spec/vcr_cassettes/post-receive.yml %%DATADIR%%/spec/vcr_cassettes/pre-receive-not-found.yml %%DATADIR%%/spec/vcr_cassettes/pre-receive.yml %%DATADIR%%/spec/vcr_cassettes/ssh-key-not-found.yml %%DATADIR%%/spec/vcr_cassettes/ssh-key-not-implemented.yml %%DATADIR%%/spec/vcr_cassettes/ssh-key-ok.yml %%DATADIR%%/spec/vcr_cassettes/ssh-pull-disabled.yml %%DATADIR%%/spec/vcr_cassettes/ssh-pull-project-denied.yml %%DATADIR%%/spec/vcr_cassettes/ssh-pull-project-denied-401-text-html.yml %%DATADIR%%/spec/vcr_cassettes/ssh-pull-project-denied-401-text-plain.yml %%DATADIR%%/spec/vcr_cassettes/ssh-pull-project-denied-401.yml %%DATADIR%%/spec/vcr_cassettes/ssh-pull-project-denied-with-user.yml %%DATADIR%%/spec/vcr_cassettes/ssh-push-disabled.yml %%DATADIR%%/spec/vcr_cassettes/ssh-push-project-denied-401-text-html.yml %%DATADIR%%/spec/vcr_cassettes/ssh-push-project-denied-401-text-plain.yml %%DATADIR%%/spec/vcr_cassettes/ssh-push-project-denied-401.yml %%DATADIR%%/spec/vcr_cassettes/ssh-push-project-denied.yml %%DATADIR%%/spec/vcr_cassettes/two-factor-recovery-codes-fail.yml %%DATADIR%%/spec/vcr_cassettes/two-factor-recovery-codes.yml %%DATADIR%%/support/go-format %%DATADIR%%/support/go-test %%DATADIR%%/support/go_build.rb %%DATADIR%%/support/rewrite-hooks.sh %%DATADIR%%/support/truncate_repositories.sh @dir(git,,755) /var/log/gitlab-shell