<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/fe6cdfc247f898ae4aa5a3a174eb5c2c0b342f53">https://github.com/macports/macports-ports/commit/fe6cdfc247f898ae4aa5a3a174eb5c2c0b342f53</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit fe6cdfc247f898ae4aa5a3a174eb5c2c0b342f53
</span>Author: Joshua Root <jmr@macports.org>
AuthorDate: Thu Dec 14 22:11:56 2023 +1100

<span style='display:block; white-space:pre;color:#404040;'>    bashplotlib: mark noarch, platforms darwin any
</span>---
 math/bashplotlib/Portfile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/bashplotlib/Portfile b/math/bashplotlib/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index f11176baa39..6c766356579 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/bashplotlib/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/bashplotlib/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -6,13 +6,14 @@ PortGroup           python 1.0
</span> name                bashplotlib
 version             0.6.5
 revision            1
<span style='display:block; white-space:pre;background:#ffe0e0;'>-platforms           darwin
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+platforms           {darwin any}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+supported_archs     noarch
</span> license             BSD
 maintainers         {amake @amake} openmaintainer
 categories          math python
 
 description         Make scatter or histogram plots in the terminal
<span style='display:block; white-space:pre;background:#ffe0e0;'>-long_description    ${description}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+long_description    {*}${description}
</span> 
 homepage            https://github.com/glamp/bashplotlib
 
</pre><pre style='margin:0'>

</pre>