git: c5ec57f9363c - main - www/gitlab-ce: Readded a by mistake removed directory for PLIST
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 05 Oct 2021 10:27:30 UTC
The branch main has been updated by mfechner: URL: https://cgit.FreeBSD.org/ports/commit/?id=c5ec57f9363c81d07601b1d921ce8048c35e4abf commit c5ec57f9363c81d07601b1d921ce8048c35e4abf Author: Matthias Fechner <mfechner@FreeBSD.org> AuthorDate: 2021-10-05 10:24:07 +0000 Commit: Matthias Fechner <mfechner@FreeBSD.org> CommitDate: 2021-10-05 10:24:07 +0000 www/gitlab-ce: Readded a by mistake removed directory for PLIST --- www/gitlab-ce/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/www/gitlab-ce/Makefile b/www/gitlab-ce/Makefile index eaf4bd59dc9d..810393486ba8 100644 --- a/www/gitlab-ce/Makefile +++ b/www/gitlab-ce/Makefile @@ -2,7 +2,7 @@ PORTNAME= gitlab-ce PORTVERSION= 14.3.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www devel MAINTAINER= mfechner@FreeBSD.org @@ -395,6 +395,7 @@ post-install: @${ECHO_CMD} "@dir(,,770) ${WWWDIR_REL}/tmp/sockets" >> ${TMPPLIST} @${ECHO_CMD} "@dir(,,770) ${WWWDIR_REL}/tmp/sockets/private" >> ${TMPPLIST} @${ECHO_CMD} "@dir(,,770) ${WWWDIR_REL}/tmp/sockets/private/internal" >> ${TMPPLIST} + @${ECHO_CMD} "@dir(,,770) ${WWWDIR_REL}/vendor" >> ${TMPPLIST} @${ECHO_CMD} "@dir(,,770) ${WWWDIR_REL}/vendor/assets" >> ${TMPPLIST} @${ECHO_CMD} "@dir(,,770) ${WWWDIR_REL}/vendor/assets/stylesheets" >> ${TMPPLIST} @${ECHO_CMD} "@dir(,,770) ${WWWDIR_REL}/workhorse/changelogs/unreleased" >> ${TMPPLIST}