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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/02c959a2a436778e318f27b02a43abf66ccae69c">https://github.com/macports/macports-ports/commit/02c959a2a436778e318f27b02a43abf66ccae69c</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 02c959a2a436778e318f27b02a43abf66ccae69c
</span>Author: sideeffect42 <sideeffect42@users.noreply.github.com>
AuthorDate: Sat Nov 6 21:05:59 2021 +0100

<span style='display:block; white-space:pre;color:#404040;'>    nextcloud-client: replace compiler blacklist with cxx_standard
</span>---
 www/nextcloud-client/Portfile | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/www/nextcloud-client/Portfile b/www/nextcloud-client/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 0f934466e6d..bdae7b48f44 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/www/nextcloud-client/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/www/nextcloud-client/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -28,9 +28,7 @@ platforms               darwin
</span> compiler.cpath
 compiler.library_path
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# For -fstack-protector-strong; copied from Portfile of KeePassXC
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-compiler.blacklist-append {clang < 602} macports-clang-3.4 macports-clang-3.3
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-compiler.fallback-append macports-clang-5.0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.cxx_standard   2014
</span> 
 depends_lib-append      port:openssl11 port:sqlite3 port:zlib port:qtkeychain
 
</pre><pre style='margin:0'>

</pre>