git: 190ac527e2db - main - www/gitlab-workhorse: Remove ?= assignments.

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


The branch main has been updated by arrowd:

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

commit 190ac527e2db5fc0244a0e1003dd35d791bb2ff8
Author:     Gleb Popov <arrowd at FreeBSD.org>
AuthorDate: 2021-08-16 15:29:13 +0000
Commit:     Gleb Popov <arrowd at 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 at FreeBSD.org>
 
-PORTNAME?=	gitlab-workhorse
-PORTVERSION?=	14.1.2
-PORTREVISION?=	0
+PORTNAME=	gitlab-workhorse
+PORTVERSION=	14.1.2
+PORTREVISION=	0
 CATEGORIES=	www
 
-MAINTAINER?=	mfechner at FreeBSD.org
-COMMENT?=	Smart reverse proxy for GitLab
+MAINTAINER=	mfechner at 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


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