<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/27b7571706feda6266b49603f05b28840326c43d">https://github.com/macports/macports-ports/commit/27b7571706feda6266b49603f05b28840326c43d</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 27b7571  gnuchess: Fix destroot failure
</span>27b7571 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 27b7571706feda6266b49603f05b28840326c43d
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Sun May 3 09:21:54 2020 -0500

<span style='display:block; white-space:pre;color:#404040;'>    gnuchess: Fix destroot failure
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    The install-sh script in the 6.2.6 tarball is missing its execute bit.
</span><span style='display:block; white-space:pre;color:#404040;'>    This caused destroot failure in some situations, for example if the
</span><span style='display:block; white-space:pre;color:#404040;'>    coreutils port was not installed.
</span>---
 games/gnuchess/Portfile | 5 +++++
 1 file changed, 5 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/games/gnuchess/Portfile b/games/gnuchess/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index e440b46..c8db549 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/games/gnuchess/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/games/gnuchess/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -25,3 +25,8 @@ depends_lib-append      port:readline port:ncurses
</span> checksums           rmd160  a1b769598049ead715c39239e997b030d26fef38 \
                     sha256  d617f875d6411378c6ce521663ebda42db9006a5eb5706bcd821a918c06eb04f \
                     size    797233
<span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+post-patch {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    # Fix "/bin/sh: .././install-sh: Permission denied"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    file attributes ${worksrcpath}/install-sh -permissions a+x
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+}
</span></pre><pre style='margin:0'>

</pre>