<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/04f00439cc0339036d9d49c29f4160812f22d023">https://github.com/macports/macports-ports/commit/04f00439cc0339036d9d49c29f4160812f22d023</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 04f0043  shellinabox: Fix build on macOS 10.13
</span>04f0043 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 04f00439cc0339036d9d49c29f4160812f22d023
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Sun Jan 12 15:05:32 2020 -0600

<span style='display:block; white-space:pre;color:#404040;'>    shellinabox: Fix build on macOS 10.13
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Closes: https://trac.macports.org/ticket/59921
</span>---
 net/shellinabox/Portfile | 5 +++++
 1 file changed, 5 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/net/shellinabox/Portfile b/net/shellinabox/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 8abb834..72ebe1e 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/net/shellinabox/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/net/shellinabox/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -55,6 +55,11 @@ post-destroot {
</span>     xinstall -o ${user} -g ${group} -d ${destroot}${certdir}
 }
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+platform darwin 17 {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    # https://github.com/shellinabox/shellinabox/issues/479
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    configure.cppflags-append -Wno-unguarded-availability-new
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> notes {
 There is no configuration file; you may wish to use your own launchd plist instead of the\
 one included in this port if you want to run the daemon with different options.
</pre><pre style='margin:0'>

</pre>