<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/a7e81d5b23dd65b356fc0172285c17b06061ee4a">https://github.com/macports/macports-ports/commit/a7e81d5b23dd65b356fc0172285c17b06061ee4a</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 a7e81d5b23d tor: Fix destroot bug
</span>a7e81d5b23d is described below

<span style='display:block; white-space:pre;color:#808000;'>commit a7e81d5b23dd65b356fc0172285c17b06061ee4a
</span>Author: Steven Thomas Smith <s.t.smith@ieee.org>
AuthorDate: Wed Nov 10 06:46:45 2021 -0500

<span style='display:block; white-space:pre;color:#404040;'>    tor: Fix destroot bug
</span>---
 security/tor/Portfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/security/tor/Portfile b/security/tor/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 2f6adaa1a9f..24d38650a5c 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/security/tor/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/security/tor/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5,7 +5,7 @@ PortSystem          1.0
</span> name                tor
 conflicts           tor-devel
 version             0.4.6.8
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision            1
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision            2
</span> categories          security
 platforms           darwin
 maintainers         nomaintainer
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -63,7 +63,7 @@ LOCAL_TOR_CONFIGURATION"
</span>                     ${destroot}${prefix}/etc/${name}/torrc.new
         copy ${prefix}/etc/${name}/torrc \
                     ${destroot}${prefix}/etc/${name}/torrc.mp_backup
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        file attributes ${prefix}/etc/${name}/torrc.mp_backup \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        file attributes ${destroot}${prefix}/etc/${name}/torrc.mp_backup \
</span>                     -owner ${torUser} -group ${torGroup} \
                     -permissions 0660
     }
</pre><pre style='margin:0'>

</pre>