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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/019a1f37c952973c4c07fa0c94e59c1d2f0e9eab">https://github.com/macports/macports-ports/commit/019a1f37c952973c4c07fa0c94e59c1d2f0e9eab</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 019a1f37c95 sshuttle: update to 1.0.5 - add test phase
</span>019a1f37c95 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 019a1f37c952973c4c07fa0c94e59c1d2f0e9eab
</span>Author: Herby Gillot <herby.gillot@gmail.com>
AuthorDate: Tue Dec 29 02:33:16 2020 -0500

<span style='display:block; white-space:pre;color:#404040;'>    sshuttle: update to 1.0.5
</span><span style='display:block; white-space:pre;color:#404040;'>    - add test phase
</span>---
 net/sshuttle/Portfile | 13 +++++++++----
 1 file changed, 9 insertions(+), 4 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 3de5e6a589b..a5d249fcf35 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,14 +4,14 @@ 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.4 v
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.setup        sshuttle sshuttle 1.0.5 v
</span> fetch.type          git
 revision            0
 
 maintainers         {gmail.com:herby.gillot @herbygillot} \
                     openmaintainer
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-categories          net
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+categories          net python
</span> 
 description         Transparent proxy server that works as a poor man's VPN.
 
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -20,9 +20,14 @@ long_description    {*}${description} Forwards over ssh. Doesn't require \
</span> 
 platforms           darwin
 license             LGPL-2
<span style='display:block; white-space:pre;background:#ffe0e0;'>-homepage            https://sshuttle.readthedocs.io/en/stable/
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+homepage            https://sshuttle.readthedocs.io/en/stable
</span> 
 python.default_version 38
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+test.run            yes
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+test.env            PYTHONPATH=${worksrcpath}/build/lib
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+test.cmd            ${python.bin} -m ${name} -h
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> depends_build-append port:py${python.version}-setuptools_scm
<span style='display:block; white-space:pre;background:#ffe0e0;'>-depends_lib-append   port:py${python.version}-setuptools
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+depends_lib-append   port:py${python.version}-setuptools \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                     port:py${python.version}-psutil
</span></pre><pre style='margin:0'>

</pre>