svn commit: r558920 - head/net/gitlab-agent

Matthias Fechner mfechner at FreeBSD.org
Tue Dec 22 16:37:06 UTC 2020


Author: mfechner
Date: Tue Dec 22 16:37:05 2020
New Revision: 558920
URL: https://svnweb.freebsd.org/changeset/ports/558920

Log:
  Defined a correct version.
  No bump as this is currently not used by the gitlab-agent.

Modified:
  head/net/gitlab-agent/Makefile

Modified: head/net/gitlab-agent/Makefile
==============================================================================
--- head/net/gitlab-agent/Makefile	Tue Dec 22 16:35:55 2020	(r558919)
+++ head/net/gitlab-agent/Makefile	Tue Dec 22 16:37:05 2020	(r558920)
@@ -165,7 +165,7 @@ GL_TUPLE=	gitlab-org:gitaly:89c1ee804f273c9ccc7322644b
 
 GO_BUILDFLAGS=	-tags="tracer_static,tracer_static_jaeger" \
 		-ldflags=" \
-		-X gitlab.com/gitlab-org/cluster-integration/gitlab-agent/cmd.Version=${PORTVERSION} \
+		-X gitlab.com/gitlab-org/cluster-integration/gitlab-agent/cmd.Version=v${PORTVERSION} \
 		-X gitlab.com/gitlab-org/cluster-integration/gitlab-agent/cmd.Commit=${GL_COMMIT:C/^(........).*/\1/}"
 GO_TARGET=	./cmd/kas
 


More information about the svn-ports-all mailing list