<pre style='margin:0'>
Dan Villiom Podlaski Christiansen (danchr) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/cd74361ce12c1ab5aa50e4878754ef308d34cdc7">https://github.com/macports/macports-ports/commit/cd74361ce12c1ab5aa50e4878754ef308d34cdc7</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 cd74361  py-subvertpy: suppress livecheck for subports
</span>cd74361 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit cd74361ce12c1ab5aa50e4878754ef308d34cdc7
</span>Author: Dan Villiom Podlaski Christiansen <danchr@macports.org>
AuthorDate: Sat Oct 26 16:25:10 2019 +0200

<span style='display:block; white-space:pre;color:#404040;'>    py-subvertpy: suppress livecheck for subports
</span>---
 python/py-subvertpy/Portfile | 2 ++
 1 file changed, 2 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-subvertpy/Portfile b/python/py-subvertpy/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index b193ffe..c62a6aa 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-subvertpy/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-subvertpy/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -32,4 +32,6 @@ if {${name} ne ${subport}} {
</span>     test.run             yes
     test.cmd             ${build.cmd} test
     test.args            --args=-vf
<span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    livecheck.type       none
</span> }
</pre><pre style='margin:0'>

</pre>