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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/7b1087a3176e7098742d60dc90bb583fce65df8a">https://github.com/macports/macports-ports/commit/7b1087a3176e7098742d60dc90bb583fce65df8a</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 7b1087a3176 stimfit: Require C++17 and disable silent rules
</span>7b1087a3176 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 7b1087a3176e7098742d60dc90bb583fce65df8a
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Tue Mar 28 00:24:05 2023 -0500

<span style='display:block; white-space:pre;color:#404040;'>    stimfit: Require C++17 and disable silent rules
</span>---
 science/stimfit/Portfile | 4 ++++
 1 file changed, 4 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/science/stimfit/Portfile b/science/stimfit/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 7152f4094ab..79f9cbe3c47 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/science/stimfit/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/science/stimfit/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -24,7 +24,11 @@ depends_lib         port:fftw-3 \
</span>                     port:hdf5 \
                     port:${wxWidgets.port}
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.cxx_standard \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    2017
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> configure.args      --disable-dependency-tracking \
<span style='display:block; white-space:pre;background:#e0ffe0;'>+                    --disable-silent-rules \
</span>                     --disable-python \
                     --with-biosiglite \
                     --with-wx-config=${wxWidgets.wxconfig}
</pre><pre style='margin:0'>

</pre>