<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/fc62c83aaeb4b69867ad34467c52aad475c8ab60">https://github.com/macports/macports-ports/commit/fc62c83aaeb4b69867ad34467c52aad475c8ab60</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 fc62c83  wikkawiki: Use expansion operator instead of eval
</span>fc62c83 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit fc62c83aaeb4b69867ad34467c52aad475c8ab60
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Sat Oct 6 20:51:47 2018 -0500

<span style='display:block; white-space:pre;color:#404040;'>    wikkawiki: Use expansion operator instead of eval
</span>---
 www/wikkawiki/Portfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/www/wikkawiki/Portfile b/www/wikkawiki/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index fc72945..297bf7f 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/www/wikkawiki/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/www/wikkawiki/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -57,7 +57,7 @@ build           {}
</span> 
 destroot {
     xinstall -d -m 0755 ${destroot}${wikkapath}
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    eval file copy [glob ${worksrcpath}/*] ${destroot}${wikkapath}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    file copy {*}[glob ${worksrcpath}/*] ${destroot}${wikkapath}
</span>     xinstall -m 0666 ${worksrcpath}/.htaccess ${destroot}${wikkapath}
     touch ${destroot}${wikkapath}/wikka.config.php
     file attributes ${destroot}${wikkapath}/wikka.config.php -permissions 0666
</pre><pre style='margin:0'>

</pre>