<pre style='margin:0'>
Ryan Schmidt (ryandesign) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/781f21b2f3244668bf269e4c2d56e56c829a716c">https://github.com/macports/macports-ports/commit/781f21b2f3244668bf269e4c2d56e56c829a716c</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 781f21b  crafty: Use dist_srczip and dist_book1 variables
</span>781f21b is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 781f21b2f3244668bf269e4c2d56e56c829a716c
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Sun Jan 15 19:38:59 2017 -0600

<span style='display:block; white-space:pre;color:#404040;'>    crafty: Use dist_srczip and dist_book1 variables
</span>---
 games/crafty/Portfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/games/crafty/Portfile b/games/crafty/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index d68f2a5..be968d6 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/games/crafty/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/games/crafty/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -26,10 +26,10 @@ set dist_book1      book.bin
</span> distfiles           ${dist_srczip}:source \
                     ${dist_book1}:book
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-checksums           crafty-25.2.zip \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+checksums           ${dist_srczip} \
</span>                     rmd160  2ccafc543f64fac628f6262a57fa4f80c7527b19 \
                     sha256  337e00bab79c33739fbaa71cd26c65f986886ee0d8ce181f2cb62f2efd317710 \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                    book.bin \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    ${dist_book1} \
</span>                     rmd160  0254f07781ea9a096feae892bd7343e401e4b413 \
                     sha256  67a41dda9a477912b570cc5583fe5fac4f93fb2dba9db436f77f5f95217279b2
 
</pre><pre style='margin:0'>

</pre>