Date: Wed, 16 May 2018 16:10:27 +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: r470126 - in head/devel/gitaly: . files Message-ID: <201805161610.w4GGARUp071856@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mfechner Date: Wed May 16 16:10:27 2018 New Revision: 470126 URL: https://svnweb.freebsd.org/changeset/ports/470126 Log: Fixed a wrong standard path in a configuration. New projects can be created again if the standard gitaly configuration is used. Reviewed by: tz (mentor) Approved by: tz (mentor) Differential Revision: https://reviews.freebsd.org/D15447 Modified: head/devel/gitaly/Makefile head/devel/gitaly/files/patch-config.toml.example Modified: head/devel/gitaly/Makefile ============================================================================== --- head/devel/gitaly/Makefile Wed May 16 15:33:08 2018 (r470125) +++ head/devel/gitaly/Makefile Wed May 16 16:10:27 2018 (r470126) @@ -2,6 +2,7 @@ PORTNAME= gitaly DISTVERSION= 0.96.1 +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= mfechner@FreeBSD.org Modified: head/devel/gitaly/files/patch-config.toml.example ============================================================================== --- head/devel/gitaly/files/patch-config.toml.example Wed May 16 15:33:08 2018 (r470125) +++ head/devel/gitaly/files/patch-config.toml.example Wed May 16 16:10:27 2018 (r470126) @@ -42,7 +42,7 @@ [gitlab-shell] # The directory where gitlab-shell is installed -dir = "/home/git/gitlab-shell" -+dir = "/usr/local/share/gitlab-shell/bin" ++dir = "/usr/local/share/gitlab-shell" # # You can adjust the concurrency of each RPC endpoint # [[concurrency]]
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201805161610.w4GGARUp071856>