<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/f2791f2df1de395fe3f88a1ec1e28cbd28515bf1">https://github.com/macports/macports-ports/commit/f2791f2df1de395fe3f88a1ec1e28cbd28515bf1</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit f2791f2df1de395fe3f88a1ec1e28cbd28515bf1
</span>Author: Kurt Hindenburg <khindenburg@macports.org>
AuthorDate: Fri Oct 6 17:03:46 2017 -0400

<span style='display:block; white-space:pre;color:#404040;'>    sicp: add long_description and disable livecheck
</span>---
 lang/sicp/Portfile | 3 +++
 1 file changed, 3 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/lang/sicp/Portfile b/lang/sicp/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index fd32bc5..baba57e 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/lang/sicp/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/lang/sicp/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -13,6 +13,7 @@ supported_archs     noarch
</span> description         Lytha Ayth's texinfo version of Structure and \
                     Interpretation of Computer Programs -- 2nd ed. (Harold Abelson \
                     and Gerald Jay Sussman, with Julie Sussman)
<span style='display:block; white-space:pre;background:#e0ffe0;'>+long_description    ${description}
</span> 
 homepage            http://www.neilvandyke.org/sicp-texi/
 master_sites        ${homepage}
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -40,3 +41,5 @@ destroot {
</span>                 gzip -c \$i > ${destroot}${prefix}/share/info/\$i.gz; \
         done"
 }
<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>