<pre style='margin:0'>
Enrico Maria Crisostomo (emcrisostomo) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/9bd7fe740981814b3114e5e69d38e0abd0a009db">https://github.com/macports/macports-ports/commit/9bd7fe740981814b3114e5e69d38e0abd0a009db</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 9bd7fe74 sshuttle: update to 1.0.1 (#7318)
</span>9bd7fe74 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 9bd7fe740981814b3114e5e69d38e0abd0a009db
</span>Author: Herby Gillot <herby.gillot@gmail.com>
AuthorDate: Fri Jun 5 06:47:24 2020 -0400

<span style='display:block; white-space:pre;color:#404040;'>    sshuttle: update to 1.0.1 (#7318)
</span>---
 net/sshuttle/Portfile | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

<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 20f8779..c606c14 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;'>@@ -4,23 +4,23 @@ PortSystem          1.0
</span> PortGroup           github 1.0
 PortGroup           python 1.0
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-github.setup        sshuttle sshuttle 0.78.5 v
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.setup        sshuttle sshuttle 1.0.1 v
</span> fetch.type          git
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision            1
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision            0
</span> 
 maintainers         {gmail.com:herby.gillot @herbygillot} openmaintainer
 categories          net
 description         Transparent proxy server that works as a poor man's VPN.
 long_description    Transparent proxy server that works as a poor man's VPN. \
                     Forwards over ssh. Doesn't require admin. Works with \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                    Linux and MacOS. Supports DNS tunneling. 
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    Linux and MacOS. Supports DNS tunneling.
</span> 
 platforms           darwin
 license             LGPL-2
 homepage            https://sshuttle.readthedocs.io/en/stable/
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-python.default_version      37
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-python.versions     27 35 36 37
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+python.default_version          38
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+python.versions     27 35 36 37 38
</span> 
 depends_build-append port:py${python.version}-setuptools \
                      port:py${python.version}-setuptools_scm
</pre><pre style='margin:0'>

</pre>