<pre style='margin:0'>
Ryan Schmidt (ryandesign) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/8883464f13347c31d3ee8280977ee17169632c52">https://github.com/macports/macports-ports/commit/8883464f13347c31d3ee8280977ee17169632c52</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 8883464f133 rawtherapee: Fix hard-coded path to point to `${applications_dir}`
</span>8883464f133 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 8883464f13347c31d3ee8280977ee17169632c52
</span>Author: Jason Liu <jasonliu--@users.noreply.github.com>
AuthorDate: Fri Nov 26 12:36:41 2021 -0500
<span style='display:block; white-space:pre;color:#404040;'> rawtherapee: Fix hard-coded path to point to `${applications_dir}`
</span>---
graphics/rawtherapee/Portfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/graphics/rawtherapee/Portfile b/graphics/rawtherapee/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index d47c780be83..911998d0c67 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/graphics/rawtherapee/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/graphics/rawtherapee/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -113,7 +113,7 @@ post-destroot {
</span> xinstall $osx_tools/executable_loader.in \
${destroot}$app_contents/MacOS/${app.name}
set regexes [list \
<span style='display:block; white-space:pre;background:#ffe0e0;'>- {s|Applications|Applications/MacPorts|} \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ "s|/Applications|${applications_dir}|" \
</span> "s|(lib=\").*|\\1${prefix}/lib\"|" \
"s|(resources=\").*|\\1${prefix}\"|" \
"s|(etc=\").*|\\1${prefix}/etc\"|" \
</pre><pre style='margin:0'>
</pre>