<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/5d8a8bc3ddd922c16292ebc5e998bf00048ebbad">https://github.com/macports/macports-ports/commit/5d8a8bc3ddd922c16292ebc5e998bf00048ebbad</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 5d8a8bc3ddd iaito: update to 5.2.2 & remove unneeded reinplace
</span>5d8a8bc3ddd is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 5d8a8bc3ddd922c16292ebc5e998bf00048ebbad
</span>Author: i0ntempest <szf1234@me.com>
AuthorDate: Wed Apr 28 11:21:20 2021 +0800

<span style='display:block; white-space:pre;color:#404040;'>    iaito: update to 5.2.2 & remove unneeded reinplace
</span>---
 devel/iaito/Portfile | 13 ++++---------
 1 file changed, 4 insertions(+), 9 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/iaito/Portfile b/devel/iaito/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 160d4b094fb..eab4b0daddf 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/iaito/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/iaito/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -4,7 +4,7 @@ PortSystem          1.0
</span> PortGroup           github 1.0
 PortGroup           qmake5 1.0
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-github.setup        radareorg iaito 5.2.1
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.setup        radareorg iaito 5.2.2
</span> revision            0
 
 categories          devel
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -21,9 +21,9 @@ long_description    iaito (formerly Cutter) is a free and open-source reverse en
</span> 
 homepage            https://www.radare.org/n/cutter.html
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-checksums           rmd160  352623d19d91df2cf4b6e3afe0a4e45b1c961e06 \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    sha256  8ac24f032d670f723e41cd5e94cbbf7b999b31254184323475838226c4096257 \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    size    2749130
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+checksums           rmd160  aa3ab41166db39b4bba8082db13fb50b1ff7362d \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    sha256  799d1721e73ae1e9a0cba575e756c7eeb6b4395783e0847d4c8de9d914b1a116 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    size    2806124
</span> 
 depends_lib-append  port:radare2
 qt5.depends_component \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -64,11 +64,6 @@ proc python-depends {python_branch} {
</span>                             PYSIDE_LIBRARY=${python_framework}/Versions/${python_branch}/lib/python${python_branch}/site-packages/PySide2/libpyside2.cpython-*-darwin.*.dylib \
                             PYSIDE_TYPESYSTEMS=${python_framework}/Versions/${python_branch}/lib/python${python_branch}/site-packages/PySide2/typesystems
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        post-patch {
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-            reinplace "s|cutterbindings_python.h|iaitobindings_python.h|g" ${worksrcpath}/src/plugins/PluginManager.cpp
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-            reinplace "s|SBK_CUTTERPLUGIN_IDX|SBK_IAITOPLUGIN_IDX|g" ${worksrcpath}/src/plugins/PluginManager.cpp
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-        }
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span>         pre-destroot {
             move ${worksrcpath}/iaito.app/Contents/MacOS/iaito ${worksrcpath}/iaito.app/Contents/MacOS/iaito.bin
             copy ${filespath}/iaito ${worksrcpath}/iaito.app/Contents/MacOS/
</pre><pre style='margin:0'>

</pre>