<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/ba1c32dab669b0db6fde002103e4f8ffb5db3711">https://github.com/macports/macports-ports/commit/ba1c32dab669b0db6fde002103e4f8ffb5db3711</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 ba1c32d  ndcctools: fix distname and remove comment
</span>ba1c32d is described below

<span style='display:block; white-space:pre;color:#808000;'>commit ba1c32dab669b0db6fde002103e4f8ffb5db3711
</span>Author: Kurt Hindenburg <khindenburg@macports.org>
AuthorDate: Mon Mar 6 10:54:53 2017 -0500

<span style='display:block; white-space:pre;color:#404040;'>    ndcctools: fix distname and remove comment
</span>---
 sysutils/ndcctools/Portfile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/sysutils/ndcctools/Portfile b/sysutils/ndcctools/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index c23242a..5828b1d 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/sysutils/ndcctools/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/sysutils/ndcctools/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -19,7 +19,7 @@ long_description        ${description_common} \
</span>  
 homepage                http://ccl.cse.nd.edu/
 master_sites            http://ccl.cse.nd.edu/software/files/
<span style='display:block; white-space:pre;background:#ffe0e0;'>-distfiles               cctools-${version}-source.tar.gz
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+distname                cctools-${version}-source
</span> 
 checksums               rmd160  47288b7413ec296ecca20a1a09e7b8f8a0c20e30 \
                         sha256  046e40e2af419e737634c3da43c5769fb24e9e6c09b527bbe5d50a773e4c3b38
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -37,6 +37,5 @@ post-destroot {
</span> }
 
 test.run                yes
<span style='display:block; white-space:pre;background:#ffe0e0;'>-#test.target             test
</span> 
 livecheck.regex         cctools-(\[0-9.\]+)-source${extract.suffix}
</pre><pre style='margin:0'>

</pre>