git: 8c7557982d43 - main - devel/gitlab-shell: Remove ?= assignments.

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


The branch main has been updated by arrowd:

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

commit 8c7557982d43860d2ee9e703c5a5d4faaf70884c
Author:     Gleb Popov <arrowd at FreeBSD.org>
AuthorDate: 2021-08-16 15:26:51 +0000
Commit:     Gleb Popov <arrowd at FreeBSD.org>
CommitDate: 2021-08-16 15:33:18 +0000

    devel/gitlab-shell: Remove ?= assignments.
    
    There was a slave port planned in https://reviews.freebsd.org/D25763 , but
    I gave up on it.
---
 devel/gitlab-shell/Makefile | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/devel/gitlab-shell/Makefile b/devel/gitlab-shell/Makefile
index 0e0cfe702c1c..9572b7e7e548 100644
--- a/devel/gitlab-shell/Makefile
+++ b/devel/gitlab-shell/Makefile
@@ -1,12 +1,12 @@
 # Created by: Torsten Zuehlsdorff <tz at FreeBSD.org>
 
-PORTNAME?=	gitlab-shell
-PORTVERSION?=	13.19.1
-PORTREVISION?=	0
+PORTNAME=	gitlab-shell
+PORTVERSION=	13.19.1
+PORTREVISION=	0
 CATEGORIES=	devel
 
-MAINTAINER?=	mfechner at FreeBSD.org
-COMMENT?=	GitLab Shell handles git commands for GitLab
+MAINTAINER=	mfechner at FreeBSD.org
+COMMENT=	GitLab Shell handles git commands for GitLab
 
 LICENSE=	MIT
 
@@ -15,9 +15,9 @@ MAKE_ENV=	GOFLAGS="${GO_BUILDFLAGS}"
 ALL_TARGET=	build
 
 USE_GITLAB=	yes
-GL_ACCOUNT?=	gitlab-org
+GL_ACCOUNT=	gitlab-org
 # Find the commit hash here: https://gitlab.com/gitlab-org/gitlab-shell/tags
-GL_COMMIT?=	757aa7c0e0b8733c75c744f188b0136c1fe1830f
+GL_COMMIT=	757aa7c0e0b8733c75c744f188b0136c1fe1830f
 
 USERS=		git
 GROUPS=		git
@@ -95,7 +95,7 @@ GH_TUPLE=	\
 GL_TUPLE=	gitlab-org:gitaly:e078d5bd7c5eb37caa222faa15010ce6decc6aa6:gitlab_org_gitaly_v14/vendor/gitlab.com/gitlab-org/gitaly/v14 \
 		gitlab-org:labkit:b36f912635e66d2d043f57d0d2618fdc51002b87:gitlab_org_labkit/vendor/gitlab.com/gitlab-org/labkit
 
-VARLOGDIR?=	/var/log/gitlab-shell
+VARLOGDIR=	/var/log/gitlab-shell
 
 PLIST_FILES+=	"@dir(git,,755) ${VARLOGDIR}"
 


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