<pre style='margin:0'>
Chris Jones (cjones051073) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/08e7dfeb2a9cd4f127ba7b4d9ddf408162ce67d9">https://github.com/macports/macports-ports/commit/08e7dfeb2a9cd4f127ba7b4d9ddf408162ce67d9</a></p>
<pre style="white-space: pre; background: #F8F8F8">The following commit(s) were added to refs/heads/master by this push:
<span style='display:block; white-space:pre;color:#404040;'>     new 08e7dfe  sshuttle: requires setuptools to run
</span>08e7dfe is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 08e7dfeb2a9cd4f127ba7b4d9ddf408162ce67d9
</span>Author: Herby Gillot <herby.gillot@gmail.com>
AuthorDate: Wed Jun 12 10:11:20 2019 -0400

<span style='display:block; white-space:pre;color:#404040;'>    sshuttle: requires setuptools to run
</span>---
 net/sshuttle/Portfile | 3 +++
 1 file changed, 3 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/net/sshuttle/Portfile b/net/sshuttle/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 29535c2..20f8779 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/net/sshuttle/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/net/sshuttle/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -6,6 +6,7 @@ PortGroup           python 1.0
</span> 
 github.setup        sshuttle sshuttle 0.78.5 v
 fetch.type          git
<span style='display:block; white-space:pre;background:#e0ffe0;'>+revision            1
</span> 
 maintainers         {gmail.com:herby.gillot @herbygillot} openmaintainer
 categories          net
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -23,3 +24,5 @@ python.versions     27 35 36 37
</span> 
 depends_build-append port:py${python.version}-setuptools \
                      port:py${python.version}-setuptools_scm
<span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+depends_run-append  port:py${python.version}-setuptools
</span></pre><pre style='margin:0'>

</pre>