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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/78f4c1e299329295bf584113cab35065c1f1fb9c">https://github.com/macports/macports-ports/commit/78f4c1e299329295bf584113cab35065c1f1fb9c</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 78f4c1e299329295bf584113cab35065c1f1fb9c
</span>Author: Clemens Lang <cal@macports.org>
AuthorDate: Mon Aug 12 12:14:03 2019 +0200

<span style='display:block; white-space:pre;color:#404040;'>    unbound: Enable parallel build
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    It seems inhibiting parallel builds is no longer required for unbound,
</span><span style='display:block; white-space:pre;color:#404040;'>    which seems likely given that the ticket that caused the introduction of
</span><span style='display:block; white-space:pre;color:#404040;'>    this line was filed 10 years ago.
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    See: https://trac.macports.org/ticket/20292
</span>---
 net/unbound/Portfile | 2 --
 1 file changed, 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/net/unbound/Portfile b/net/unbound/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 2c44414..d2bf884 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/net/unbound/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/net/unbound/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -72,6 +72,4 @@ startupitem.name    unbound
</span> startupitem.start   "${prefix}/sbin/unbound-anchor -a ${prefix}/etc/${name}/root.key || : && chown ${unbounduser}:${unboundgroup} ${prefix}/etc/${name}/root.key && ${prefix}/sbin/unbound"
 startupitem.stop    "/bin/kill \$(cat ${prefix}/var/run/${name}/unbound.pid)"
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-use_parallel_build  no
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span> notes-append        "An example configuration is provided at ${prefix}/etc/${name}/${name}.conf-dist."
</pre><pre style='margin:0'>

</pre>