<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/7ab7e3573eebabaea2d77e18c06aa36488cfbecb">https://github.com/macports/macports-ports/commit/7ab7e3573eebabaea2d77e18c06aa36488cfbecb</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 7ab7e3573ee zeek: update to t5.0.5, update Python variants
</span>7ab7e3573ee is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 7ab7e3573eebabaea2d77e18c06aa36488cfbecb
</span>Author: Marius Schamschula <mschamschula@gmail.com>
AuthorDate: Tue Jan 10 05:40:17 2023 -0600

<span style='display:block; white-space:pre;color:#404040;'>    zeek: update to t5.0.5, update Python 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 efeb909c99d..05d9fcf2926 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;'>@@ -5,7 +5,7 @@ PortGroup           cmake 1.1
</span> PortGroup           openssl 1.0
 
 name                zeek
<span style='display:block; white-space:pre;background:#ffe0e0;'>-version             5.0.4
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+version             5.0.5
</span> revision            0
 categories          net security
 maintainers         {mps @Schamschula} openmaintainer
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -22,9 +22,9 @@ homepage            https://www.zeek.org/
</span> master_sites        https://download.zeek.org/
 
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-checksums           rmd160  42b25428930a85d2c0f9a037d0d8749c8b06269a \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    sha256  d01aa72864b1128513c0b3667148e765f83cd9f0befe9a751c51f0f19a8ba280 \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    size    42712052
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+checksums           rmd160  e00e8a607338ac36a8e8b9333d57e94420269dd5 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    sha256  3efed010ab2dcf623667d13b485dfec6d28f2b65f97e4c9f0f9192c37ace88d1 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    size    42718981
</span> 
 openssl.branch      3
 
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -75,15 +75,7 @@ platform darwin {
</span> 
 configure.args      -DCMAKE_VERBOSE_MAKEFILE:BOOL=ON
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python37 conflicts python38 python39 python310 description {Build using Python 3.7} {
</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.7 \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    -DPYTHON_CONFIG=${frameworks_dir}/Python.framework/Versions/3.7/lib/python3.7/config-3.7m-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:python37
</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 python38 conflicts python37 python39 python310 description {Build using Python 3.8} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python38 conflicts python311 python39 python310 description {Build using Python 3.8} {
</span>     configure.args-append \
                     -DPYTHON_EXECUTABLE=${prefix}/bin/python3.8 \
                     -DPYTHON_CONFIG=${frameworks_dir}/Python.framework/Versions/3.8/lib/python3.8/config-3.8-darwin/python-config.py
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -91,7 +83,7 @@ variant python38 conflicts python37 python39 python310 description {Build using
</span>                     port:python38
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python39 conflicts python37 python38 python310 description {Build using Python 3.9} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python39 conflicts python311 python38 python310 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;'>@@ -99,7 +91,7 @@ variant python39 conflicts python37 python38 python310 description {Build using
</span>                     port:python39
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python310 conflicts python37 python38 python39 description {Build using Python 3.10} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python310 conflicts python311 python38 python39 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;'>@@ -107,9 +99,17 @@ variant python310 conflicts python37 python38 python39 description {Build using
</span>                     port:python310
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-if {![variant_isset python37] && ![variant_isset python38] && ![variant_isset python39]} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python311 conflicts python38 python39 python310 description {Build using Python 3.11} {
</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.11 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    -DPYTHON_CONFIG=${frameworks_dir}/Python.framework/Versions/3.11/lib/python3.11/config-3.11m-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:python311
</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 python38] && ![variant_isset python39] && ![variant_isset python311] } {
</span>     default_variants \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                    +python310
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    +python311
</span> }
 
 post-destroot {
</pre><pre style='margin:0'>

</pre>