<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/c9b6bbba114e5eb91d332b71b4279686a161e13f">https://github.com/macports/macports-ports/commit/c9b6bbba114e5eb91d332b71b4279686a161e13f</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit c9b6bbba114e5eb91d332b71b4279686a161e13f
</span>Author: Kurt Hindenburg <khindenburg@macports.org>
AuthorDate: Sun Feb 26 14:33:14 2017 -0500

<span style='display:block; white-space:pre;color:#404040;'>    Gridlock: use archive homepage and macports for master_sites; disable livecheck
</span>---
 games/Gridlock/Portfile | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/games/Gridlock/Portfile b/games/Gridlock/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 529d156..d73bf46 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/games/Gridlock/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/games/Gridlock/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -4,6 +4,7 @@ PortSystem 1.0
</span> PortGroup           xcode 1.0
 
 name                Gridlock
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# From archive website, latest version appears to be 2.1 from 2009
</span> version             1.10
 categories          games aqua
 license             MIT BSD-old
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -14,8 +15,8 @@ long_description    A collection of grid-based board games, including \
</span>     Breakthrough, Glass Bead, and Life. You can play \
     against the computer or over the network.
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-homepage            http://www.dozingcatsoftware.com/
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-master_sites        ${homepage}${name}/
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+homepage            https://web.archive.org/web/20161002225955/http://dozingcatsoftware.com/
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+master_sites        macports_distfiles
</span> distname            ${name}_src110
 worksrcdir          ${name}
 use_zip             yes
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -30,3 +31,5 @@ patchfiles          nodelay.patch
</span> if {${os.major} >= 10} {
     patchfiles-append NSObject+Extensions.m.patch
 }
<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>