<pre style='margin:0'>
Ryan Schmidt (ryandesign) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/0996e987b6d806949d88a2ce291fb5da9848946f">https://github.com/macports/macports-ports/commit/0996e987b6d806949d88a2ce291fb5da9848946f</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 0996e98  haproxy: Fix formatting of notes
</span>0996e98 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 0996e987b6d806949d88a2ce291fb5da9848946f
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Mon May 4 15:29:41 2020 -0500

<span style='display:block; white-space:pre;color:#404040;'>    haproxy: Fix formatting of notes
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Allow MacPorts to wrap the notes to the user's terminal width.
</span>---
 net/haproxy/Portfile | 2 +-
 1 file changed, 1 insertion(+), 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 d2b8324..293778a 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;'>@@ -65,7 +65,7 @@ startupitem.create      yes
</span> startupitem.executable  ${prefix}/sbin/haproxy -f ${prefix}/etc/haproxy
 
 notes "
<span style='display:block; white-space:pre;background:#ffe0e0;'>-The configuration files (and only files) in ${prefix}/etc/haproxy are loaded in
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+The configuration files (and only files) in ${prefix}/etc/haproxy are loaded in\
</span> lexical order; only non hidden files with .cfg extension are added.
 
 Adjust these files to your needs before starting haproxy with the startup item.
</pre><pre style='margin:0'>

</pre>