Index: head/devel/gitlab-shell/Makefile =================================================================== --- head/devel/gitlab-shell/Makefile (revision 444547) +++ head/devel/gitlab-shell/Makefile (revision 444548) @@ -1,32 +1,32 @@ # Created by: Torsten Zuehlsdorff # $FreeBSD$ PORTNAME= gitlab-shell -PORTVERSION= 4.1.1 +PORTVERSION= 5.0.0 CATEGORIES= devel MASTER_SITES= https://gitlab.com/gitlab-org/${PORTNAME}/repository/archive.tar.gz?ref=v${PORTVERSION}&dummy=/ DISTNAME= ${PORTNAME}-v${PORTVERSION} MAINTAINER= tz@FreeBSD.org COMMENT= GitLab Shell handles git commands for GitLab BUILD_DEPENDS= gem:devel/ruby-gems USERS= git GROUPS= git NO_BUILD= yes NO_ARCH= yes post-extract: @${MV} ${WRKDIR}/${DISTNAME}-* ${WRKDIR}/${DISTNAME} post-patch: ${MV} ${WRKSRC}/config.yml.example ${WRKSRC}/config.yml.sample do-install: @${MKDIR} ${STAGEDIR}${DATADIR} (cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}) @${MKDIR} ${STAGEDIR}/var/log/gitlab-shell .include Index: head/devel/gitlab-shell/distinfo =================================================================== --- head/devel/gitlab-shell/distinfo (revision 444547) +++ head/devel/gitlab-shell/distinfo (revision 444548) @@ -1,3 +1,3 @@ -TIMESTAMP = 1489053111 -SHA256 (gitlab-shell-v4.1.1.tar.gz) = 61f684b4528b0b789aad80efbfd8f9870d113f6e2794e589e0db9e74e6737e1d -SIZE (gitlab-shell-v4.1.1.tar.gz) = 78829 +TIMESTAMP = 1497355560 +SHA256 (gitlab-shell-v5.0.0.tar.gz) = 7611fdf0b64592365bdb6ba442a4263d129b05c280d5105ea641baec7a0b45ab +SIZE (gitlab-shell-v5.0.0.tar.gz) = 78585 Index: head/devel/gitlab-shell/pkg-plist =================================================================== --- head/devel/gitlab-shell/pkg-plist (revision 444547) +++ head/devel/gitlab-shell/pkg-plist (revision 444548) @@ -1,94 +1,95 @@ %%DATADIR%%/.gitignore %%DATADIR%%/.gitlab-ci.yml %%DATADIR%%/.rspec %%DATADIR%%/.rubocop.yml %%DATADIR%%/CHANGELOG %%DATADIR%%/Gemfile %%DATADIR%%/Gemfile.lock %%DATADIR%%/Guardfile %%DATADIR%%/LICENSE %%DATADIR%%/Makefile %%DATADIR%%/README.md %%DATADIR%%/VERSION @(,,555) %%DATADIR%%/bin/authorized_keys @(,,555) %%DATADIR%%/bin/check @(,,555) %%DATADIR%%/bin/create-hooks @(,,555) %%DATADIR%%/bin/gitlab-keys @(,,555) %%DATADIR%%/bin/gitlab-projects @(,,555) %%DATADIR%%/bin/gitlab-shell @(,,555) %%DATADIR%%/bin/install @sample %%DATADIR%%/config.yml.sample @(,,555) %%DATADIR%%/hooks/post-receive @(,,555) %%DATADIR%%/hooks/pre-receive @(,,555) %%DATADIR%%/hooks/update %%DATADIR%%/lib/gitlab_access.rb %%DATADIR%%/lib/gitlab_access_status.rb %%DATADIR%%/lib/gitlab_authorized_keys.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_projects.rb %%DATADIR%%/lib/gitlab_redis.rb %%DATADIR%%/lib/gitlab_reference_counter.rb %%DATADIR%%/lib/gitlab_shell.rb %%DATADIR%%/lib/httpunix.rb %%DATADIR%%/lib/names_helper.rb %%DATADIR%%/lib/vendor/redis/lib/redis.rb %%DATADIR%%/lib/vendor/redis/lib/redis/client.rb %%DATADIR%%/lib/vendor/redis/lib/redis/connection.rb %%DATADIR%%/lib/vendor/redis/lib/redis/connection/command_helper.rb %%DATADIR%%/lib/vendor/redis/lib/redis/connection/hiredis.rb %%DATADIR%%/lib/vendor/redis/lib/redis/connection/registry.rb %%DATADIR%%/lib/vendor/redis/lib/redis/connection/ruby.rb %%DATADIR%%/lib/vendor/redis/lib/redis/connection/synchrony.rb %%DATADIR%%/lib/vendor/redis/lib/redis/distributed.rb %%DATADIR%%/lib/vendor/redis/lib/redis/errors.rb %%DATADIR%%/lib/vendor/redis/lib/redis/hash_ring.rb %%DATADIR%%/lib/vendor/redis/lib/redis/pipeline.rb %%DATADIR%%/lib/vendor/redis/lib/redis/subscribe.rb %%DATADIR%%/lib/vendor/redis/lib/redis/version.rb %%DATADIR%%/spec/fixtures/gitlab_config_redis.yml %%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_projects_spec.rb %%DATADIR%%/spec/gitlab_reference_counter_spec.rb %%DATADIR%%/spec/gitlab_shell_spec.rb %%DATADIR%%/spec/httpunix_spec.rb %%DATADIR%%/spec/names_helper_spec.rb %%DATADIR%%/spec/spec_helper.rb %%DATADIR%%/spec/support/gl_id_test_hook %%DATADIR%%/spec/support/hook_fail %%DATADIR%%/spec/support/hook_ok %%DATADIR%%/spec/vcr_cassettes/allowed-pull.yml %%DATADIR%%/spec/vcr_cassettes/allowed-push.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/denied-pull.yml %%DATADIR%%/spec/vcr_cassettes/denied-push-with-user.yml %%DATADIR%%/spec/vcr_cassettes/denied-push.yml %%DATADIR%%/spec/vcr_cassettes/discover-ok.yml %%DATADIR%%/spec/vcr_cassettes/http-access-disabled.yml %%DATADIR%%/spec/vcr_cassettes/lfs-authenticate-ok.yml +%%DATADIR%%/spec/vcr_cassettes/notify-post-receive.yml %%DATADIR%%/spec/vcr_cassettes/ssh-access-disabled.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/two-factor-recovery-codes-fail.yml %%DATADIR%%/spec/vcr_cassettes/two-factor-recovery-codes.yml %%DATADIR%%/support/rewrite-hooks.sh %%DATADIR%%/support/truncate_repositories.sh @dir(git,,755) /var/log/gitlab-shell