<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/c5d42e383a79710059f27d6b558aeb396cc6cc8b">https://github.com/macports/macports-ports/commit/c5d42e383a79710059f27d6b558aeb396cc6cc8b</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 c5d42e3  py-tables: Do batch reinplaces quietly
</span>c5d42e3 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit c5d42e383a79710059f27d6b558aeb396cc6cc8b
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Wed Nov 14 19:56:24 2018 -0600

<span style='display:block; white-space:pre;color:#404040;'>    py-tables: Do batch reinplaces quietly
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    See: https://lists.macports.org/pipermail/macports-users/2018-November/046083.html
</span>---
 python/py-tables/Portfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-tables/Portfile b/python/py-tables/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 8e95bc7..dbf2565 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-tables/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-tables/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -78,7 +78,7 @@ if {${name} ne ${subport}} {
</span>     }
 
     post-patch {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        reinplace "s:utils.h:xxx_utils.h:" {*}[glob ${worksrcpath}/{src,tables}/*.c]
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        reinplace -q "s:utils.h:xxx_utils.h:" {*}[glob ${worksrcpath}/{src,tables}/*.c]
</span>     }
 
     post-destroot    {
</pre><pre style='margin:0'>

</pre>