<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/93d64c404db5001516f09aacda98b1df5d0d5f55">https://github.com/macports/macports-ports/commit/93d64c404db5001516f09aacda98b1df5d0d5f55</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 93d64c4 nzbget: force a c++14 compatible compiler
</span>93d64c4 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 93d64c404db5001516f09aacda98b1df5d0d5f55
</span>Author: Ken Cunningham <kencu@macports.org>
AuthorDate: Mon Apr 16 23:22:23 2018 -0700
<span style='display:block; white-space:pre;color:#404040;'> nzbget: force a c++14 compatible compiler
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> add blacklist for clang < 602
</span>---
net/nzbget/Portfile | 3 +++
1 file changed, 3 insertions(+)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/net/nzbget/Portfile b/net/nzbget/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 7fe1bb7..1bf6f6d 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/net/nzbget/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/net/nzbget/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -3,6 +3,7 @@
</span> PortSystem 1.0
PortGroup github 1.0
PortGroup cxx11 1.1
<span style='display:block; white-space:pre;background:#e0ffe0;'>+PortGroup compiler_blacklist_versions 1.0
</span> PortGroup snowleopard_fixes 1.0
github.setup nzbget nzbget 19.1 v
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -37,6 +38,8 @@ depends_lib port:gnutls \
</span>
patchfiles patch-daemon-connect-TlsSocket.cpp.diff
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# needs a c++14 compatible compiler
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.blacklist-append {clang < 602}
</span> snowleopard_fixes.addheader yes
configure.args --with-tlslib=GnuTLS \
</pre><pre style='margin:0'>
</pre>