Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Jun 2024 06:37:20 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: 418944fe9808 - main - www/gitlab: maek the rc script service jail ready
Message-ID:  <202406090637.4596bKkI009948@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=418944fe9808cd7b662f11fcced9694681b5ac24

commit 418944fe9808cd7b662f11fcced9694681b5ac24
Author:     Matthias Fechner <mfechner@FreeBSD.org>
AuthorDate: 2024-06-09 06:29:47 +0000
Commit:     Matthias Fechner <mfechner@FreeBSD.org>
CommitDate: 2024-06-09 06:29:47 +0000

    www/gitlab: maek the rc script service jail ready
---
 www/gitlab/Makefile        | 2 +-
 www/gitlab/files/gitlab.in | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/www/gitlab/Makefile b/www/gitlab/Makefile
index 0f98b3cf9a62..e5e773e2a4ae 100644
--- a/www/gitlab/Makefile
+++ b/www/gitlab/Makefile
@@ -4,7 +4,7 @@ DISTVERSIONPREFIX=	v
 .if ${FLAVOR:U} == ee
 DISTVERSIONSUFFIX=	-ee
 .endif
-PORTREVISION=	2
+PORTREVISION=	3
 
 CATEGORIES=	www devel
 
diff --git a/www/gitlab/files/gitlab.in b/www/gitlab/files/gitlab.in
index bf1410ac5058..19ccd258e3bb 100644
--- a/www/gitlab/files/gitlab.in
+++ b/www/gitlab/files/gitlab.in
@@ -46,6 +46,7 @@ stop_precmd=${name}_init
 : ${gitlab_mail_room_enable:="NO"}
 : ${gitlab_allow_conflicts:="NO"}
 : ${gitlab_wait:="120"}
+: ${gitlab_svcj_options:="net_basic"}
 
 load_rc_config $name
 



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