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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/392298bc4ec9cc5ee60eb9de293ab6271266b769">https://github.com/macports/macports-ports/commit/392298bc4ec9cc5ee60eb9de293ab6271266b769</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 392298bc4ec FileZilla: fix build on macOS 10.13
</span>392298bc4ec is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 392298bc4ec9cc5ee60eb9de293ab6271266b769
</span>Author: Christopher Chavez <chrischavez@gmx.us>
AuthorDate: Sat Sep 26 03:39:34 2020 -0500

<span style='display:block; white-space:pre;color:#404040;'>    FileZilla: 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;'>    Fixes: https://trac.macports.org/ticket/59805
</span>---
 www/FileZilla/Portfile | 4 ++++
 1 file changed, 4 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/www/FileZilla/Portfile b/www/FileZilla/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 418248a891b..8aa03eeb713 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/www/FileZilla/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/www/FileZilla/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -2,6 +2,7 @@
</span> 
 PortSystem          1.0
 PortGroup           wxWidgets 1.0
<span style='display:block; white-space:pre;background:#e0ffe0;'>+PortGroup           compiler_blacklist_versions 1.0
</span> 
 name                FileZilla
 version             3.50.0
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -60,6 +61,9 @@ configure.env       WXRC=${wxWidgets.wxrc}
</span> compiler.cxx_standard   2017
 compiler.thread_local_storage   yes
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# https://trac.macports.org/ticket/59805
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.blacklist-append {clang < 1000}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> destroot {
     copy ${worksrcpath}/FileZilla.app ${destroot}${applications_dir}
 }
</pre><pre style='margin:0'>

</pre>