Date: Mon, 16 Aug 2021 15:33:22 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: 8c7557982d43 - main - devel/gitlab-shell: Remove ?= assignments. Message-ID: <202108161533.17GFXMcd094228@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=8c7557982d43860d2ee9e703c5a5d4faaf70884c commit 8c7557982d43860d2ee9e703c5a5d4faaf70884c Author: Gleb Popov <arrowd@FreeBSD.org> AuthorDate: 2021-08-16 15:26:51 +0000 Commit: Gleb Popov <arrowd@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@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}"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202108161533.17GFXMcd094228>