<pre style='margin:0'>
Renee Otten (reneeotten) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/d8268434afd52e791d2bd079caa6795e9d30fcf0">https://github.com/macports/macports-ports/commit/d8268434afd52e791d2bd079caa6795e9d30fcf0</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 d8268434afd haproxy: enable the Prometheus Exporter service
</span>d8268434afd is described below

<span style='display:block; white-space:pre;color:#808000;'>commit d8268434afd52e791d2bd079caa6795e9d30fcf0
</span>Author: Graham Reed <greed@hypervolt.co.uk>
AuthorDate: Tue Jan 21 11:57:55 2025 +0000

<span style='display:block; white-space:pre;color:#404040;'>    haproxy: enable the Prometheus Exporter service
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Signed-off-by: Graham Reed <greed@hypervolt.co.uk>
</span>---
 net/haproxy/Portfile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/net/haproxy/Portfile b/net/haproxy/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 6035531e160..41ee354ffaa 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/net/haproxy/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/net/haproxy/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -7,7 +7,7 @@ PortGroup           makefile 1.0
</span> 
 name                haproxy
 version             3.0.3
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision            0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision            1
</span> 
 set branch          [join [lrange [split ${version} .] 0 1] .]
 
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -62,6 +62,7 @@ build.args-append   SSL_INC=[openssl::include_dir] \
</span>                     USE_OPENSSL=1 \
                     USE_PCRE=1 \
                     USE_PCRE_JIT=1 \
<span style='display:block; white-space:pre;background:#e0ffe0;'>+                    USE_PROMEX=1 \
</span>                     USE_THREAD=1 \
                     USE_ZLIB=1
 
</pre><pre style='margin:0'>

</pre>