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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/6c8fcf2bfb04a2e47c3ba8686f1cac01a1ea9780">https://github.com/macports/macports-ports/commit/6c8fcf2bfb04a2e47c3ba8686f1cac01a1ea9780</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 6c8fcf2bfb0 grsync: use file -attributes rather than system chmod
</span>6c8fcf2bfb0 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 6c8fcf2bfb04a2e47c3ba8686f1cac01a1ea9780
</span>Author: Marius Schamschula <mps@macports.org>
AuthorDate: Sat Nov 28 08:10:11 2020 -0600

<span style='display:block; white-space:pre;color:#404040;'>    grsync: use file -attributes rather than system chmod
</span>---
 net/grsync/Portfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/net/grsync/Portfile b/net/grsync/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 7b9cd6246fc..87bfe647f89 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/net/grsync/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/net/grsync/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -34,7 +34,7 @@ depends_lib         port:desktop-file-utils \
</span> patchfiles          patch-src-callbacks.c.diff
 
 post-patch {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    system "chmod a+x ${worksrcpath}/autogen.sh"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    file attributes ${worksrcpath}/autogen.sh -permissions a+x
</span> }
 
 # grsync's autogen.sh does not run intltoolize so first run intltoolize manually then
</pre><pre style='margin:0'>

</pre>