<pre style='margin:0'>
Christopher Nielsen (mascguy) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/faa82cfdb835dce67d1db1d7ae0311952d9a43bd">https://github.com/macports/macports-ports/commit/faa82cfdb835dce67d1db1d7ae0311952d9a43bd</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 faa82cfdb83 pg app-1.1: post_destroot: add filespath, workpath
</span>faa82cfdb83 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit faa82cfdb835dce67d1db1d7ae0311952d9a43bd
</span>Author: Christopher Nielsen <mascguy@github.com>
AuthorDate: Sat Jun 24 09:31:22 2023 -0400
<span style='display:block; white-space:pre;color:#404040;'> pg app-1.1: post_destroot: add filespath, workpath
</span>---
_resources/port1.0/group/app-1.1.tcl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/_resources/port1.0/group/app-1.1.tcl b/_resources/port1.0/group/app-1.1.tcl
</span><span style='display:block; white-space:pre;color:#808080;'>index a9acad44626..a88ad0d41f4 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/_resources/port1.0/group/app-1.1.tcl
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/_resources/port1.0/group/app-1.1.tcl
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -293,7 +293,7 @@ proc app::pre_destroot {} {
</span>
proc app::post_destroot {} {
<span style='display:block; white-space:pre;background:#ffe0e0;'>- global prefix destroot worksrcpath applications_dir
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ global prefix destroot filespath workpath worksrcpath applications_dir
</span> set app_create [option app.create]
set app_dark_mode [option app.dark_mode]
set app_executable [option app.executable]
</pre><pre style='margin:0'>
</pre>