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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/8f05c7362ca0b9e1992caeb9e0b3c2cbbfb0f922">https://github.com/macports/macports-ports/commit/8f05c7362ca0b9e1992caeb9e0b3c2cbbfb0f922</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 8f05c7362ca py-dns-lexicon: change file permissionusing Tcl
</span>8f05c7362ca is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 8f05c7362ca0b9e1992caeb9e0b3c2cbbfb0f922
</span>Author: Marius Schamschula <mps@macports.org>
AuthorDate: Mon Feb 15 05:53:54 2021 -0600

<span style='display:block; white-space:pre;color:#404040;'>    py-dns-lexicon: change file permissionusing Tcl
</span>---
 python/py-dns-lexicon/Portfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-dns-lexicon/Portfile b/python/py-dns-lexicon/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index bf772551f58..2583d67667c 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-dns-lexicon/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-dns-lexicon/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -65,7 +65,7 @@ if {${name} ne ${subport}} {
</span> 
     post-destroot {
         # binary is not set to executable, see https://trac.macports.org/ticket/62297
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        system "chmod a+x ${destroot}${prefix}/Library/Frameworks/Python.framework/Versions/${python.branch}/bin/lexicon"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        file attributes ${destroot}${frameworks_dir}/Python.framework/Versions/${python.branch}/bin/lexicon -permissions a+x
</span>     }
 
     depends_run         port:lexicon_select
</pre><pre style='margin:0'>

</pre>