<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/49a4e1b4742cf481f5e0461eb8a69b398ad35bc3">https://github.com/macports/macports-ports/commit/49a4e1b4742cf481f5e0461eb8a69b398ad35bc3</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 49a4e1b4742 octave-ltfat: use new octave PG API
</span>49a4e1b4742 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 49a4e1b4742cf481f5e0461eb8a69b398ad35bc3
</span>Author: Marius Schamschula <mschamschula@gmail.com>
AuthorDate: Tue Feb 6 19:08:48 2024 -0600
<span style='display:block; white-space:pre;color:#404040;'> octave-ltfat: use new octave PG API
</span>---
octave/octave-ltfat/Portfile | 10 +---------
1 file changed, 1 insertion(+), 9 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/octave/octave-ltfat/Portfile b/octave/octave-ltfat/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index f75ee37db4a..13fdf519869 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/octave/octave-ltfat/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/octave/octave-ltfat/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -2,19 +2,13 @@
</span>
PortSystem 1.0
PortGroup compilers 1.0
<span style='display:block; white-space:pre;background:#ffe0e0;'>-PortGroup github 1.0
</span> PortGroup octave 1.0
<span style='display:block; white-space:pre;background:#ffe0e0;'>-version 2.6.0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+octave.setup github ltfat ltfat 2.6.0 v
</span> revision 1
<span style='display:block; white-space:pre;background:#ffe0e0;'>-github.setup ltfat ltfat ${version} v
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-octave.setup ltfat ${version}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-platforms darwin
</span> license GPL-3+ BSD
maintainers {mps @Schamschula} openmaintainer
description The Large Time-Frequency Analysis Toolbox
<span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span> long_description {*}${description} (LTFAT) is a Matlab/Octave toolbox for working with \
time-frequency analysis, wavelets and signal processing. It is \
intended both as an educational and a computational tool. The toolbox \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -22,8 +16,6 @@ long_description {*}${description} (LTFAT) is a Matlab/Octave toolbox for wor
</span> wavelet transforms along with routines for constructing windows \
(filter prototypes) and routines for manipulating coefficients.
<span style='display:block; white-space:pre;background:#ffe0e0;'>-homepage https://github.com/ltfat/ltfat/
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span> github.tarball_from releases
distname ltfat-${version}-of
</pre><pre style='margin:0'>
</pre>