<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/98d09ff1f8552092079a1738596b95a67ad089d8">https://github.com/macports/macports-ports/commit/98d09ff1f8552092079a1738596b95a67ad089d8</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 98d09ff1f85 octave-communications: add hdf5 dependency
</span>98d09ff1f85 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 98d09ff1f8552092079a1738596b95a67ad089d8
</span>Author: Marius Schamschula <mschamschula@gmail.com>
AuthorDate: Sat May 4 16:20:23 2024 -0500
<span style='display:block; white-space:pre;color:#404040;'> octave-communications: add hdf5 dependency
</span>---
octave/octave-communications/Portfile | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/octave/octave-communications/Portfile b/octave/octave-communications/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 8d181b4800b..1626c536c8b 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/octave/octave-communications/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/octave/octave-communications/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -4,7 +4,7 @@ PortSystem 1.0
</span> PortGroup octave 1.0
octave.setup sourceforge octave communications 1.2.6
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision 1
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision 2
</span> octave.config_h yes
license GPL-3+
maintainers {mps @Schamschula} openmaintainer
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -17,4 +17,5 @@ checksums rmd160 38fcf0f74a43a9e51fccd027939fd51a2dbb83e6 \
</span> sha256 a6c42e881388d665d765a1f811eb153bdd6bd958827342ab2b128ced7c3e82db \
size 346270
<span style='display:block; white-space:pre;background:#ffe0e0;'>-depends_lib-append port:octave-signal
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+depends_lib-append port:hdf5 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ port:octave-signal
</span></pre><pre style='margin:0'>
</pre>