git: c2977d6d6670 - main - www/gitlab-ce: Remove ?= assignments.

Gleb Popov arrowd at FreeBSD.org
Mon Aug 16 15:33:25 UTC 2021


The branch main has been updated by arrowd:

URL: https://cgit.FreeBSD.org/ports/commit/?id=c2977d6d6670065a2c3fb002f3241e326edf2c86

commit c2977d6d6670065a2c3fb002f3241e326edf2c86
Author:     Gleb Popov <arrowd at FreeBSD.org>
AuthorDate: 2021-08-16 15:32:24 +0000
Commit:     Gleb Popov <arrowd at 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


More information about the dev-commits-ports-main mailing list