<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/4f3fc7f798e80003df9d57e5442a34043b6ff030">https://github.com/macports/macports-ports/commit/4f3fc7f798e80003df9d57e5442a34043b6ff030</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 4f3fc7f  znc: Disable silent rules
</span>4f3fc7f is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 4f3fc7f798e80003df9d57e5442a34043b6ff030
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Thu May 24 04:46:11 2018 -0500

<span style='display:block; white-space:pre;color:#404040;'>    znc: Disable silent rules
</span>---
 irc/znc/Portfile | 3 +++
 1 file changed, 3 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/irc/znc/Portfile b/irc/znc/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 42bebb2..f55ff46 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/irc/znc/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/irc/znc/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -28,6 +28,9 @@ depends_lib         path:lib/libssl.dylib:openssl port:tcl port:perl5 port:icu
</span> 
 configure.args      --enable-perl --enable-tcl --with-tcl=${prefix}/lib --disable-python
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Disable silent rules
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+build.args-append   V=1
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> variant python35 description "Enable Python modules, using python35" conflicts python36 {
     compiler.blacklist-append { clang <= 503.0.38  }
     configure.args-replace --disable-python --enable-python
</pre><pre style='margin:0'>

</pre>