<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/ae06a57d9dbfc1a8ee3fc52a5022a57fc5ba052e">https://github.com/macports/macports-ports/commit/ae06a57d9dbfc1a8ee3fc52a5022a57fc5ba052e</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 ae06a57d9db tio: update to 3.2
</span>ae06a57d9db is described below
<span style='display:block; white-space:pre;color:#808000;'>commit ae06a57d9dbfc1a8ee3fc52a5022a57fc5ba052e
</span>Author: Herby Gillot <herby.gillot@gmail.com>
AuthorDate: Thu May 9 19:48:13 2024 -0400
<span style='display:block; white-space:pre;color:#404040;'> tio: update to 3.2
</span>---
comms/tio/Portfile | 13 +++++++++----
1 file changed, 9 insertions(+), 4 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/comms/tio/Portfile b/comms/tio/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 4ff5e48a96f..b62b0d02f2c 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/comms/tio/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/comms/tio/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -4,7 +4,7 @@ PortSystem 1.0
</span> PortGroup github 1.0
PortGroup meson 1.0
<span style='display:block; white-space:pre;background:#ffe0e0;'>-github.setup tio tio 2.8 v
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.setup tio tio 3.2 v
</span> github.tarball_from releases
revision 0
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -23,12 +23,17 @@ long_description tio is a simple serial device tool which \
</span> connect to serial TTY devices for basic \
I/O operations.
<span style='display:block; white-space:pre;background:#ffe0e0;'>-checksums rmd160 6682285a3f014f7923a0f1c79ed662a8616aeb8c \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- sha256 890a880a048e604dbb9c3765d10b3dcdd2bb54cecf7b4bcc3a1ac0f3b6c95706 \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- size 3441388
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+checksums rmd160 9598aa6f84448507120c66e74e6ea07a727dd470 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ sha256 9208e98dce783598a76c406f0b076f07dc0f645aaaab99ee5c3039744e8c0e2a \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ size 3452984
</span>
depends_build-append port:pkgconfig
depends_lib-append port:inih \
port:lua54
use_xz yes
<span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+post-destroot {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ xinstall -d ${destroot}${prefix}/share/${name}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ copy ${worksrcpath}/examples ${destroot}${prefix}/share/${name}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+}
</span></pre><pre style='margin:0'>
</pre>