<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/83bf561f9f25df290cd531334fff1b2df23b693d">https://github.com/macports/macports-ports/commit/83bf561f9f25df290cd531334fff1b2df23b693d</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 83bf561f9f2 lv2: mark noarch, platforms any
</span>83bf561f9f2 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 83bf561f9f25df290cd531334fff1b2df23b693d
</span>Author: Joshua Root <jmr@macports.org>
AuthorDate: Wed Dec 6 22:55:17 2023 +1100

<span style='display:block; white-space:pre;color:#404040;'>    lv2: mark noarch, platforms any
</span>---
 audio/lv2/Portfile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/audio/lv2/Portfile b/audio/lv2/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index f0fc0ca15d1..baa3cdfdaed 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/audio/lv2/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/audio/lv2/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -7,10 +7,12 @@ name                    lv2
</span> version                 1.18.4
 license                 MIT
 categories              audio
<span style='display:block; white-space:pre;background:#e0ffe0;'>+platforms               any
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+supported_archs         noarch
</span> maintainers             {gmail.com:aggraef @agraef} openmaintainer
 
 description             header files needed for LV2 plugin development
<span style='display:block; white-space:pre;background:#ffe0e0;'>-long_description        ${name} provides the ${description}. \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+long_description        ${name} provides the {*}${description}. \
</span>                         LV2 is an extensible standard for audio plugins, \
                         similar in scope to ​LADSPA, VST, AU, and others.
 
</pre><pre style='margin:0'>

</pre>