mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-18 08:02:48 +00:00
devel/gitlab-shell: Update from 5.9.3 to 5.11.0
Changelog: https://gitlab.com/gitlab-org/gitlab-shell/blob/v5.11.0/CHANGELOG Submitted by: Matthias Fechner <idefix@fechner.net>
This commit is contained in:
parent
ef096f2adb
commit
58b4cc1363
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=462399
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= gitlab-shell
|
||||
PORTVERSION= 5.9.3
|
||||
PORTVERSION= 5.11.0
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= https://gitlab.com/gitlab-org/${PORTNAME}/repository/archive.tar.gz?ref=v${PORTVERSION}&dummy=/
|
||||
DISTNAME= ${PORTNAME}-v${PORTVERSION}
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1509566723
|
||||
SHA256 (gitlab-shell-v5.9.3.tar.gz) = 43692b5ba3c9757ad201611b66f199a636e6d4b47c144ebfd5e8d9b9c996e127
|
||||
SIZE (gitlab-shell-v5.9.3.tar.gz) = 711416
|
||||
TIMESTAMP = 1516803476
|
||||
SHA256 (gitlab-shell-v5.11.0.tar.gz) = b63cba3452f82d719ebbc74a3cf95314d38051327dfe38def3fe6a04e56a9929
|
||||
SIZE (gitlab-shell-v5.11.0.tar.gz) = 714049
|
||||
|
@ -21,6 +21,7 @@
|
||||
@(,,555) %%DATADIR%%/bin/gitlab-keys
|
||||
@(,,555) %%DATADIR%%/bin/gitlab-projects
|
||||
@(,,555) %%DATADIR%%/bin/gitlab-shell
|
||||
@(,,555) %%DATADIR%%/bin/gitlab-shell-authorized-keys-check
|
||||
@(,,555) %%DATADIR%%/bin/install
|
||||
@sample %%DATADIR%%/config.yml.sample
|
||||
@(,,555) %%DATADIR%%/hooks/post-receive
|
||||
@ -43,6 +44,7 @@
|
||||
%%DATADIR%%/lib/gitlab_shell.rb
|
||||
%%DATADIR%%/lib/httpunix.rb
|
||||
%%DATADIR%%/lib/names_helper.rb
|
||||
%%DATADIR%%/lib/object_dirs_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
|
||||
@ -69,9 +71,11 @@
|
||||
%%DATADIR%%/spec/gitlab_post_receive_spec.rb
|
||||
%%DATADIR%%/spec/gitlab_projects_spec.rb
|
||||
%%DATADIR%%/spec/gitlab_reference_counter_spec.rb
|
||||
%%DATADIR%%/spec/gitlab_shell_authorized_keys_check_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/hook_fail
|
||||
|
Loading…
Reference in New Issue
Block a user