<pre style='margin:0'>
Herby Gillot (herbygillot) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/c55696cbb59c6d689d85f2c27f881e120942d1f7">https://github.com/macports/macports-ports/commit/c55696cbb59c6d689d85f2c27f881e120942d1f7</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 c55696cbb59 faac: fix universal build on M1 Mac
</span>c55696cbb59 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit c55696cbb59c6d689d85f2c27f881e120942d1f7
</span>Author: Dean M Greer <38226388+Gcenx@users.noreply.github.com>
AuthorDate: Tue Feb 21 19:06:14 2023 -0500

<span style='display:block; white-space:pre;color:#404040;'>    faac: fix universal build on M1 Mac
</span>---
 audio/faac/Portfile | 1 +
 1 file changed, 1 insertion(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/audio/faac/Portfile b/audio/faac/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 52c5a717309..26878f5beba 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/audio/faac/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/audio/faac/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -3,6 +3,7 @@
</span> PortSystem          1.0
 PortGroup           github 1.0
 PortGroup           compiler_blacklist_versions 1.0
<span style='display:block; white-space:pre;background:#e0ffe0;'>+PortGroup           muniversal 1.1
</span> 
 github.setup        knik0 faac 1_30
 github.tarball_from archive
</pre><pre style='margin:0'>

</pre>