<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/441e64a81bffc33c980c1096f27b5bc02dafa7a2">https://github.com/macports/macports-ports/commit/441e64a81bffc33c980c1096f27b5bc02dafa7a2</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 441e64a  zeek: add explicit paths to python and python-config
</span>441e64a is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 441e64a81bffc33c980c1096f27b5bc02dafa7a2
</span>Author: Marius Schamschula <mps@macports.org>
AuthorDate: Sat Feb 22 18:51:45 2020 -0600

<span style='display:block; white-space:pre;color:#404040;'>    zeek: add explicit paths to python and python-config
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    add pkgconfig to build dependencies
</span>---
 net/zeek/Portfile | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

<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 f0569ef..0d9eea0 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> 
 name                zeek
 version             3.0.1
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision            2
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision            3
</span> categories          net security
 platforms           darwin
 maintainers         {mps @Schamschula} openmaintainer
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -28,6 +28,7 @@ checksums           rmd160  304e761f3a896661ca1c27362c3ac4aa84e8921a \
</span> 
 depends_build-append \
                     port:libgeoip \
<span style='display:block; white-space:pre;background:#e0ffe0;'>+                    port:pkgconfig \
</span>                     port:swig \
                     port:swig-python
 
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -49,11 +50,17 @@ configure.args      -DCAF_ROOT_DIR=${prefix} \
</span>                     -DCMAKE_VERBOSE_MAKEFILE:BOOL=ON
 
 variant python37 conflicts python38 description {Build using Python 3.7} {
<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.7 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    -DPYTHON_CONFIG=${prefix}/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/config-3.7m-darwin/python-config
</span>     depends_lib-append  \
                     port:python37
 }
 
 variant python38 conflicts python37 description {Build using Python 3.8} {
<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.8 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    -DPYTHON_CONFIG=${prefix}/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/config-3.8-darwin/python-config
</span>     depends_lib-append  \
                     port:python38
 }
</pre><pre style='margin:0'>

</pre>