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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/64e4b968039ba41b808945295e7f8cfd14ab4a71">https://github.com/macports/macports-ports/commit/64e4b968039ba41b808945295e7f8cfd14ab4a71</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 64e4b968039 py-crcmod: use xinstall correctly
</span>64e4b968039 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 64e4b968039ba41b808945295e7f8cfd14ab4a71
</span>Author: Mark Mentovai <mark@mentovai.com>
AuthorDate: Thu Sep 28 16:32:34 2023 -0400

<span style='display:block; white-space:pre;color:#404040;'>    py-crcmod: use xinstall correctly
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    The destroot phase of py-crcmod failed with the error “xinstall: Invalid
</span><span style='display:block; white-space:pre;color:#404040;'>    file mode: -755”. This broke in 7763416791d2.
</span>---
 python/py-crcmod/Portfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-crcmod/Portfile b/python/py-crcmod/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 43297e7fd3a..75d285caaa7 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-crcmod/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-crcmod/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -29,7 +29,7 @@ if {${name} ne ${subport}} {
</span>     python.test_framework
 
     post-destroot {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        xinstall -m -755 -d ${destroot}${prefix}/share/doc/${subport}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        xinstall -m 0755 -d ${destroot}${prefix}/share/doc/${subport}
</span>         xinstall -m 0644 -W ${worksrcpath} README changelog \
             ${destroot}${prefix}/share/doc/${subport}
     }
</pre><pre style='margin:0'>

</pre>