aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGleb Popov <arrowd@FreeBSD.org>2021-08-16 15:26:51 +0000
committerGleb Popov <arrowd@FreeBSD.org>2021-08-16 15:33:18 +0000
commit8c7557982d43860d2ee9e703c5a5d4faaf70884c (patch)
tree603cadbcd8449d6c9722a12c903f776786f7c504
parent85202e9aaa363a5264c19cdf47451797005570ee (diff)
downloadports-8c7557982d43860d2ee9e703c5a5d4faaf70884c.tar.gz
ports-8c7557982d43860d2ee9e703c5a5d4faaf70884c.zip
devel/gitlab-shell: Remove ?= assignments.
There was a slave port planned in https://reviews.freebsd.org/D25763 , but I gave up on it.
-rw-r--r--devel/gitlab-shell/Makefile16
1 files 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@FreeBSD.org>
-PORTNAME?= gitlab-shell
-PORTVERSION?= 13.19.1
-PORTREVISION?= 0
+PORTNAME= gitlab-shell
+PORTVERSION= 13.19.1
+PORTREVISION= 0
CATEGORIES= devel
-MAINTAINER?= mfechner@FreeBSD.org
-COMMENT?= GitLab Shell handles git commands for GitLab
+MAINTAINER= mfechner@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}"