<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/85be3f7a58b7e39055a1c5b23bccf39b046c0ba2">https://github.com/macports/macports-ports/commit/85be3f7a58b7e39055a1c5b23bccf39b046c0ba2</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 85be3f7 FileZilla: Requires C++17
</span>85be3f7 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 85be3f7a58b7e39055a1c5b23bccf39b046c0ba2
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Tue Dec 3 09:39:37 2019 -0600
<span style='display:block; white-space:pre;color:#404040;'> FileZilla: Requires C++17
</span>---
www/FileZilla/Portfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
<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 4a85de8..1cbc680 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;'>@@ -57,7 +57,7 @@ configure.args --with-tinyxml=builtin \
</span>
configure.env WXRC=${wxWidgets.wxrc}
<span style='display:block; white-space:pre;background:#ffe0e0;'>-compiler.cxx_standard 2014
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.cxx_standard 2017
</span> compiler.thread_local_storage yes
destroot {
</pre><pre style='margin:0'>
</pre>