aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordanilo <danilo@FreeBSD.org>2018-09-13 22:45:30 +0800
committerdanilo <danilo@FreeBSD.org>2018-09-13 22:45:30 +0800
commit1f7c02c5fa60609138c2d7f4474b58f741f63291 (patch)
tree26f86059dd30199a7cf3399426b87ca8ceeac3ce
parent848ef084b6a94f2001039ad8c0f5b8e0a411f47e (diff)
downloadfreebsd-ports-gnome-1f7c02c5fa60609138c2d7f4474b58f741f63291.tar.gz
freebsd-ports-gnome-1f7c02c5fa60609138c2d7f4474b58f741f63291.tar.zst
freebsd-ports-gnome-1f7c02c5fa60609138c2d7f4474b58f741f63291.zip
- Set the commit hash of this release to fix a runtime panic in the command "helm version --short"
Reported by: Robert Hernandez
-rw-r--r--sysutils/helm/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/sysutils/helm/Makefile b/sysutils/helm/Makefile
index 562924b16695..f15b6f404270 100644
--- a/sysutils/helm/Makefile
+++ b/sysutils/helm/Makefile
@@ -3,6 +3,7 @@
PORTNAME= helm
PORTVERSION= 2.10.0
+PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= LOCAL/danilo
@@ -30,6 +31,7 @@ do-build:
cd ${WRKDIR}/src/k8s.io/helm/cmd/${cmd} ; \
GOPATH=${WRKDIR} go build \
-ldflags="-X k8s.io/helm/pkg/version.Version=v${PORTVERSION} \
+ -X k8s.io/helm/pkg/version.GitCommit=9ad53aac42165a5fadc6c87be0dea6b115f93090 \
-X k8s.io/helm/pkg/version.BuildMetadata="
.endfor