Commits

Grzegorz Szczudlik authored and Leonardo Brondani Schenkel committed 11f21c4c69f
Minikube: update to 1.4.0
No tags

sysutils/minikube/Portfile

Modified
1 1 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
2 2
3 3 PortSystem 1.0
4 4 PortGroup github 1.0
5 5
6 -github.setup kubernetes minikube 1.3.1 v
6 +github.setup kubernetes minikube 1.4.0 v
7 7 categories sysutils
8 8 platforms darwin
9 9 supported_archs x86_64
10 10 license Apache-2
11 11
12 12 maintainers {lbschenkel @lbschenkel} openmaintainer
13 13
14 14 description Run Kubernetes locally
15 15 long_description Minikube runs a single-node Kubernetes cluster inside a VM \
16 16 on your laptop for users looking to try out Kubernetes or \
17 17 develop with it day-to-day.
18 18
19 19 github.tarball_from releases
20 20 distfiles minikube-darwin-amd64
21 21 checksums minikube-darwin-amd64 \
22 - rmd160 e6d52edf00ce2fbf6c7cfa972708b7f6670c8e04 \
23 - sha256 5947abe57fa390fcfd96849ac87fc9319f026d4b13f944b6beecc3615e3668be \
24 - size 56856632
22 + rmd160 956974ac27ed5ad43bfa598f3d2caf59cc4b3844 \
23 + sha256 ae19f66c8f4a5716a1c22125af1bcf3d41d1b81cfa5fe7fc76a50c0c46e2c409 \
24 + size 58433792
25 25 dist_subdir ${name}/${version}
26 26
27 27 depends_lib path:${prefix}/bin/kubectl:kubectl-1.15
28 28 use_configure no
29 29
30 30 default_variants +hyperkit
31 31
32 32 variant hyperkit description {Install Hyperkit driver} {
33 33 distfiles-append docker-machine-driver-hyperkit
34 34 checksums-append docker-machine-driver-hyperkit \
35 - rmd160 6bed7af10deb12cd1cd5028530acca92234d933a \
36 - sha256 b6a54b465f6e6c709229ce68d95742771c470183e56a52133b875befadd510bb \
37 - size 11313580
35 + rmd160 60b657a478ce52f81b1939eb7ad55d99c5f2424d \
36 + sha256 0e8188da8125145b14ca4ad2da0764cf26c9c329ccc21b9039ef4415ecddef88 \
37 + size 30254132
38 38 }
39 39
40 40 build {
41 41 }
42 42 destroot {
43 43 xinstall ${distpath}/minikube-darwin-amd64 \
44 44 ${destroot}${prefix}/bin/minikube
45 45 if {[variant_isset hyperkit]} {
46 46 xinstall -m 4755 ${distpath}/docker-machine-driver-hyperkit \
47 47 ${destroot}${prefix}/bin/

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut