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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/ecaa7974814d99e53f0ff13769cbabc945a1e40a">https://github.com/macports/macports-ports/commit/ecaa7974814d99e53f0ff13769cbabc945a1e40a</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 ecaa797  limesuite: add bundle to wxgui variant
</span>ecaa797 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit ecaa7974814d99e53f0ff13769cbabc945a1e40a
</span>Author: Davide Gerhard <rainbow@irh.it>
AuthorDate: Sat Sep 21 11:59:03 2019 +0200

<span style='display:block; white-space:pre;color:#404040;'>    limesuite: add bundle to wxgui variant
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    simplify variants and connect app to wxgui therefore when
</span><span style='display:block; white-space:pre;color:#404040;'>    the gui is built the user get also the app.
</span>---
 science/limesuite/Portfile | 19 ++++++++-----------
 1 file changed, 8 insertions(+), 11 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/science/limesuite/Portfile b/science/limesuite/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index dcbf71b..55586d6 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/science/limesuite/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/science/limesuite/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -26,7 +26,7 @@ if {[string first "-devel" $subport] > 0} {
</span>     checksums rmd160 bcec9bcd89202868eef75f568d1ff9cbbd6929c7 \
               sha256 3a72f23265737fb2495083cc017bf56a42ee3c7071baa351975f50aaaf476ec1 \
               size   5363954
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    revision  1
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    revision  2
</span> 
     name            limesuite-devel
     long_description ${long_description} This port is kept up with the LimeSuite \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -39,7 +39,7 @@ if {[string first "-devel" $subport] > 0} {
</span>     checksums       rmd160  9b702a15565df94169bb47538522c8cec3774645 \
                     sha256  1e4d5ac1b6f81ba730e46411a32eb93878f1eb8874574eb01d3c981c918add92 \
                     size    5357853
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    revision        1
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    revision        2
</span> 
     conflicts       limesuite-devel
     configure.args-append -DLIME_SUITE_EXTVER=release
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -74,6 +74,11 @@ variant wxgui description {Enable wxWidgets LimeSuiteGUI} {
</span>     configure.args-delete   -DENABLE_GUI=OFF
     configure.args-append   -DENABLE_GUI=ON \
         -DwxWidgets_CONFIG_EXECUTABLE=${wxWidgets.wxconfig}
<span style='display:block; white-space:pre;background:#e0ffe0;'>+    app.create yes
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    app.name LimeSuiteGUI
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    app.executable LimeSuiteGUI
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    app.icon ${filespath}/limesuitegui.icns
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    app.retina yes
</span> }
 
 variant soapy description {Add Soapy support} {
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -89,12 +94,4 @@ variant octave description {Enable Octave support} {
</span>     configure.args-append  -DENABLE_OCTAVE=ON
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant bundle description {Enable Application bundle} {
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    app.create yes
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    app.name LimeSuiteGUI
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    app.executable LimeSuiteGUI
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    app.icon ${filespath}/limesuitegui.icns
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    app.retina yes
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-default_variants +wxgui +soapy +bundle
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+default_variants +wxgui +soapy
</span></pre><pre style='margin:0'>

</pre>