svn commit: r479677 - head/sysutils/helm

Danilo Egea Gondolfo danilo at FreeBSD.org
Thu Sep 13 14:45:31 UTC 2018


Author: danilo
Date: Thu Sep 13 14:45:30 2018
New Revision: 479677
URL: https://svnweb.freebsd.org/changeset/ports/479677

Log:
  - Set the commit hash of this release to fix a runtime panic in the command "helm version --short"
  
  Reported by:	Robert Hernandez

Modified:
  head/sysutils/helm/Makefile

Modified: head/sysutils/helm/Makefile
==============================================================================
--- head/sysutils/helm/Makefile	Thu Sep 13 13:55:05 2018	(r479676)
+++ head/sysutils/helm/Makefile	Thu Sep 13 14:45:30 2018	(r479677)
@@ -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
 


More information about the svn-ports-head mailing list