<pre style='margin:0'>
Zero King (l2dy) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/6bb672ae48b2c37c3cb90fe28ca7e31fe73e36c4">https://github.com/macports/macports-ports/commit/6bb672ae48b2c37c3cb90fe28ca7e31fe73e36c4</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 6bb672a  readline: lint fix
</span>6bb672a is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 6bb672ae48b2c37c3cb90fe28ca7e31fe73e36c4
</span>Author: Zero King <l2dy@icloud.com>
AuthorDate: Fri Mar 10 03:47:14 2017 +0000

<span style='display:block; white-space:pre;color:#404040;'>    readline: lint fix
</span>---
 devel/readline/Portfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/readline/Portfile b/devel/readline/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 3140f61..b496fda 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/readline/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/readline/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -69,7 +69,7 @@ post-destroot {
</span>     xinstall -d ${destroot}${docdir}/html
     xinstall -m 0644 -W ${worksrcpath} CHANGELOG CHANGES COPYING NEWS README \
         ${destroot}${docdir}
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    eval xinstall -m 0644 [glob ${worksrcpath}/doc/*.html] \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    xinstall -m 0644 {*}[glob ${worksrcpath}/doc/*.html] \
</span>         ${destroot}${docdir}/html
 }
 
</pre><pre style='margin:0'>

</pre>