Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Jun 2020 17:58:06 +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: r539375 - head/sysutils/minikube
Message-ID:  <202006161758.05GHw6q6060480@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: danilo
Date: Tue Jun 16 17:58:06 2020
New Revision: 539375
URL: https://svnweb.freebsd.org/changeset/ports/539375

Log:
  - Fix build on i386 by updating github.com/mitchellh/go-ps to the latest commit

Modified:
  head/sysutils/minikube/Makefile
  head/sysutils/minikube/distinfo

Modified: head/sysutils/minikube/Makefile
==============================================================================
--- head/sysutils/minikube/Makefile	Tue Jun 16 17:53:38 2020	(r539374)
+++ head/sysutils/minikube/Makefile	Tue Jun 16 17:58:06 2020	(r539375)
@@ -4,6 +4,7 @@
 PORTNAME=	minikube
 PORTVERSION=	1.11.0
 DISTVERSIONPREFIX=	v
+PORTREVISION=	1
 CATEGORIES=	sysutils
 
 MAINTAINER=	danilo@FreeBSD.org
@@ -121,7 +122,7 @@ GH_TUPLE=	\
 		matttproud:golang_protobuf_extensions:v1.0.1:matttproud_golang_protobuf_extensions/vendor/github.com/matttproud/golang_protobuf_extensions \
 		miekg:dns:v1.1.4:miekg_dns/vendor/github.com/miekg/dns \
 		mitchellh:go-homedir:v1.1.0:mitchellh_go_homedir/vendor/github.com/mitchellh/go-homedir \
-		mitchellh:go-ps:4fdf99ab2936:mitchellh_go_ps/vendor/github.com/mitchellh/go-ps \
+		mitchellh:go-ps:4da635de6d97:mitchellh_go_ps/vendor/github.com/mitchellh/go-ps \
 		mitchellh:go-testing-interface:v1.0.0:mitchellh_go_testing_interface/vendor/github.com/mitchellh/go-testing-interface \
 		mitchellh:go-wordwrap:v1.0.0:mitchellh_go_wordwrap/vendor/github.com/mitchellh/go-wordwrap \
 		mitchellh:mapstructure:v1.1.2:mitchellh_mapstructure/vendor/github.com/mitchellh/mapstructure \

Modified: head/sysutils/minikube/distinfo
==============================================================================
--- head/sysutils/minikube/distinfo	Tue Jun 16 17:53:38 2020	(r539374)
+++ head/sysutils/minikube/distinfo	Tue Jun 16 17:58:06 2020	(r539375)
@@ -1,4 +1,4 @@
-TIMESTAMP = 1591629440
+TIMESTAMP = 1592329003
 SHA256 (kubernetes-minikube-v1.11.0_GH0.tar.gz) = c6f2303557d30aa034e266baf2ca818c9ef13436e608c6499e083dcd385f3c3d
 SIZE (kubernetes-minikube-v1.11.0_GH0.tar.gz) = 78844952
 SHA256 (Azure-go-ansiterm-d6e3b3328b78_GH0.tar.gz) = ee1ebe2efef498be1c558bf71e143289db2d21e2d42592503ad2d4a989006821
@@ -205,8 +205,8 @@ SHA256 (miekg-dns-v1.1.4_GH0.tar.gz) = eb5a2460ed75938
 SIZE (miekg-dns-v1.1.4_GH0.tar.gz) = 3882057
 SHA256 (mitchellh-go-homedir-v1.1.0_GH0.tar.gz) = 646671c73a84a8dfb4a5a76b80c7b63549ffefa906524d45077301bc7da76600
 SIZE (mitchellh-go-homedir-v1.1.0_GH0.tar.gz) = 3362
-SHA256 (mitchellh-go-ps-4fdf99ab2936_GH0.tar.gz) = 2b4f3b32234ba7876ab1f315097a031a4e6b2680eff6d130fa354b47f15e9e65
-SIZE (mitchellh-go-ps-4fdf99ab2936_GH0.tar.gz) = 7594
+SHA256 (mitchellh-go-ps-4da635de6d97_GH0.tar.gz) = abe39b897778d880adb0400214e0e23a10dc8a6febc7d127b8be793b8f948e56
+SIZE (mitchellh-go-ps-4da635de6d97_GH0.tar.gz) = 7814
 SHA256 (mitchellh-go-testing-interface-v1.0.0_GH0.tar.gz) = 6f32e180f1244fe5c512e6c1361fab865202cc1330e0ec9a6d6687d004f98c68
 SIZE (mitchellh-go-testing-interface-v1.0.0_GH0.tar.gz) = 2808
 SHA256 (mitchellh-go-wordwrap-v1.0.0_GH0.tar.gz) = 9bcf5c1f8b66594c73f606502bb3d9713d862a71ea66d8641e2a0b7bb66cb252



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