<pre style='margin:0'>
Frank Schima (mf2k) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/0e64a7d2c7bc1f09a8ef25cf134c97433b4dac96">https://github.com/macports/macports-ports/commit/0e64a7d2c7bc1f09a8ef25cf134c97433b4dac96</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 0e64a7d2c7bc1f09a8ef25cf134c97433b4dac96
</span>Author: Leonardo Brondani Schenkel <lbschenkel@macports.org>
AuthorDate: Wed Jul 18 10:54:37 2018 +0200

<span style='display:block; white-space:pre;color:#404040;'>    kubectl: add dist_subdir since distfile is unversioned
</span>---
 sysutils/kubectl/Portfile | 1 +
 1 file changed, 1 insertion(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/sysutils/kubectl/Portfile b/sysutils/kubectl/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 5d091ac..5597de4 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/sysutils/kubectl/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/sysutils/kubectl/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -17,6 +17,7 @@ long_description    Command line interface for running commands \
</span> 
 master_sites        https://storage.googleapis.com/kubernetes-release/release/v${version}/bin/darwin/amd64
 distname            kubectl
<span style='display:block; white-space:pre;background:#e0ffe0;'>+dist_subdir         ${name}/${version}
</span> extract.suffix
 extract.only
 
</pre><pre style='margin:0'>

</pre>