<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/27a27a2c0544200d96abb6005c5def9d65346537">https://github.com/macports/macports-ports/commit/27a27a2c0544200d96abb6005c5def9d65346537</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 27a27a2c054 zeek-devel: update to 7.0.5; update (build-)variants
</span>27a27a2c054 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 27a27a2c0544200d96abb6005c5def9d65346537
</span>Author: Marius Schamschula <mschamschula@gmail.com>
AuthorDate: Mon Dec 16 18:09:31 2024 -0600

<span style='display:block; white-space:pre;color:#404040;'>    zeek-devel: update to 7.0.5; update (build-)variants
</span>---
 net/zeek/Portfile | 34 +++++++++++++++++-----------------
 1 file changed, 17 insertions(+), 17 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/net/zeek/Portfile b/net/zeek/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index ddcedc85778..399de4d9ef9 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/net/zeek/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/net/zeek/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -34,12 +34,12 @@ subport ${name} {
</span> subport ${name}-devel {
     conflicts   ${name}
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    version         7.0.4
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    version         7.0.5
</span>     revision        0
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    checksums       rmd160  01ae5451fa89e47dff0f4be83de52ab05f9c1d7d \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    sha256  131050fee95fd76400322cc9e80db6d797e296361d43e3fb10f3ceb1bf93428e \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    size    95853546
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    checksums       rmd160  82e3eda2d3e5bd351f32ba65fbc145d7e752becf \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    sha256  e0e6e6f5d5b0402bb1ccd02ecee0ac5bd237d60c5095d71a146651c7f6721eb7 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    size    95847393
</span> }
 
 depends_build-append \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -72,15 +72,7 @@ platforms {darwin >= 19}
</span> configure.args-append \
                     -DCMAKE_VERBOSE_MAKEFILE:BOOL=ON
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python38 conflicts python311 python39 python310 python312 description {Build using Python 3.8} {
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    configure.args-append \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    -DPYTHON_EXECUTABLE=${prefix}/bin/python3.8 \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    -DPYTHON_CONFIG=${frameworks_dir}/Python.framework/Versions/3.8/lib/python3.8/config-3.8-darwin/python-config.py
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    depends_lib-append  \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    port:python38
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python39 conflicts python311 python38 python310 python312 description {Build using Python 3.9} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python39 conflicts python310 python311 python312 python313 description {Build using Python 3.9} {
</span>     configure.args-append \
                     -DPYTHON_EXECUTABLE=${prefix}/bin/python3.9 \
                     -DPYTHON_CONFIG=${frameworks_dir}/Python.framework/Versions/3.9/lib/python3.9/config-3.9-darwin/python-config.py
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -88,7 +80,7 @@ variant python39 conflicts python311 python38 python310 python312 description {B
</span>                     port:python39
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python310 conflicts python311 python38 python39 python312 description {Build using Python 3.10} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python310 conflicts python39 python311 python312 python313 description {Build using Python 3.10} {
</span>     configure.args-append \
                     -DPYTHON_EXECUTABLE=${prefix}/bin/python3.10 \
                     -DPYTHON_CONFIG=${frameworks_dir}/Python.framework/Versions/3.10/lib/python3.10/config-3.10-darwin/python-config.py
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -96,7 +88,7 @@ variant python310 conflicts python311 python38 python39 python312 description {B
</span>                     port:python310
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python311 conflicts python38 python39 python310 python312 description {Build using Python 3.11} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python311 conflicts python39 python310 python312 python313 description {Build using Python 3.11} {
</span>     configure.args-append \
                     -DPYTHON_EXECUTABLE=${prefix}/bin/python3.11 \
                     -DPYTHON_CONFIG=${frameworks_dir}/Python.framework/Versions/3.11/lib/python3.11/config-3.11-darwin/python-config.py
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -104,7 +96,7 @@ variant python311 conflicts python38 python39 python310 python312 description {B
</span>                     port:python311
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python312 conflicts python38 python39 python310 python311 description {Build using Python 3.12} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python312 conflicts python39 python310 python311 python313 description {Build using Python 3.12} {
</span>     configure.args-append \
                     -DPYTHON_EXECUTABLE=${prefix}/bin/python3.12 \
                     -DPYTHON_CONFIG=${frameworks_dir}/Python.framework/Versions/3.12/lib/python3.12/config-3.12-darwin/python-config.py
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -112,7 +104,15 @@ variant python312 conflicts python38 python39 python310 python311 description {B
</span>                     port:python312
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-if {![variant_isset python38] && ![variant_isset python39] && ![variant_isset python310] && ![variant_isset python311]} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python313 conflicts python39 python310 python311 python312 description {Build using Python 3.13} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    configure.args-append \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    -DPYTHON_EXECUTABLE=${prefix}/bin/python3.13 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    -DPYTHON_CONFIG=${frameworks_dir}/Python.framework/Versions/3.13/lib/python3.13/config-3.13-darwin/python-config.py
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    depends_lib-append  \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    port:python313
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+if {![variant_isset python39] && ![variant_isset python310] && ![variant_isset python311] && ![variant_isset python313]} {
</span>     default_variants \
                     +python312
 }
</pre><pre style='margin:0'>

</pre>