<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/fc23637597a6b66feb72384afb19939cf6074f20">https://github.com/macports/macports-ports/commit/fc23637597a6b66feb72384afb19939cf6074f20</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 fc23637597a 7zip: fix filename case in reinplace
</span>fc23637597a is described below
<span style='display:block; white-space:pre;color:#808000;'>commit fc23637597a6b66feb72384afb19939cf6074f20
</span>Author: Zhenfu Shi <szf1234@me.com>
AuthorDate: Sat Jun 25 21:46:43 2022 -0400
<span style='display:block; white-space:pre;color:#404040;'> 7zip: fix filename case in reinplace
</span>---
archivers/7zip/Portfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/archivers/7zip/Portfile b/archivers/7zip/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 5a9d14e3a65..73f71bea9bc 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/archivers/7zip/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/archivers/7zip/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -43,7 +43,7 @@ patchfiles patch-7zip_gcc_mak.diff
</span> post-patch {
reinplace "s|#include <sys/sysmacros.h>|//#include <sys/sysmacros.h>|" \
${worksrcpath}/CPP/7zip/Common/FileStreams.cpp \
<span style='display:block; white-space:pre;background:#ffe0e0;'>- ${worksrcpath}/CPP/7zip/UI/Common/Updatecallback.cpp
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ ${worksrcpath}/CPP/7zip/UI/Common/UpdateCallback.cpp
</span> }
# uses newer assembly features on Intel
</pre><pre style='margin:0'>
</pre>