<pre style='margin:0'>
Ryan Carsten Schmidt (ryandesign) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/5211eaaa99b61f146a9dc49e00829425c14e68dc">https://github.com/macports/macports-ports/commit/5211eaaa99b61f146a9dc49e00829425c14e68dc</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 5211eaaa99b scite: Don't create a directory called 755
</span>5211eaaa99b is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 5211eaaa99b61f146a9dc49e00829425c14e68dc
</span>Author: Ryan Carsten Schmidt <ryandesign@macports.org>
AuthorDate: Thu Sep 26 22:08:29 2024 -0500
<span style='display:block; white-space:pre;color:#404040;'> scite: Don't create a directory called 755
</span>---
editors/scite/Portfile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/editors/scite/Portfile b/editors/scite/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 002e4d59684..bcc28fc9e29 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/editors/scite/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/editors/scite/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -126,13 +126,13 @@ destroot {
</span> # Several ports use scintilla libs.
# Avoid dumping these into ${prefix}/lib as unsafe.
set scite_root ${prefix}/libexec/${name}
<span style='display:block; white-space:pre;background:#ffe0e0;'>- xinstall -d 755 ${destroot}${scite_root}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ xinstall -d ${destroot}${scite_root}
</span> copy ${worksrcpath}/bin/SciTE ${destroot}${scite_root}/
ln -sf ${scite_root}/SciTE ${destroot}${prefix}/bin/${name}
foreach lib {liblexilla.a liblexilla.dylib libscintilla.dylib scintilla.a} {
copy ${workpath}/scintilla/bin/${lib} ${destroot}${scite_root}/
}
<span style='display:block; white-space:pre;background:#ffe0e0;'>- xinstall -d 755 ${destroot}${prefix}/share/applications
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ xinstall -d ${destroot}${prefix}/share/applications
</span> copy ${worksrcpath}/gtk/SciTE.desktop ${destroot}${prefix}/share/applications/
xinstall -m 444 ${worksrcpath}/doc/scite.1 ${destroot}${prefix}/share/man/man1
set docdir ${prefix}/share/doc/${name}
</pre><pre style='margin:0'>
</pre>