Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Aug 2024 07:37:45 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: 3cb9a29a46e9 - main - www/gitlab: fix regression from 09d7eada6c2c214adac9780307f2dd7689ab8660
Message-ID:  <202408070737.4777bjAi007912@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=3cb9a29a46e9cbe42bcb24e80e83780057480c0c

commit 3cb9a29a46e9cbe42bcb24e80e83780057480c0c
Author:     Matthias Fechner <mfechner@FreeBSD.org>
AuthorDate: 2024-08-05 07:26:08 +0000
Commit:     Matthias Fechner <mfechner@FreeBSD.org>
CommitDate: 2024-08-07 07:37:05 +0000

    www/gitlab: fix regression from 09d7eada6c2c214adac9780307f2dd7689ab8660
    
    Gitlab requires cssbundling 1.4.0.
    As changelog of cssbundling seems not to have a breaking change, allow 1.4.x.
    
    PR:             280621
    Tested by:      Админ всея АСУ-ВЭИ <admin@asu-vei.ru>
---
 www/gitlab/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/www/gitlab/Makefile b/www/gitlab/Makefile
index 54ce7379b9dc..48993fe13541 100644
--- a/www/gitlab/Makefile
+++ b/www/gitlab/Makefile
@@ -480,6 +480,7 @@ post-install:
 	@${ECHO_CMD} "@dir(,,700) ${WWWDIR_REL}/shared/artifacts/tmp/uploads" >> ${TMPPLIST}
 	@${ECHO_CMD} "@dir(,,700) ${WWWDIR_REL}/shared/artifacts/tmp/work" >> ${TMPPLIST}
 	@${ECHO_CMD} "@dir(,,700) ${WWWDIR_REL}/shared/ci_secure_files" >> ${TMPPLIST}
+	# TODO: Maybe we need to add here a new dir: ${WWWDIR_REL}/shared/external-diffs
 	@${ECHO_CMD} "@dir(,,770) ${WWWDIR_REL}/shared/packages" >> ${TMPPLIST}
 	@${ECHO_CMD} "@group gitlab-pages" >> ${TMPPLIST}
 	@${ECHO_CMD} "@dir(,,770) ${WWWDIR_REL}/shared/pages" >> ${TMPPLIST}



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