<pre style='margin:0'>
Haren S (harens) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/c811dd3a8f4308496948a2e52af5dc21dfb7c472">https://github.com/macports/macports-ports/commit/c811dd3a8f4308496948a2e52af5dc21dfb7c472</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 c811dd3a8f4 vlang: create _developer group if non-existent
</span>c811dd3a8f4 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit c811dd3a8f4308496948a2e52af5dc21dfb7c472
</span>Author: Haren S <12570877+harens@users.noreply.github.com>
AuthorDate: Sun Apr 17 14:01:35 2022 +0000
<span style='display:block; white-space:pre;color:#404040;'> vlang: create _developer group if non-existent
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> See: https://trac.macports.org/ticket/64913
</span>---
lang/vlang/Portfile | 5 +++++
1 file changed, 5 insertions(+)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/lang/vlang/Portfile b/lang/vlang/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index da0ab373b23..ee41b2a7ced 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/lang/vlang/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/lang/vlang/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -110,6 +110,11 @@ destroot {
</span> # Majority of subcommands only require ${library_path}/cmd/tools to be writable but v self requires
# all of ${library_path}
<span style='display:block; white-space:pre;background:#e0ffe0;'>+ if {[existsgroup _developer] <= 0} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ # See https://trac.macports.org/ticket/64913
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ addgroup _developer
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ }
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> fs-traverse item ${library_path} {
file attributes ${item} -group _developer -permissions g+w
}
</pre><pre style='margin:0'>
</pre>