<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/3ef4f3c09306ad6bd10669ad619a12dd7a6440e2">https://github.com/macports/macports-ports/commit/3ef4f3c09306ad6bd10669ad619a12dd7a6440e2</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 3ef4f3c0930 rizin: remove submodule fetching
</span>3ef4f3c0930 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 3ef4f3c09306ad6bd10669ad619a12dd7a6440e2
</span>Author: Florian Märkl <info@florianmaerkl.de>
AuthorDate: Fri Oct 8 14:29:46 2021 +0200

<span style='display:block; white-space:pre;color:#404040;'>    rizin: remove submodule fetching
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Rizin does not use submodules anymore (instead meson subprojects are
</span><span style='display:block; white-space:pre;color:#404040;'>    used where needed) and there are no plans to use submodules in the
</span><span style='display:block; white-space:pre;color:#404040;'>    future.
</span>---
 devel/rizin/Portfile | 4 ----
 1 file changed, 4 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/rizin/Portfile b/devel/rizin/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 68e137bdbff..dfaf870e234 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/rizin/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/rizin/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -20,10 +20,6 @@ homepage            https://rizin.re/
</span> 
 fetch.type          git
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-post-fetch {
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    system -W ${worksrcpath} "git submodule update --init"
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span> depends_build-append \
                     port:pkgconfig
 
</pre><pre style='margin:0'>

</pre>