svn commit: r497512 - head/sysutils/helm
Danilo Egea Gondolfo
danilo at FreeBSD.org
Mon Apr 1 20:05:08 UTC 2019
Author: danilo
Date: Mon Apr 1 20:05:07 2019
New Revision: 497512
URL: https://svnweb.freebsd.org/changeset/ports/497512
Log:
- Update to 2.13.1
Modified:
head/sysutils/helm/Makefile
head/sysutils/helm/distinfo
Modified: head/sysutils/helm/Makefile
==============================================================================
--- head/sysutils/helm/Makefile Mon Apr 1 19:50:22 2019 (r497511)
+++ head/sysutils/helm/Makefile Mon Apr 1 20:05:07 2019 (r497512)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= helm
-PORTVERSION= 2.13.0
+PORTVERSION= 2.13.1
CATEGORIES= sysutils
MASTER_SITES= LOCAL/danilo
@@ -28,9 +28,9 @@ post-patch:
do-build:
.for cmd in helm tiller rudder
cd ${WRKDIR}/src/k8s.io/helm/cmd/${cmd} ; \
- GOPATH=${WRKDIR} go build \
+ GOPATH=${WRKDIR} GOCACHE=${WRKDIR}/.gocache go build \
-ldflags="-X k8s.io/helm/pkg/version.Version=v${PORTVERSION} \
- -X k8s.io/helm/pkg/version.GitCommit=79d07943b03aea2b76c12644b4b54733bc5958d6 \
+ -X k8s.io/helm/pkg/version.GitCommit=618447cbf203d147601b4b9bd7f8c37a5d39fbb4 \
-X k8s.io/helm/pkg/version.BuildMetadata="
.endfor
Modified: head/sysutils/helm/distinfo
==============================================================================
--- head/sysutils/helm/distinfo Mon Apr 1 19:50:22 2019 (r497511)
+++ head/sysutils/helm/distinfo Mon Apr 1 20:05:07 2019 (r497512)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1551542582
-SHA256 (helm-2.13.0.tar.xz) = a1c643d7630073101d92fb7278adb734fb0ec5d35e6ea2f8a548de866cb5d861
-SIZE (helm-2.13.0.tar.xz) = 40162692
+TIMESTAMP = 1554066548
+SHA256 (helm-2.13.1.tar.xz) = 214741346d7ee11e33cbff71f1dd5fa94991334abc43a086eeeadfcf10388305
+SIZE (helm-2.13.1.tar.xz) = 40301728
More information about the svn-ports-head
mailing list