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

</pre>
<p><a href="https://github.com/macports/macports-base/commit/49a0c6f5a6088b4f7ecd0137b18d10a56f30694d">https://github.com/macports/macports-base/commit/49a0c6f5a6088b4f7ecd0137b18d10a56f30694d</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 49a0c6f  Reinplace quietly when clearing dependency_libs in .la files
</span>49a0c6f is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 49a0c6f5a6088b4f7ecd0137b18d10a56f30694d
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Thu Apr 13 04:12:07 2017 -0500

<span style='display:block; white-space:pre;color:#404040;'>    Reinplace quietly when clearing dependency_libs in .la files
</span>---
 src/port1.0/portdestroot.tcl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/src/port1.0/portdestroot.tcl b/src/port1.0/portdestroot.tcl
</span><span style='display:block; white-space:pre;color:#808080;'>index c2459b7..328e87c 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/src/port1.0/portdestroot.tcl
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/src/port1.0/portdestroot.tcl
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -196,7 +196,7 @@ proc portdestroot::destroot_finish {args} {
</span>             file delete -force ${fullpath}
         } elseif {[file type $fullpath] eq "file"} {
             ui_debug "Clearing dependency_libs in [file tail $fullpath]"
<span style='display:block; white-space:pre;background:#ffe0e0;'>-            reinplace "/dependency_libs/ s/'.*'/''/" ${fullpath}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+            reinplace -q "/dependency_libs/ s/'.*'/''/" ${fullpath}
</span>         }
     }
 
</pre><pre style='margin:0'>

</pre>