Date: Mon, 16 Aug 2021 15:33:25 GMT From: Gleb Popov <arrowd@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: c2977d6d6670 - main - www/gitlab-ce: Remove ?= assignments. Message-ID: <202108161533.17GFXPZ8094276@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by arrowd: URL: https://cgit.FreeBSD.org/ports/commit/?id=c2977d6d6670065a2c3fb002f3241e326edf2c86 commit c2977d6d6670065a2c3fb002f3241e326edf2c86 Author: Gleb Popov <arrowd@FreeBSD.org> AuthorDate: 2021-08-16 15:32:24 +0000 Commit: Gleb Popov <arrowd@FreeBSD.org> CommitDate: 2021-08-16 15:33:19 +0000 www/gitlab-ce: Remove ?= assignments. There was a slave port planned in https://reviews.freebsd.org/D25763 , but I gave up on it. --- www/gitlab-ce/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/www/gitlab-ce/Makefile b/www/gitlab-ce/Makefile index b367fe002a25..e10da6d9512d 100644 --- a/www/gitlab-ce/Makefile +++ b/www/gitlab-ce/Makefile @@ -266,10 +266,10 @@ USE_RUBY= yes USE_RC_SUBR= gitlab USE_GITLAB= yes -GL_ACCOUNT?= gitlab-org -GL_PROJECT?= gitlab-foss +GL_ACCOUNT= gitlab-org +GL_PROJECT= gitlab-foss # Find the here: https://gitlab.com/gitlab-org/gitlab-foss/-/tags -GL_COMMIT?= 8c67b4991465e92dcd6752cc42e54a9c5cd9f0f2 +GL_COMMIT= 8c67b4991465e92dcd6752cc42e54a9c5cd9f0f2 USERS= git GROUPS= git
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202108161533.17GFXPZ8094276>