<pre style='margin:0'>
Daniel J. Luke (danielluke) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/628bc0428bcf3767cfe342b8dc5059f92888f834">https://github.com/macports/macports-ports/commit/628bc0428bcf3767cfe342b8dc5059f92888f834</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 628bc0428bc nmap: we want pcre2, not pcre
</span>628bc0428bc is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 628bc0428bcf3767cfe342b8dc5059f92888f834
</span>Author: Daniel J. Luke <dluke@macports.org>
AuthorDate: Fri Sep 20 17:28:52 2024 -0400

<span style='display:block; white-space:pre;color:#404040;'>    nmap: we want pcre2, not pcre
</span>---
 net/nmap/Portfile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/net/nmap/Portfile b/net/nmap/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 5643b963510..cf880dfc97d 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/net/nmap/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/net/nmap/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -4,6 +4,7 @@ PortSystem 1.0
</span> 
 name           nmap
 version                7.95
<span style='display:block; white-space:pre;background:#e0ffe0;'>+revision        1
</span> categories        net
 maintainers    {darkart.com:opendarwin.org @ghosthound} {geeklair.net:dluke @danielluke}
 description    Port scanning utility for large networks
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -75,7 +76,7 @@ variant ssl description {build with ssl support} {
</span> 
 variant pcre description {build with pcre support} {
     configure.args-append --with-pcre=${prefix}
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    depends_lib-append port:pcre
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    depends_lib-append port:pcre2
</span> }
 
 notes "Zenmap is now provided by a separate port."
</pre><pre style='margin:0'>

</pre>