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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/1ff35086622eaf7303870bf3797bdb44dc215d88">https://github.com/macports/macports-ports/commit/1ff35086622eaf7303870bf3797bdb44dc215d88</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 1ff35086622 py-aubio: add missing pkgconfig dep
</span>1ff35086622 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 1ff35086622eaf7303870bf3797bdb44dc215d88
</span>Author: Joshua Root <jmr@macports.org>
AuthorDate: Thu Apr 21 19:36:51 2022 +1000

<span style='display:block; white-space:pre;color:#404040;'>    py-aubio: add missing pkgconfig dep
</span>---
 python/py-aubio/Portfile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-aubio/Portfile b/python/py-aubio/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 1f83ee35622..158a4c62dd6 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-aubio/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-aubio/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -26,7 +26,8 @@ python.versions     37 38 39 310
</span> 
 if {${name} ne ${subport}} {
     depends_build-append \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                    port:py${python.version}-setuptools
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    port:py${python.version}-setuptools \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    port:pkgconfig
</span> 
     depends_lib-append \
                     port:py${python.version}-numpy
</pre><pre style='margin:0'>

</pre>