<pre style='margin:0'>
Herby Gillot (herbygillot) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/ac7f63ec55f26b8356fb37c852340633e13e53d0">https://github.com/macports/macports-ports/commit/ac7f63ec55f26b8356fb37c852340633e13e53d0</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 ac7f63ec55f tmux: fix livecheck regex (properly this time)
</span>ac7f63ec55f is described below

<span style='display:block; white-space:pre;color:#808000;'>commit ac7f63ec55f26b8356fb37c852340633e13e53d0
</span>Author: Herby Gillot <herby.gillot@gmail.com>
AuthorDate: Fri Jan 1 05:13:51 2021 -0500

<span style='display:block; white-space:pre;color:#404040;'>    tmux: fix livecheck regex (properly this time)
</span>---
 sysutils/tmux/Portfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/sysutils/tmux/Portfile b/sysutils/tmux/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index c6e5fc2dfd2..c5a05e9894f 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/sysutils/tmux/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/sysutils/tmux/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -71,4 +71,4 @@ post-destroot {
</span> notes "If you want integration with system pasteboard consider installing port tmux-pasteboard as well"
 
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-github.livecheck.regex {([0-9.]+[a-z])}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.livecheck.regex {([0-9.]+[a-z]?)}
</span></pre><pre style='margin:0'>

</pre>