<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/9a629ca917357a7da8017bab8167397c4806a902">https://github.com/macports/macports-ports/commit/9a629ca917357a7da8017bab8167397c4806a902</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 9a629ca9173 octave-ponchon-savarit: use new octave PG API
</span>9a629ca9173 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 9a629ca917357a7da8017bab8167397c4806a902
</span>Author: Marius Schamschula <mschamschula@gmail.com>
AuthorDate: Tue Feb 6 19:41:21 2024 -0600
<span style='display:block; white-space:pre;color:#404040;'> octave-ponchon-savarit: use new octave PG API
</span>---
octave/octave-ponchon-savarit/Portfile | 7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/octave/octave-ponchon-savarit/Portfile b/octave/octave-ponchon-savarit/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 2955b05523f..400fed20986 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/octave/octave-ponchon-savarit/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/octave/octave-ponchon-savarit/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -1,18 +1,15 @@
</span> # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
PortSystem 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 1.0.0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+octave.setup github aumpierre-unb Ponchon-Savarit-for-GNU-Octave 1.0.0 v
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+octave.module ponchon-savarit
</span> revision 0
<span style='display:block; white-space:pre;background:#ffe0e0;'>-github.setup aumpierre-unb Ponchon-Savarit-for-GNU-Octave ${version} v
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-octave.setup ponchon-savarit ${version}
</span> license GPL-3+
maintainers {mps @Schamschula} openmaintainer
description A toolbox for the Ponchon-Savarit method for GNU Octave.
long_description {*}${description}
<span style='display:block; white-space:pre;background:#ffe0e0;'>-homepage https://github.com/aumpierre-unb/Ponchon-Savarit-for-GNU-Octave/
</span>
supported_archs noarch
platforms {darwin any}
</pre><pre style='margin:0'>
</pre>