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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/be1f4aea34bf59ece7f6a21bb6f02459918a6299">https://github.com/macports/macports-ports/commit/be1f4aea34bf59ece7f6a21bb6f02459918a6299</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 be1f4ae  qt4-mac: disable livecheck, as there is no formal Qt4 repo any longer
</span>be1f4ae is described below

<span style='display:block; white-space:pre;color:#808000;'>commit be1f4aea34bf59ece7f6a21bb6f02459918a6299
</span>Author: Michael Dickens <michaelld@macports.org>
AuthorDate: Wed Aug 1 10:53:46 2018 -0400

<span style='display:block; white-space:pre;color:#404040;'>    qt4-mac: disable livecheck, as there is no formal Qt4 repo any longer
</span>---
 aqua/qt4-mac/Portfile | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/aqua/qt4-mac/Portfile b/aqua/qt4-mac/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index b4978ef..6090ae5 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/aqua/qt4-mac/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/aqua/qt4-mac/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -1167,6 +1167,8 @@ post-activate {
</span>     ui_msg "NOTE: Qt database plugins for mysql55, postgresql91, and sqlite2 are NOT installed by this port\; they are installed by qt4-mac-*-plugin instead."
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-livecheck.type      regex
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-livecheck.url       http://download.qt.io/official_releases/qt/${branch}/
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-livecheck.regex     >(\[0-9.\]+)/<
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+livecheck.type       none
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# livecheck.type      regex
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# livecheck.url       http://download.qt.io/official_releases/qt/${branch}/
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# livecheck.regex     >(\[0-9.\]+)/<
</span></pre><pre style='margin:0'>

</pre>