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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/05c1dcafcc69d38add223a75864fc0029bf07c5d">https://github.com/macports/macports-ports/commit/05c1dcafcc69d38add223a75864fc0029bf07c5d</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 05c1dca  qsynth: use original icns file
</span>05c1dca is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 05c1dcafcc69d38add223a75864fc0029bf07c5d
</span>Author: Davide Liessi <davide.liessi@gmail.com>
AuthorDate: Sat Nov 9 10:21:58 2019 +0100

<span style='display:block; white-space:pre;color:#404040;'>    qsynth: use original icns file
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    qsynth.icns is now present in the source package.
</span><span style='display:block; white-space:pre;color:#404040;'>    (Moreover, the build previously failed in trace mode,
</span><span style='display:block; white-space:pre;color:#404040;'>    since makeicns was hidden from the extract phase.)
</span>---
 audio/qsynth/Portfile | 8 --------
 1 file changed, 8 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/audio/qsynth/Portfile b/audio/qsynth/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index fddc7a1..5724ad4 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/audio/qsynth/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/audio/qsynth/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -45,14 +45,6 @@ configure.args-append \
</span>                     -DBUNDLE_INSTALL_DIR=${qt_apps_dir}
 
 if {${os.platform} eq "darwin"} {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    # https://sourceforge.net/p/qsynth/tickets/19/
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    depends_build-append \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    port:makeicns
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    post-extract {
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-        system -W ${worksrcpath}/src/images "${prefix}/bin/makeicns -in qsynth.png -out qsynth.icns"
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    }
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span>     post-destroot {
         if {[info procs qt5.add_app_wrapper] ne ""} {
            qt5.add_app_wrapper qsynth
</pre><pre style='margin:0'>

</pre>