<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/55d2e60e528a30788be4c84e8fc9464501ae4a49">https://github.com/macports/macports-ports/commit/55d2e60e528a30788be4c84e8fc9464501ae4a49</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 55d2e60  CubicSDR: add comments about wx and OSX requirements
</span>55d2e60 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 55d2e60e528a30788be4c84e8fc9464501ae4a49
</span>Author: Michael Dickens <michaelld@macports.org>
AuthorDate: Wed Apr 24 15:14:22 2019 -0400

<span style='display:block; white-space:pre;color:#404040;'>    CubicSDR: add comments about wx and OSX requirements
</span>---
 science/CubicSDR/Portfile | 6 ++++++
 1 file changed, 6 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/science/CubicSDR/Portfile b/science/CubicSDR/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index df29600..0338339 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/science/CubicSDR/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/science/CubicSDR/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -25,6 +25,9 @@ checksums           rmd160 9e54b818c5777fefce428995e99f8ee60a7249f7 \
</span>                     size   36027266
 revision            2
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# CubicSDR requires wxWidgets.use of wxWidgets-3.1 or newer -- "3.2"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# by the wxWidgets PG -- which is what this provides. selecting 3.0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# does not work.
</span> wxWidgets.use       wxWidgets-3.2
 
 depends_lib-append \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -67,6 +70,9 @@ default_variants-append +bundle
</span> # set internal to the build.
 patchfiles-append patch-fix-build-older-osx.diff
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# CubicSDR requires wxWidgets.use of wxWidgets-3.1 or newer -- "3.2"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# by the wxWidgets PG -- and the wxWidgets 3.2 options do not build on
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# older than OSX 10.7, so this is a solid requirement.
</span> if {${os.platform} eq "darwin" && ${os.major} < 11} {
     pre-fetch {
         ui_error "${subport} @${version} requires OS X 10.7 or newer"
</pre><pre style='margin:0'>

</pre>