<pre style='margin:0'>
Kurt Hindenburg (kurthindenburg) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/e758f0dbbee4074ced582924f6a86a8f3addd6df">https://github.com/macports/macports-ports/commit/e758f0dbbee4074ced582924f6a86a8f3addd6df</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit e758f0dbbee4074ced582924f6a86a8f3addd6df
</span>Author: Kurt Hindenburg <khindenburg@macports.org>
AuthorDate: Sun Feb 26 10:36:47 2017 -0500

<span style='display:block; white-space:pre;color:#404040;'>    BigSQL: set archive homepage, use macport's master_site and disable livecheck
</span>---
 aqua/BigSQL/Portfile | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/aqua/BigSQL/Portfile b/aqua/BigSQL/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 471918b..486da73 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/aqua/BigSQL/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/aqua/BigSQL/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -14,8 +14,8 @@ long_description    BigSQL is a PostgreSQL client (not unlike psql). It \
</span>     enables the user to send SQL to a server and display the \
     result. Written in Cocoa, it is quite pretty.
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-homepage            http://www.bignerdranch.com/applications.shtml
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-master_sites        http://www.bignerdranch.com/source/
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+homepage            https://web.archive.org/web/20090908083906/http://www.bignerdranch.com/applications.shtml
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+master_sites        macports_distfiles
</span> 
 distname            ${name}src
 extract.suffix      .tgz
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -52,3 +52,5 @@ destroot {
</span>             ${destroot}${prefix}/share/doc/${name}"
 }
 destroot.target
<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>