Date: Tue, 20 Feb 2018 15:24:46 +0000 (UTC) From: Torsten Zuehlsdorff <tz@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462399 - head/devel/gitlab-shell Message-ID: <201802201524.w1KFOkcX092789@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tz Date: Tue Feb 20 15:24:46 2018 New Revision: 462399 URL: https://svnweb.freebsd.org/changeset/ports/462399 Log: 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> Modified: head/devel/gitlab-shell/Makefile head/devel/gitlab-shell/distinfo head/devel/gitlab-shell/pkg-plist Modified: head/devel/gitlab-shell/Makefile ============================================================================== --- head/devel/gitlab-shell/Makefile Tue Feb 20 15:19:25 2018 (r462398) +++ head/devel/gitlab-shell/Makefile Tue Feb 20 15:24:46 2018 (r462399) @@ -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} Modified: head/devel/gitlab-shell/distinfo ============================================================================== --- head/devel/gitlab-shell/distinfo Tue Feb 20 15:19:25 2018 (r462398) +++ head/devel/gitlab-shell/distinfo Tue Feb 20 15:24:46 2018 (r462399) @@ -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 Modified: head/devel/gitlab-shell/pkg-plist ============================================================================== --- head/devel/gitlab-shell/pkg-plist Tue Feb 20 15:19:25 2018 (r462398) +++ head/devel/gitlab-shell/pkg-plist Tue Feb 20 15:24:46 2018 (r462399) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802201524.w1KFOkcX092789>