Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Sep 2018 14:45:30 +0000 (UTC)
From:      Danilo Egea Gondolfo <danilo@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r479677 - head/sysutils/helm
Message-ID:  <201809131445.w8DEjUtb057829@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201809131445.w8DEjUtb057829>