<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/b18ab76f27a5011d63899ccf0d0b61da8a8a39a9">https://github.com/macports/macports-ports/commit/b18ab76f27a5011d63899ccf0d0b61da8a8a39a9</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit b18ab76f27a5011d63899ccf0d0b61da8a8a39a9
</span>Author: Joshua Root <jmr@macports.org>
AuthorDate: Sat Feb 3 13:34:26 2024 +1100

<span style='display:block; white-space:pre;color:#404040;'>    octave-fpl: set platforms any
</span>---
 octave/octave-fpl/Portfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/octave/octave-fpl/Portfile b/octave/octave-fpl/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 03aebb6917c..a7c739586e0 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/octave/octave-fpl/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/octave/octave-fpl/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5,13 +5,13 @@ PortGroup           octave 1.0
</span> 
 octave.setup        fpl 1.3.5
 revision            5
<span style='display:block; white-space:pre;background:#ffe0e0;'>-platforms           darwin
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+platforms           any
</span> license             GPL-3+
 maintainers         {mps @Schamschula} openmaintainer
 description         Collection of routines to export data produced \
                     by Finite Elements or Finite Volume Simulations \
                     in formats used by some visualization programs.
<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> 
 checksums           rmd160  924c773486ecb7289ff308c9c0dabd6b985b320a \
                     sha256  da13b8044e0ffb91f488427c4d3f3fdefb8d208753f572ef4d3b53972c547731 \
</pre><pre style='margin:0'>

</pre>