Date: Sun, 23 Dec 2018 12:42:03 +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: r488209 - in head/devel/gitlab-shell: . files Message-ID: <201812231242.wBNCg3Xs095135@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mfechner Date: Sun Dec 23 12:42:03 2018 New Revision: 488209 URL: https://svnweb.freebsd.org/changeset/ports/488209 Log: Upgrade to 8.4.3 which is required for gitlab-ce 11.6. Approved by: mentors (implicit) Modified: head/devel/gitlab-shell/Makefile head/devel/gitlab-shell/distinfo head/devel/gitlab-shell/files/patch-config.yml.example head/devel/gitlab-shell/pkg-plist Modified: head/devel/gitlab-shell/Makefile ============================================================================== --- head/devel/gitlab-shell/Makefile Sun Dec 23 12:41:06 2018 (r488208) +++ head/devel/gitlab-shell/Makefile Sun Dec 23 12:42:03 2018 (r488209) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gitlab-shell -PORTVERSION= 8.4.1 +PORTVERSION= 8.4.3 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= 9cf3334cb5cdf871266a2b9538589e36efd788e1 +GL_COMMIT= 46f0594457d805ae43b509c38cc5bb95ef76f4c9 USERS= git GROUPS= git Modified: head/devel/gitlab-shell/distinfo ============================================================================== --- head/devel/gitlab-shell/distinfo Sun Dec 23 12:41:06 2018 (r488208) +++ head/devel/gitlab-shell/distinfo Sun Dec 23 12:42:03 2018 (r488209) @@ -1,3 +1,3 @@ -TIMESTAMP = 1542973056 -SHA256 (gitlab-org-gitlab-shell-9cf3334cb5cdf871266a2b9538589e36efd788e1_GL0.tar.gz) = a0bbefaee536bee94cee13b709a180aac5d5557b076ab1371db8d925555edfc6 -SIZE (gitlab-org-gitlab-shell-9cf3334cb5cdf871266a2b9538589e36efd788e1_GL0.tar.gz) = 1590521 +TIMESTAMP = 1545488650 +SHA256 (gitlab-org-gitlab-shell-46f0594457d805ae43b509c38cc5bb95ef76f4c9_GL0.tar.gz) = 42c5133f64e9e083b9469e8e93798cf34ec9b0c72213ec9044156124e52d80f6 +SIZE (gitlab-org-gitlab-shell-46f0594457d805ae43b509c38cc5bb95ef76f4c9_GL0.tar.gz) = 1590778 Modified: head/devel/gitlab-shell/files/patch-config.yml.example ============================================================================== --- head/devel/gitlab-shell/files/patch-config.yml.example Sun Dec 23 12:41:06 2018 (r488208) +++ head/devel/gitlab-shell/files/patch-config.yml.example Sun Dec 23 12:42:03 2018 (r488209) @@ -1,4 +1,4 @@ ---- config.yml.example.orig 2018-02-06 17:56:45 UTC +--- config.yml.example.orig 2018-11-28 23:06:49 UTC +++ config.yml.example @@ -25,7 +25,7 @@ http_settings: self_signed_cert: false @@ -9,7 +9,7 @@ # File that contains the secret key for verifying access to GitLab. # Default is .gitlab_shell_secret in the gitlab-shell directory. -@@ -37,7 +37,7 @@ auth_file: "/home/git/.ssh/authorized_ke +@@ -37,7 +37,7 @@ auth_file: "/home/git/.ssh/authorized_keys" # Log file. # Default is gitlab-shell.log in the root directory. Modified: head/devel/gitlab-shell/pkg-plist ============================================================================== --- head/devel/gitlab-shell/pkg-plist Sun Dec 23 12:41:06 2018 (r488208) +++ head/devel/gitlab-shell/pkg-plist Sun Dec 23 12:42:03 2018 (r488209) @@ -40,6 +40,7 @@ %%DATADIR%%/lib/gitlab_logger.rb %%DATADIR%%/lib/gitlab_metrics.rb %%DATADIR%%/lib/gitlab_net.rb +%%DATADIR%%/lib/gitlab_net/errors.rb %%DATADIR%%/lib/gitlab_post_receive.rb %%DATADIR%%/lib/gitlab_shell.rb %%DATADIR%%/lib/httpunix.rb @@ -89,7 +90,8 @@ %%DATADIR%%/spec/vcr_cassettes/discover-ok.yml %%DATADIR%%/spec/vcr_cassettes/http-pull-disabled.yml %%DATADIR%%/spec/vcr_cassettes/http-push-disabled.yml -%%DATADIR%%/spec/vcr_cassettes/lfs-authenticate-ok.yml +%%DATADIR%%/spec/vcr_cassettes/lfs-authenticate-ok-download.yml +%%DATADIR%%/spec/vcr_cassettes/lfs-authenticate-ok-upload.yml %%DATADIR%%/spec/vcr_cassettes/notify-post-receive.yml %%DATADIR%%/spec/vcr_cassettes/post-receive-not-found.yml %%DATADIR%%/spec/vcr_cassettes/post-receive.yml
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812231242.wBNCg3Xs095135>