svn commit: r470126 - in head/devel/gitaly: . files
Matthias Fechner
mfechner at FreeBSD.org
Wed May 16 16:10:28 UTC 2018
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 at 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]]
More information about the svn-ports-all
mailing list