<pre style='margin:0'>
Aaron Madlon-Kay (amake) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/3ae7e1731473c10eb39273966f48c94b4bce76cc">https://github.com/macports/macports-ports/commit/3ae7e1731473c10eb39273966f48c94b4bce76cc</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 3ae7e173147 sslh: fix pcre dependency
</span>3ae7e173147 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 3ae7e1731473c10eb39273966f48c94b4bce76cc
</span>Author: Aaron Madlon-Kay <aaron@madlon-kay.com>
AuthorDate: Fri Sep 1 17:26:26 2023 +0900

<span style='display:block; white-space:pre;color:#404040;'>    sslh: fix pcre dependency
</span>---
 net/sslh/Portfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/net/sslh/Portfile b/net/sslh/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 4aa19c0d7e5..3115544e429 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/net/sslh/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/net/sslh/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -35,7 +35,7 @@ checksums           rmd160  5174eb264b4d2a5232d1edc5e1f84fa42d459318 \
</span>                     size    175123
 
 depends_lib         port:libconfig-hr \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                    port:pcre \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    port:pcre2 \
</span>                     port:libev
 
 depends_build-append \
</pre><pre style='margin:0'>

</pre>