<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/d4f77b2b63caa6b70027e8c915a81f43c754d8e6">https://github.com/macports/macports-ports/commit/d4f77b2b63caa6b70027e8c915a81f43c754d8e6</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 d4f77b2  gmic: fix install permission
</span>d4f77b2 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit d4f77b2b63caa6b70027e8c915a81f43c754d8e6
</span>Author: Marius Schamschula <mps@macports.org>
AuthorDate: Mon Jun 25 10:23:32 2018 -0500

<span style='display:block; white-space:pre;color:#404040;'>    gmic: fix install permission
</span>---
 science/gmic/Portfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/science/gmic/Portfile b/science/gmic/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 6c01b6f..7d5e6a5 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/science/gmic/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/science/gmic/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -74,7 +74,7 @@ post-configure {
</span> post-destroot {
     xinstall -m 0644 ${worksrcpath}/src/libgmic.a  ${destroot}${prefix}/lib
     xinstall -m 0644 ${worksrcpath}/src/libcgmic.a ${destroot}${prefix}/lib
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    xinstall -m 0644 ${worksrcpath}/gmic-qt/gmic_gimp_qt.app/Contents/MacOS/gmic_gimp_qt \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    xinstall -m 0755 ${worksrcpath}/gmic-qt/gmic_gimp_qt.app/Contents/MacOS/gmic_gimp_qt \
</span>                          ${destroot}${prefix}/lib/gimp/2.0/plug-ins
 }
 
</pre><pre style='margin:0'>

</pre>