<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/109cb5f9ced2dc19f5e27cd9f715863e9697b845">https://github.com/macports/macports-ports/commit/109cb5f9ced2dc19f5e27cd9f715863e9697b845</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 109cb5f9ced octave-1.0.tcl: update package_version
</span>109cb5f9ced is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 109cb5f9ced2dc19f5e27cd9f715863e9697b845
</span>Author: Marius Schamschula <mschamschula@gmail.com>
AuthorDate: Sat Mar 29 18:36:48 2025 -0500
<span style='display:block; white-space:pre;color:#404040;'> octave-1.0.tcl: update package_version
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> add comments to bot octave Portfile and PortGroup to keep package_version in sync.
</span><span style='display:block; white-space:pre;color:#404040;'> Closes: https://trac.macports.org/ticket/72258
</span>---
_resources/port1.0/group/octave-1.0.tcl | 4 ++--
math/octave/Portfile | 1 +
2 files changed, 3 insertions(+), 2 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/_resources/port1.0/group/octave-1.0.tcl b/_resources/port1.0/group/octave-1.0.tcl
</span><span style='display:block; white-space:pre;color:#808080;'>index 66a5d44075a..d81157919b9 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/_resources/port1.0/group/octave-1.0.tcl
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/_resources/port1.0/group/octave-1.0.tcl
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -17,8 +17,8 @@
</span> # where module is the name of the module w/o the octave- prefix
# (e.g. communications)
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# see octave Portfile
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-set package_version 9.x.x
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# package_version has to be kept in sync with the octave Portfile
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+set package_version 10.x.x
</span>
options octave.author octave.module octave.config_h
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/octave/Portfile b/math/octave/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 718bd264a6f..ae9b2b3152f 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/octave/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/octave/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -9,6 +9,7 @@ PortGroup linear_algebra 1.0
</span>
name octave
version 10.1.0
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# package_version has to be kept in sync with the octave PortGroup
</span> set package_version 10.x.x
revision 0
</pre><pre style='margin:0'>
</pre>