<pre style='margin:0'>
Joshua Root (jmroot) pushed a commit to branch master
in repository macports-base.

</pre>
<p><a href="https://github.com/macports/macports-base/commit/8a67087e2194acf3d0037097b0cd7f1e5477e401">https://github.com/macports/macports-base/commit/8a67087e2194acf3d0037097b0cd7f1e5477e401</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 8a67087  reclaim: fix quoting of code passed to eval
</span>8a67087 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 8a67087e2194acf3d0037097b0cd7f1e5477e401
</span>Author: Joshua Root <jmr@macports.org>
AuthorDate: Mon Jul 9 22:41:00 2018 +1000

<span style='display:block; white-space:pre;color:#404040;'>    reclaim: fix quoting of code passed to eval
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Closes: https://trac.macports.org/ticket/56786
</span>---
 src/macports1.0/reclaim.tcl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/src/macports1.0/reclaim.tcl b/src/macports1.0/reclaim.tcl
</span><span style='display:block; white-space:pre;color:#808080;'>index d73f408..1c07d45 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/src/macports1.0/reclaim.tcl
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/src/macports1.0/reclaim.tcl
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -192,7 +192,7 @@ namespace eval reclaim {
</span> 
             foreach file [concat $distfiles $patchfiles] {
                 # split distfile into filename and disttag
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                set distfile [$workername eval "getdistname $file"]
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                set distfile [$workername eval [list getdistname $file]]
</span>                 set root_path [file join $root_dist $dist_subdir $distfile]
                 set home_path [file join $home_dist $dist_subdir $distfile]
 
</pre><pre style='margin:0'>

</pre>