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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/478ca13e782254792b6901dfaf57cc20745db954">https://github.com/macports/macports-ports/commit/478ca13e782254792b6901dfaf57cc20745db954</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 478ca13e782 sshuttle: update to 1.0.3
</span>478ca13e782 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 478ca13e782254792b6901dfaf57cc20745db954
</span>Author: Herby Gillot <herby.gillot@gmail.com>
AuthorDate: Sat Jul 25 22:49:01 2020 -0400

<span style='display:block; white-space:pre;color:#404040;'>    sshuttle: update to 1.0.3
</span>---
 net/sshuttle/Portfile | 13 ++++++++-----
 1 file changed, 8 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 f00677b0ad4..120c622dfc8 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,16 +4,19 @@ 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 1.0.2 v
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.setup        sshuttle sshuttle 1.0.3 v
</span> fetch.type          git
 revision            0
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-maintainers         {gmail.com:herby.gillot @herbygillot} openmaintainer
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+maintainers         {gmail.com:herby.gillot @herbygillot} \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    openmaintainer
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> categories          net
<span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> description         Transparent proxy server that works as a poor man's VPN.
<span style='display:block; white-space:pre;background:#ffe0e0;'>-long_description    Transparent proxy server that works as a poor man's VPN. \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    Forwards over ssh. Doesn't require admin. Works with \
</span><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;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+long_description    {*}${description} Forwards over ssh. Doesn't require \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    admin. Works with Linux and MacOS. Supports DNS tunneling.
</span> 
 platforms           darwin
 license             LGPL-2
</pre><pre style='margin:0'>

</pre>