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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/f01646b3887d2c139b9cb18b6eb21721ec34e890">https://github.com/macports/macports-ports/commit/f01646b3887d2c139b9cb18b6eb21721ec34e890</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 f01646b3887 octave-quaternion: use new octave PG API
</span>f01646b3887 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit f01646b3887d2c139b9cb18b6eb21721ec34e890
</span>Author: Marius Schamschula <mschamschula@gmail.com>
AuthorDate: Tue Feb 6 19:48:27 2024 -0600

<span style='display:block; white-space:pre;color:#404040;'>    octave-quaternion: use new octave PG API
</span>---
 octave/octave-quaternion/Portfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/octave/octave-quaternion/Portfile b/octave/octave-quaternion/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 9c78c850870..b9777e51ddf 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/octave/octave-quaternion/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/octave/octave-quaternion/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -3,10 +3,10 @@
</span> PortSystem          1.0
 PortGroup           octave 1.0
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-octave.setup        quaternion 2.4.0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+octave.setup        sourceforge octave quaternion 2.4.0
</span> revision            9
 platforms           darwin
<span style='display:block; white-space:pre;background:#ffe0e0;'>-license             GPL-2+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+license             GPL-3+
</span> maintainers         {mps @Schamschula} openmaintainer
 description         Quaternion package for GNU Octave, includes a quaternion class with \
                     overloaded operators.
</pre><pre style='margin:0'>

</pre>