git: c40f44bb2365 - main - www/gitlab-pages: make the rc script service jails ready
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 09 Jun 2024 06:37:22 UTC
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