<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/055c29d61ce648e4146eb890eb857cb0a59bfa30">https://github.com/macports/macports-ports/commit/055c29d61ce648e4146eb890eb857cb0a59bfa30</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 055c29d61ce tmux: Add default terminal to fix backspacing
</span>055c29d61ce is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 055c29d61ce648e4146eb890eb857cb0a59bfa30
</span>Author: Keto <therealketo@gmail.com>
AuthorDate: Sun Oct 15 20:53:00 2023 -0400

<span style='display:block; white-space:pre;color:#404040;'>    tmux: Add default terminal to fix backspacing
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Without specifying a default terminal while configuring,
</span><span style='display:block; white-space:pre;color:#404040;'>    tmux fails to correctly display itself when backspacing.
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Notes for tmux are now only relevant for legacy systems.
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Closes: https://trac.macports.org/ticket/65923
</span>---
 sysutils/tmux/Portfile | 12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

<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 db9a4d657a0..a2b5e65c17d 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;'>@@ -9,13 +9,13 @@ legacysupport.newest_darwin_requires_legacy 8
</span> 
 github.setup    tmux tmux 3.3a
 if {${subport} eq ${name}} {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    revision        0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    revision        1
</span>     conflicts       tmux-devel
 }
 subport tmux-devel {
     github.setup    tmux tmux 96ad8280b28283eb01e7789f5bafd2e1f6cde139
     version         20210610-[string range ${github.version} 0 6]
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    revision        0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    revision        1
</span>     conflicts       tmux
 }
 categories      sysutils
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -32,6 +32,9 @@ license         BSD
</span> 
 depends_lib     port:libevent port:ncurses
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Use screen by default to display tmux correctly when backspacing
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+configure.args-append   --with-TERM=screen
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> if {${subport} eq ${name}} {
     github.tarball_from     releases
     checksums               rmd160  be6c4fd40bc0c4e77e296639c15e3f009bd0396a \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -83,6 +86,9 @@ post-destroot {
</span>     xinstall -m 0644 ${filespath}/ftdetect-tmux.vim ${destroot}${prefix}/share/vim/vimfiles/ftdetect/tmux.vim
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-notes "If you want integration with system pasteboard consider installing port tmux-pasteboard as well"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+notes {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    On legacy systems, consider installing port tmux-pasteboard to \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    intergrate the system pasteboard with tmux.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+}
</span> 
 github.livecheck.regex {([0-9.]+[a-z]?)}
</pre><pre style='margin:0'>

</pre>