<pre style='margin:0'>
Rainer Müller (raimue) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/f4da65d1ea5dd1bb5db3536943e6b2ad4abfb76a">https://github.com/macports/macports-ports/commit/f4da65d1ea5dd1bb5db3536943e6b2ad4abfb76a</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 f4da65d1ea5 jq: disable silent rules
</span>f4da65d1ea5 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit f4da65d1ea5dd1bb5db3536943e6b2ad4abfb76a
</span>Author: Christopher Chavez <chrischavez@gmx.us>
AuthorDate: Tue Oct 27 12:12:34 2020 -0500

<span style='display:block; white-space:pre;color:#404040;'>    jq: disable silent rules
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    …to aid in troubleshooting builds
</span>---
 sysutils/jq/Portfile | 1 +
 1 file changed, 1 insertion(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/sysutils/jq/Portfile b/sysutils/jq/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 02ece00e208..9502de2205a 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/sysutils/jq/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/sysutils/jq/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -30,6 +30,7 @@ checksums           rmd160  7ae650c881fa14ade87569b7e9cd25a62ee6e4e3 \
</span> # ports. However, the manpage is already distributed in compiled form and will
 # be installed.
 configure.args      --disable-docs \
<span style='display:block; white-space:pre;background:#e0ffe0;'>+                    --disable-silent-rules \
</span>                     --with-oniguruma=${prefix} \
                     --disable-maintainer-mode
 
</pre><pre style='margin:0'>

</pre>