<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/750982ef0497232b3466c1fea32ab2407c468e0e">https://github.com/macports/macports-ports/commit/750982ef0497232b3466c1fea32ab2407c468e0e</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 750982e  gmic: rename targets variable to gmic_targets
</span>750982e is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 750982ef0497232b3466c1fea32ab2407c468e0e
</span>Author: Marius Schamschula <mps@macports.org>
AuthorDate: Sat Jun 30 10:13:36 2018 -0500

<span style='display:block; white-space:pre;color:#404040;'>    gmic: rename targets variable to gmic_targets
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Closes: https://trac.macports.org/ticket/56749
</span>---
 science/gmic/Portfile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

<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 a9def27..43e872a 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;'>@@ -6,6 +6,7 @@ PortGroup           qt5 1.0
</span> 
 name                gmic
 version             2.3.2
<span style='display:block; white-space:pre;background:#e0ffe0;'>+revision            1
</span> license             CeCILL
 categories          science
 platforms           darwin
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -65,9 +66,9 @@ post-configure {
</span>         ${worksrcpath}/src/Makefile
 
     #cli lib gimp krita gmic_qt libc zart
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    set targets {cli lib gimp libc}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    set gmic_targets {cli lib gimp libc}
</span> 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    reinplace "s|%TARGETS%|${targets}|" \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    reinplace "s|%TARGETS%|${gmic_targets}|" \
</span>         ${worksrcpath}/src/Makefile
 }
 
</pre><pre style='margin:0'>

</pre>