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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/793ecbcd916267eba516e5bb78334d43bfa22576">https://github.com/macports/macports-ports/commit/793ecbcd916267eba516e5bb78334d43bfa22576</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 793ecbcd916 py27-kiwisolver: do not install nonexistent file
</span>793ecbcd916 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 793ecbcd916267eba516e5bb78334d43bfa22576
</span>Author: i0ntempest <szf1234@me.com>
AuthorDate: Sun Jul 14 22:27:55 2024 -0400

<span style='display:block; white-space:pre;color:#404040;'>    py27-kiwisolver: do not install nonexistent file
</span>---
 python/py-kiwisolver/Portfile | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-kiwisolver/Portfile b/python/py-kiwisolver/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 3145fb31334..2026dca96b6 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-kiwisolver/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-kiwisolver/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -49,7 +49,10 @@ if {${name} ne ${subport}} {
</span>     post-destroot {
         set docdir ${prefix}/share/doc/${subport}
         xinstall -d ${destroot}${docdir}
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        xinstall -m 0644 -W ${worksrcpath} README.rst LICENSE ${destroot}${docdir}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        xinstall -m 0644 -W ${worksrcpath} README.rst ${destroot}${docdir}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        if {${python.version} != 27} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+            xinstall -m 0644 -W ${worksrcpath} LICENSE ${destroot}${docdir}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        }
</span>     }
 
     test.run        yes
</pre><pre style='margin:0'>

</pre>