Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Jun 2024 06:37:22 GMT
From:      Matthias Fechner <mfechner@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: c40f44bb2365 - main - www/gitlab-pages: make the rc script service jails ready
Message-ID:  <202406090637.4596bM3I009999@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by mfechner:

URL: https://cgit.FreeBSD.org/ports/commit/?id=c40f44bb23650968cae08b338950939051361b2d

commit c40f44bb23650968cae08b338950939051361b2d
Author:     Matthias Fechner <mfechner@FreeBSD.org>
AuthorDate: 2024-06-09 06:30:55 +0000
Commit:     Matthias Fechner <mfechner@FreeBSD.org>
CommitDate: 2024-06-09 06:30:55 +0000

    www/gitlab-pages: make the rc script service jails ready
---
 www/gitlab-pages/Makefile              | 1 +
 www/gitlab-pages/files/gitlab_pages.in | 1 +
 2 files changed, 2 insertions(+)

diff --git a/www/gitlab-pages/Makefile b/www/gitlab-pages/Makefile
index 87f6d96ff89e..c3538c0371bf 100644
--- a/www/gitlab-pages/Makefile
+++ b/www/gitlab-pages/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=	gitlab-pages
 PORTVERSION=	17.0.1
 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/gitlab_pages.in b/www/gitlab-pages/files/gitlab_pages.in
index f49fd4b4e6f6..628b13ab029c 100644
--- a/www/gitlab-pages/files/gitlab_pages.in
+++ b/www/gitlab-pages/files/gitlab_pages.in
@@ -32,6 +32,7 @@ load_rc_config $name
 : ${gitlab_pages_group:="gitlab-pages"}
 : ${gitlab_pages_logfile:="/var/log/gitlab_pages.log"}
 : ${gitlab_pages_args:="-config=%%PREFIX%%/share/gitlab-pages/gitlab-pages.conf"}
+: ${gitlab_pages_svcj_options:="net_basic"}
 
 export HOME=${gitlab_pages_dir}
 export PATH=${PATH}:%%PREFIX%%/bin



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202406090637.4596bM3I009999>