git: 0df64b7edcfd - main - www/gitlab: added gmake and python as runtime dependency
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 22 May 2024 14:45:54 UTC
The branch main has been updated by mfechner: URL: https://cgit.FreeBSD.org/ports/commit/?id=0df64b7edcfd318b7330084b702d21636de34d48 commit 0df64b7edcfd318b7330084b702d21636de34d48 Author: Matthias Fechner <mfechner@FreeBSD.org> AuthorDate: 2024-05-22 14:37:09 +0000 Commit: Matthias Fechner <mfechner@FreeBSD.org> CommitDate: 2024-05-22 14:38:20 +0000 www/gitlab: added gmake and python as runtime dependency the are required for the asset compilation --- www/gitlab/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/www/gitlab/Makefile b/www/gitlab/Makefile index 2b4b3be37543..601570b89eac 100644 --- a/www/gitlab/Makefile +++ b/www/gitlab/Makefile @@ -1,7 +1,7 @@ PORTNAME= gitlab-${FLAVOR:Uce} PORTVERSION= 17.0.0 DISTVERSIONPREFIX= v -PORTREVISION= 1 +PORTREVISION= 2 .if ${FLAVOR:U} == ee DISTVERSIONSUFFIX= -ee .endif @@ -307,12 +307,13 @@ MY_DEPENDS= git>=2.41.0:devel/git \ BUILD_DEPENDS= gem:devel/ruby-gems \ ${MY_DEPENDS} -RUN_DEPENDS= ${MY_DEPENDS} +RUN_DEPENDS= gmake>=4.4.1:devel/gmake \ + ${MY_DEPENDS} FLAVORS= ce ee FLAVOR?= ${FLAVORS:[1]} -USES= nodejs:env ruby shebangfix +USES= nodejs:env python:run ruby shebangfix USE_GITLAB= yes GL_ACCOUNT= gitlab-org