<pre style='margin:0'>
Enrico Maria Crisostomo (emcrisostomo) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/aa346f714e8aea881de29c02e68588bec07da2b4">https://github.com/macports/macports-ports/commit/aa346f714e8aea881de29c02e68588bec07da2b4</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit aa346f714e8aea881de29c02e68588bec07da2b4
</span>Author: Enrico M. Crisostomo <emcrisostomo@macports.org>
AuthorDate: Sun Apr 22 02:25:26 2018 +0200

<span style='display:block; white-space:pre;color:#404040;'>    py-absl: fix PKG-INFO permissions
</span>---
 python/py-absl/Portfile | 6 ++++++
 1 file changed, 6 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-absl/Portfile b/python/py-absl/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 5e4cc32..7ba8915 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-absl/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-absl/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5,6 +5,7 @@ PortGroup           python 1.0
</span> 
 name                py-absl
 version             0.2.0
<span style='display:block; white-space:pre;background:#e0ffe0;'>+revision            1
</span> platforms           darwin
 supported_archs     noarch
 license             Apache-2.0
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -34,5 +35,10 @@ if {${name} ne ${subport}} {
</span>     depends_lib-append \
         port:py${python.version}-six
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+    post-extract  {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        file attributes ${worksrcpath}/PKG-INFO -permissions a+r
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        file attributes ${worksrcpath}/absl_py.egg-info/PKG-INFO -permissions a+r
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    }
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span>     livecheck.type      none
 }
</pre><pre style='margin:0'>

</pre>