<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/6b1675f6a14e75abb67177232d84460175b60fe2">https://github.com/macports/macports-ports/commit/6b1675f6a14e75abb67177232d84460175b60fe2</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 6b1675f qt-assistant: fix download, homepage, and livecheck; still works!
</span>6b1675f is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 6b1675f6a14e75abb67177232d84460175b60fe2
</span>Author: Michael Dickens <michaelld@macports.org>
AuthorDate: Wed Feb 8 11:26:34 2017 -0500
<span style='display:block; white-space:pre;color:#404040;'> qt-assistant: fix download, homepage, and livecheck; still works!
</span>---
devel/qt-assistant/Portfile | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/qt-assistant/Portfile b/devel/qt-assistant/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 83703de..d090a32 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/qt-assistant/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/qt-assistant/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -11,14 +11,14 @@ license LGPL-2.1
</span> platforms macosx
maintainers michaelld openmaintainer
<span style='display:block; white-space:pre;background:#ffe0e0;'>-homepage http://qt.nokia.com/
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+homepage https://download.qt.io/archive/qt/4.6/qt-assistant-qassistantclient-library-compat-src-4.6.3.tar.gz.mirrorlist
</span> description Qt Assistant
long_description Qt Assistant: Offering backwards compatibility for \
certain applications, relying on certain parts of Qt 3 through \
Qt 4.6.3, to work with Qt 4.7+. \
this module was removed from Qt as of version 4.7.0.
<span style='display:block; white-space:pre;background:#ffe0e0;'>-master_sites trolltech
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+master_sites https://download.qt.io/archive/qt/4.6
</span> distname qt-assistant-qassistantclient-library-compat-src-${version}
checksums md5 a20148e0488d5c12ab35ccc107dcc64d \
sha1 7a5e5155136c406e5b7eb880eed752f56625d10b \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -80,6 +80,5 @@ universal_variant yes
</span>
variant debug description "Build release and debug versions" {}
<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://get.qt.nokia.com/qt/source/
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-livecheck.regex "qt-assistant-qassistantclient-library-compat-src-(\[0-9a-z.-\]+)${extract.suffix}"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# disable for now
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+livecheck.type none
</span></pre><pre style='margin:0'>
</pre>