Date: Thu, 6 Sep 2018 19:01:14 +0000 (UTC) From: Matthias Fechner <mfechner@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r479137 - head/devel/gitlab-shell Message-ID: <201809061901.w86J1ELv053435@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mfechner Date: Thu Sep 6 19:01:13 2018 New Revision: 479137 URL: https://svnweb.freebsd.org/changeset/ports/479137 Log: Update devel/gitlab-shell to 8.1.1 which is required for gitlab-ce 11.2.x. Approved by: mentors (implicit) 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 Thu Sep 6 18:59:42 2018 (r479136) +++ head/devel/gitlab-shell/Makefile Thu Sep 6 19:01:13 2018 (r479137) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gitlab-shell -PORTVERSION= 7.1.4 +PORTVERSION= 8.1.1 CATEGORIES= devel MAINTAINER= mfechner@FreeBSD.org @@ -16,7 +16,7 @@ BUILD_DEPENDS= gem:devel/ruby-gems \ USE_GITLAB= yes GL_ACCOUNT= gitlab-org # Find the commit hash here: https://gitlab.com/gitlab-org/gitlab-shell/tags -GL_COMMIT= 6a15f1db609acd6b7dadb2a88d4f5aff3500f160 +GL_COMMIT= 5287eee65e7f29e8d5296eb3ef24a06a9a60b3f1 USERS= git GROUPS= git Modified: head/devel/gitlab-shell/distinfo ============================================================================== --- head/devel/gitlab-shell/distinfo Thu Sep 6 18:59:42 2018 (r479136) +++ head/devel/gitlab-shell/distinfo Thu Sep 6 19:01:13 2018 (r479137) @@ -1,3 +1,3 @@ -TIMESTAMP = 1530371268 -SHA256 (gitlab-org-gitlab-shell-6a15f1db609acd6b7dadb2a88d4f5aff3500f160_GL0.tar.gz) = 7d3a5e1380b575f24194022499889f06bc81d84edb2df2fab4e4651fb77b6cf4 -SIZE (gitlab-org-gitlab-shell-6a15f1db609acd6b7dadb2a88d4f5aff3500f160_GL0.tar.gz) = 1547952 +TIMESTAMP = 1535126431 +SHA256 (gitlab-org-gitlab-shell-5287eee65e7f29e8d5296eb3ef24a06a9a60b3f1_GL0.tar.gz) = 31f87dad90fa8871cf743ac1d8a322324cdc144685a83b32bca1342b003dfb60 +SIZE (gitlab-org-gitlab-shell-5287eee65e7f29e8d5296eb3ef24a06a9a60b3f1_GL0.tar.gz) = 1560578 Modified: head/devel/gitlab-shell/pkg-plist ============================================================================== --- head/devel/gitlab-shell/pkg-plist Thu Sep 6 18:59:42 2018 (r479136) +++ head/devel/gitlab-shell/pkg-plist Thu Sep 6 19:01:13 2018 (r479137) @@ -2,6 +2,7 @@ %%DATADIR%%/.gitignore %%DATADIR%%/.gitlab-ci.yml %%DATADIR%%/.rubocop.yml +%%DATADIR%%/.ruby-version %%DATADIR%%/CHANGELOG %%DATADIR%%/CONTRIBUTING.md %%DATADIR%%/Gemfile @@ -20,6 +21,7 @@ @(,,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/install @(,,555) %%DATADIR%%/bin/test-logger @sample %%DATADIR%%/config.yml.sample @@ -39,6 +41,7 @@ %%DATADIR%%/lib/gitlab_post_receive.rb %%DATADIR%%/lib/gitlab_shell.rb %%DATADIR%%/lib/httpunix.rb +%%DATADIR%%/lib/http_helper.rb %%DATADIR%%/lib/names_helper.rb %%DATADIR%%/lib/object_dirs_helper.rb %%DATADIR%%/spec/gitlab_access_spec.rb @@ -51,12 +54,14 @@ %%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%%/support/go-update-vendor %%DATADIR%%/spec/support/hook_fail %%DATADIR%%/spec/support/hook_ok %%DATADIR%%/spec/vcr_cassettes/allowed-pull.yml
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201809061901.w86J1ELv053435>