<pre style='margin:0'>
Jackson Isaac (JacksonIsaac) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/18a2ab7a8a52ba566d600ec3ea9bd7515aa1a88b">https://github.com/macports/macports-ports/commit/18a2ab7a8a52ba566d600ec3ea9bd7515aa1a88b</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 18a2ab7 chemtool: Disable livecheck to avoid false positive
</span>18a2ab7 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 18a2ab7a8a52ba566d600ec3ea9bd7515aa1a88b
</span>Author: ijackson <ijackson@macports.org>
AuthorDate: Thu Apr 12 23:54:42 2018 +0530
<span style='display:block; white-space:pre;color:#404040;'> chemtool: Disable livecheck to avoid false positive
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> Upstream has tagged 1.6.15 but the tarball remains
</span><span style='display:block; white-space:pre;color:#404040;'> at the same version i.e., 1.6.14
</span>---
science/chemtool/Portfile | 6 ++++++
1 file changed, 6 insertions(+)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/science/chemtool/Portfile b/science/chemtool/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 343f1af..99f69ff 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/science/chemtool/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/science/chemtool/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -25,3 +25,9 @@ depends_lib port:gtk2 \
</span> port:fig2dev
configure.args --mandir=${prefix}/share/man
<span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# Upstream seems to be inactive. Latest version
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# is tagged 1.6.15 but the tarball remains the same
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# 1.6.14 (stable). Disabling livecheck to avoid any
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# false positives during port livecheck
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+livecheck.type none
</span></pre><pre style='margin:0'>
</pre>