<pre style='margin:0'>
Takeshi Enomoto (tenomoto) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/6fc5f4af1430b076744433d38facc6a356895697">https://github.com/macports/macports-ports/commit/6fc5f4af1430b076744433d38facc6a356895697</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 6fc5f4af143 netcdf: fix missing cmake
</span>6fc5f4af143 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 6fc5f4af1430b076744433d38facc6a356895697
</span>Author: Takeshi Enomoto <takeshi@macports.org>
AuthorDate: Sat Apr 13 17:47:21 2024 +0900

<span style='display:block; white-space:pre;color:#404040;'>    netcdf: fix missing cmake
</span>---
 science/netcdf/Portfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/science/netcdf/Portfile b/science/netcdf/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 23a448a5b63..6225a4492ef 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/science/netcdf/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/science/netcdf/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -43,7 +43,7 @@ patchfiles                  patch-CMakeLists.txt.diff
</span> # And m4 wasn't included in the Xcode 15.3 version of the command line tools:
 # https://trac.macports.org/ticket/69467#comment:6
 # https://trac.macports.org/ticket/69639#comment:1
<span style='display:block; white-space:pre;background:#ffe0e0;'>-depends_build               port:m4
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+depends_build-append        port:m4
</span> configure.args-append       -DENABLE_NETCDF_4=OFF \
                             -DENABLE_DAP=OFF \
                             -DENABLE_CDF5=OFF \
</pre><pre style='margin:0'>

</pre>