Date: Mon, 16 Aug 2021 15:33:23 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: 190ac527e2db - main - www/gitlab-workhorse: Remove ?= assignments. Message-ID: <202108161533.17GFXNDY094252@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=190ac527e2db5fc0244a0e1003dd35d791bb2ff8 commit 190ac527e2db5fc0244a0e1003dd35d791bb2ff8 Author: Gleb Popov <arrowd@FreeBSD.org> AuthorDate: 2021-08-16 15:29:13 +0000 Commit: Gleb Popov <arrowd@FreeBSD.org> CommitDate: 2021-08-16 15:33:18 +0000 www/gitlab-workhorse: Remove ?= assignments. There was a slave port planned in https://reviews.freebsd.org/D25763 , but I gave up on it. --- www/gitlab-workhorse/Makefile | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/www/gitlab-workhorse/Makefile b/www/gitlab-workhorse/Makefile index 1263d4a95595..69cf6c20c9a8 100644 --- a/www/gitlab-workhorse/Makefile +++ b/www/gitlab-workhorse/Makefile @@ -1,12 +1,12 @@ # Created by: Torsten Zuehlsdorff <tz@FreeBSD.org> -PORTNAME?= gitlab-workhorse -PORTVERSION?= 14.1.2 -PORTREVISION?= 0 +PORTNAME= gitlab-workhorse +PORTVERSION= 14.1.2 +PORTREVISION= 0 CATEGORIES= www -MAINTAINER?= mfechner@FreeBSD.org -COMMENT?= Smart reverse proxy for GitLab +MAINTAINER= mfechner@FreeBSD.org +COMMENT= Smart reverse proxy for GitLab LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE @@ -20,10 +20,10 @@ MAKE_ENV+= ${GO_ENV} WRKSRC_SUBDIR= workhorse USE_GITLAB= yes -GL_ACCOUNT?= gitlab-org +GL_ACCOUNT= gitlab-org GL_PROJECT= gitlab-foss # Find the commit hash here: https://gitlab.com/gitlab-org/gitlab-foss/-/tags -GL_COMMIT?= 8c67b4991465e92dcd6752cc42e54a9c5cd9f0f2 +GL_COMMIT= 8c67b4991465e92dcd6752cc42e54a9c5cd9f0f2 # for go dependencies USE_GITHUB= nodefault
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202108161533.17GFXNDY094252>