<pre style='margin:0'>
Christopher Nielsen (mascguy) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/4d6ba0123eb5199ad437dbe58e8a483f76ef002c">https://github.com/macports/macports-ports/commit/4d6ba0123eb5199ad437dbe58e8a483f76ef002c</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 4d6ba0123eb kismet: add lib dep protobuf3-cpp See: https://github.com/macports/macports-ports/commit/b29cbf858e28bf335760c019fd6dfcbbd3e490c0#commitcomment-115413228
</span>4d6ba0123eb is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 4d6ba0123eb5199ad437dbe58e8a483f76ef002c
</span>Author: Christopher Nielsen <mascguy@github.com>
AuthorDate: Mon May 29 10:35:55 2023 -0400

<span style='display:block; white-space:pre;color:#404040;'>    kismet: add lib dep protobuf3-cpp
</span><span style='display:block; white-space:pre;color:#404040;'>    See: https://github.com/macports/macports-ports/commit/b29cbf858e28bf335760c019fd6dfcbbd3e490c0#commitcomment-115413228
</span>---
 net/kismet/Portfile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/net/kismet/Portfile b/net/kismet/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 65921eef897..e73c314bd6e 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/net/kismet/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/net/kismet/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5,7 +5,7 @@ PortGroup           legacysupport 1.1
</span> 
 name                kismet
 version             2022-08-R1
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision            1
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision            2
</span> 
 categories          net
 license             GPL-2
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -48,7 +48,8 @@ depends_lib-append \
</span>                     port:ncurses \
                     path:lib/libssl.dylib:openssl \
                     port:pcre \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                    port:protobuf-c
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    port:protobuf-c \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    port:protobuf3-cpp
</span> 
 patchfiles-append   patch-capture_osx_corewlan_wifi-Makefile.diff
 
</pre><pre style='margin:0'>

</pre>