<pre style='margin:0'>
Ken (kencu) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/bb938277e60cad9b2a6ad582b28c4ab715de43af">https://github.com/macports/macports-ports/commit/bb938277e60cad9b2a6ad582b28c4ab715de43af</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 bb93827  lazarus: make root-only paths non-writable
</span>bb93827 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit bb938277e60cad9b2a6ad582b28c4ab715de43af
</span>Author: Ken Cunningham <kencu@macports.org>
AuthorDate: Mon Feb 10 00:06:50 2020 -0800

<span style='display:block; white-space:pre;color:#404040;'>    lazarus: make root-only paths non-writable
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    upstream indicates this software works with this
</span><span style='display:block; white-space:pre;color:#404040;'>    directory non-writable, so to keep the /opt/local/share/lazarus
</span><span style='display:block; white-space:pre;color:#404040;'>    directory clean, maintain it as non-writable until demonstrated
</span><span style='display:block; white-space:pre;color:#404040;'>    need for it to be writable is shown
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    see <https://wiki.freepascal.org/Lazarus_directory_permissions_on_Linux_and_Unix>
</span>---
 devel/lazarus/Portfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/lazarus/Portfile b/devel/lazarus/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index ba1d4b5..f80bc96 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/lazarus/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/lazarus/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -4,7 +4,7 @@ PortSystem          1.0
</span> 
 name                lazarus
 version             2.0.4
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision            0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision            1
</span> categories          devel
 platforms           darwin
 license             GPL-2 LGPL-2
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -110,7 +110,7 @@ post-destroot {
</span>     move ${destroot}${prefix}/share/lazarus/lazarus.app ${destroot}${applications_dir}
 
 # enable rebuilding from within lazarus
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    system -W ${destroot}${prefix}/share "chmod -R a+rw lazarus"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+#    system -W ${destroot}${prefix}/share "chmod -R a+rw lazarus"
</span> 
 # Install documentation files
     xinstall -m 755 -d ${destroot}${prefix}/share/doc/lazarus
</pre><pre style='margin:0'>

</pre>