<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/c76968439e225261f82ebbc1afea1095f693be4c">https://github.com/macports/macports-ports/commit/c76968439e225261f82ebbc1afea1095f693be4c</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 c76968439e2 iproute2mac: minor change in shebang reinplace
</span>c76968439e2 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit c76968439e225261f82ebbc1afea1095f693be4c
</span>Author: i0ntempest <szf1234@me.com>
AuthorDate: Mon Jan 24 00:49:44 2022 +0800

<span style='display:block; white-space:pre;color:#404040;'>    iproute2mac: minor change in shebang reinplace
</span>---
 net/iproute2mac/Portfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<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 53a7308c83c..a52d55c310c 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;'>@@ -43,7 +43,7 @@ proc python-depends {python_branch} {
</span>     set python_version [string map {. ""} ${python_branch}]
     depends_run-append  port:python${python_version}
     post-patch {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        reinplace "s|#!/usr/bin/env python3|#!${prefix}/bin/python${::python_branch}|g" ${worksrcpath}/src/ip.py
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        reinplace "s|#!/usr/bin/env python3|#!${prefix}/bin/python${::python_branch}|" ${worksrcpath}/src/ip.py
</span>     }
 }
 
</pre><pre style='margin:0'>

</pre>