<pre style='margin:0'>
Zhenfu Shi (i0ntempest) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/d7aa6886d4e92eafb345a7746b2a5e7699fa6408">https://github.com/macports/macports-ports/commit/d7aa6886d4e92eafb345a7746b2a5e7699fa6408</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 d7aa6886d4e iproute2mac: create bin symlinks in sbin
</span>d7aa6886d4e is described below
<span style='display:block; white-space:pre;color:#808000;'>commit d7aa6886d4e92eafb345a7746b2a5e7699fa6408
</span>Author: i0ntempest <i0ntempest@i0ntempest.com>
AuthorDate: Tue Jan 7 00:59:20 2025 +0800
<span style='display:block; white-space:pre;color:#404040;'> iproute2mac: create bin symlinks in sbin
</span>---
net/iproute2mac/Portfile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/net/iproute2mac/Portfile b/net/iproute2mac/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 4316c738f21..eb360150b35 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/net/iproute2mac/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/net/iproute2mac/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -4,7 +4,7 @@ PortSystem 1.0
</span> PortGroup github 1.0
github.setup brona iproute2mac 1.5.4 v
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision 0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision 1
</span> platforms any
supported_archs noarch
categories net python
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -38,7 +38,7 @@ destroot {
</span> xinstall -d ${destroot}${prefix}/libexec/${name}
xinstall -m 755 {*}[glob ${worksrcpath}/src/*.py] ${destroot}${prefix}/libexec/${name}
foreach cmd {ip bridge} {
<span style='display:block; white-space:pre;background:#ffe0e0;'>- ln -s ${prefix}/libexec/${name}/${cmd}.py ${destroot}${prefix}/bin/${cmd}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ ln -s ${prefix}/libexec/${name}/${cmd}.py ${destroot}${prefix}/sbin/${cmd}
</span> }
xinstall -d ${destroot}${prefix}/share/doc/${name}
xinstall -m 644 -W ${worksrcpath} README.md LICENSE AUTHORS ${destroot}${prefix}/share/doc/${name}
</pre><pre style='margin:0'>
</pre>