diff options
author | Matthias Fechner <mfechner@FreeBSD.org> | 2024-04-21 19:55:15 +0300 |
---|---|---|
committer | Matthias Fechner <mfechner@FreeBSD.org> | 2024-04-21 21:06:49 +0300 |
commit | d4351133bbb6aae72ccea02b19223303fe02be56 (patch) | |
tree | df06440cdb1dc73b1f9cea7cfb57cd304bc8c6d4 | |
parent | net/samba419: Update to 4.19.6 (diff) |
www/gitlab-pages: correct path in sample config to gitlab installation
-rw-r--r-- | www/gitlab-pages/Makefile | 1 | ||||
-rw-r--r-- | www/gitlab-pages/files/patch-gitlab-pages.conf.sample | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/www/gitlab-pages/Makefile b/www/gitlab-pages/Makefile index 44c25371aac5..3e2e381a9b8e 100644 --- a/www/gitlab-pages/Makefile +++ b/www/gitlab-pages/Makefile @@ -1,6 +1,7 @@ PORTNAME= gitlab-pages PORTVERSION= 16.11.0 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= www MASTER_SITES+= https://gitlab.com/gitlab-org/gitlab-pages/-/raw/v${DISTVERSION}/ DISTFILES+= go.mod diff --git a/www/gitlab-pages/files/patch-gitlab-pages.conf.sample b/www/gitlab-pages/files/patch-gitlab-pages.conf.sample index d73eae49370e..4921b5462ae6 100644 --- a/www/gitlab-pages/files/patch-gitlab-pages.conf.sample +++ b/www/gitlab-pages/files/patch-gitlab-pages.conf.sample @@ -2,8 +2,8 @@ +++ gitlab-pages.conf.sample @@ -0,0 +1,6 @@ +listen-http=:8090 -+pages-root=%%PREFIX%%/www/gitlab-ce/shared/pages -+api-secret-key=%%PREFIX%%/www/gitlab-ce/.gitlab_pages_secret ++pages-root=%%PREFIX%%/www/gitlab/shared/pages ++api-secret-key=%%PREFIX%%/www/gitlab/.gitlab_pages_secret +pages-domain=pages.example.com +internal-gitlab-server=https://gitlab.example.com + |