<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/abdaa5742e02c19ff188ca6775f18788ae0f0231">https://github.com/macports/macports-ports/commit/abdaa5742e02c19ff188ca6775f18788ae0f0231</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 abdaa57  libxl: Install documentation files without execute bit
</span>abdaa57 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit abdaa5742e02c19ff188ca6775f18788ae0f0231
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Mon Jan 8 01:35:07 2018 -0600

<span style='display:block; white-space:pre;color:#404040;'>    libxl: Install documentation files without execute bit
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    See: https://trac.macports.org/ticket/55654
</span>---
 textproc/libxl/Portfile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/textproc/libxl/Portfile b/textproc/libxl/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 463792b..490624c 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/textproc/libxl/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/textproc/libxl/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -4,6 +4,7 @@ PortSystem          1.0
</span> 
 name                libxl
 version             3.8.1.0
<span style='display:block; white-space:pre;background:#e0ffe0;'>+revision            1
</span> set branch          [join [lrange [split ${version} .] 0 2] .]
 categories          textproc
 platforms           darwin
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -56,7 +57,7 @@ destroot {
</span> 
     xinstall -d ${destroot}${prefix}/share/doc
     copy ${worksrcpath}/doc ${destroot}${prefix}/share/doc/${subport}
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    xinstall -W 644 -W ${worksrcpath} changelog.txt license.txt readme.txt ${destroot}${prefix}/share/doc/${subport}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    xinstall -m 644 -W ${worksrcpath} changelog.txt license.txt readme.txt ${destroot}${prefix}/share/doc/${subport}
</span>     copy ${worksrcpath}/examples ${destroot}${prefix}/share/doc/${subport}/
 }
 
</pre><pre style='margin:0'>

</pre>