aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Fechner <mfechner@FreeBSD.org>2024-08-05 07:26:08 +0000
committerMatthias Fechner <mfechner@FreeBSD.org>2024-08-07 07:37:05 +0000
commit3cb9a29a46e9cbe42bcb24e80e83780057480c0c (patch)
tree2f46713663ef32b81bbe0d12a9009edd3726607a
parenta5e529d6a767023c10d083c7ad441ad464b01c1e (diff)
downloadports-3cb9a29a46e9cbe42bcb24e80e83780057480c0c.tar.gz
ports-3cb9a29a46e9cbe42bcb24e80e83780057480c0c.zip
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>
-rw-r--r--www/gitlab/Makefile1
1 files changed, 1 insertions, 0 deletions
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}