diff options
author | Torsten Zuehlsdorff <tz@FreeBSD.org> | 2017-02-24 09:34:46 +0000 |
---|---|---|
committer | Torsten Zuehlsdorff <tz@FreeBSD.org> | 2017-02-24 09:34:46 +0000 |
commit | bd1ff224164fd13a98ac099ea77cbfd5e685492f (patch) | |
tree | 19e2b6a1f06d38c5eae933fa5bedc3e7c587f05e /devel/gitlab-shell | |
parent | a449f365400dcd9125b0699687b8d4c284377923 (diff) |
Notes
Diffstat (limited to 'devel/gitlab-shell')
-rw-r--r-- | devel/gitlab-shell/Makefile | 3 | ||||
-rw-r--r-- | devel/gitlab-shell/distinfo | 6 | ||||
-rw-r--r-- | devel/gitlab-shell/pkg-plist | 5 |
3 files changed, 9 insertions, 5 deletions
diff --git a/devel/gitlab-shell/Makefile b/devel/gitlab-shell/Makefile index e84059842310..10e257ccc915 100644 --- a/devel/gitlab-shell/Makefile +++ b/devel/gitlab-shell/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= gitlab-shell -PORTVERSION= 3.4.0 -PORTREVISION= 1 +PORTVERSION= 3.6.1 CATEGORIES= devel MASTER_SITES= https://gitlab.com/gitlab-org/${PORTNAME}/repository/archive.tar.gz?ref=v${PORTVERSION}&dummy=/ DISTNAME= ${PORTNAME}-v${PORTVERSION} diff --git a/devel/gitlab-shell/distinfo b/devel/gitlab-shell/distinfo index df37536c5da7..018f862fd0e2 100644 --- a/devel/gitlab-shell/distinfo +++ b/devel/gitlab-shell/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1476972305 -SHA256 (gitlab-shell-v3.4.0.tar.gz) = 0ac8f18b1615194943e935b670d630a1ba9870ad876f7486256972c7be1d45d4 -SIZE (gitlab-shell-v3.4.0.tar.gz) = 71972 +TIMESTAMP = 1486029021 +SHA256 (gitlab-shell-v3.6.1.tar.gz) = 180dcce14e9caa9c7f09eefdb2e10189318a0f994c4931fae2acebd92e9e4fa3 +SIZE (gitlab-shell-v3.6.1.tar.gz) = 74806 diff --git a/devel/gitlab-shell/pkg-plist b/devel/gitlab-shell/pkg-plist index 3adedf61f21c..502f8e9b42b9 100644 --- a/devel/gitlab-shell/pkg-plist +++ b/devel/gitlab-shell/pkg-plist @@ -28,6 +28,7 @@ %%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_net.rb %%DATADIR%%/lib/gitlab_post_receive.rb @@ -55,6 +56,7 @@ %%DATADIR%%/spec/gitlab_access_spec.rb %%DATADIR%%/spec/gitlab_config_spec.rb %%DATADIR%%/spec/gitlab_keys_spec.rb +%%DATADIR%%/spec/gitlab_lfs_authentication_spec.rb %%DATADIR%%/spec/gitlab_logger_spec.rb %%DATADIR%%/spec/gitlab_net_spec.rb %%DATADIR%%/spec/gitlab_post_receive_spec.rb @@ -74,10 +76,13 @@ %%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/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 |