<pre style='margin:0'>
Ryan Carsten Schmidt (ryandesign) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/86abeb0db27db64d1a1f51ac91ef701be9f26834">https://github.com/macports/macports-ports/commit/86abeb0db27db64d1a1f51ac91ef701be9f26834</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 86abeb0db27 tio: Let other ports satisfy dependencies
</span>86abeb0db27 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 86abeb0db27db64d1a1f51ac91ef701be9f26834
</span>Author: Ryan Carsten Schmidt <ryandesign@macports.org>
AuthorDate: Mon Jun 3 14:09:05 2024 -0500
<span style='display:block; white-space:pre;color:#404040;'> tio: Let other ports satisfy dependencies
</span>---
comms/tio/Portfile | 5 +++--
1 file changed, 3 insertions(+), 2 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 2ca61be6ed6..db25fb5a88f 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;'>@@ -27,8 +27,9 @@ checksums rmd160 52d2926847d5fffa2e610cb0c425d18206b8adc5 \
</span> sha256 506635b2e922306be3ded980d0b6fd8bb74647b1561b01015b769041f7ddca8d \
size 3453004
<span style='display:block; white-space:pre;background:#ffe0e0;'>-depends_build-append port:pkgconfig
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-depends_lib-append port:glib2 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+depends_build-append path:bin/pkg-config:pkgconfig
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+depends_lib-append path:lib/pkgconfig/glib-2.0.pc:glib2 \
</span> port:inih \
port:lua54
</pre><pre style='margin:0'>
</pre>