<pre style='margin:0'>
Kurt Hindenburg (kurthindenburg) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/e71ad05e743c407b5cf7068cd3926a4a1a9e47a8">https://github.com/macports/macports-ports/commit/e71ad05e743c407b5cf7068cd3926a4a1a9e47a8</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 e71ad05e743 LyX: add python39 variant and set it as default
</span>e71ad05e743 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit e71ad05e743c407b5cf7068cd3926a4a1a9e47a8
</span>Author: Giuseppe `ferdy` Miceli <ferdy@ferdy.it>
AuthorDate: Wed May 19 14:23:10 2021 +0200

<span style='display:block; white-space:pre;color:#404040;'>    LyX: add python39 variant and set it as default
</span>---
 aqua/LyX/Portfile | 19 ++++++++++++-------
 1 file changed, 12 insertions(+), 7 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/aqua/LyX/Portfile b/aqua/LyX/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index c8bcbb53580..0fef1e5f897 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/aqua/LyX/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/aqua/LyX/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -6,7 +6,7 @@ PortGroup           compiler_blacklist_versions 1.0
</span> name                LyX
 conflicts           LyX1
 version             2.3.6.1
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision            0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision            1
</span> set branch          [join [lrange [split ${version} .] 0 1] .]
 categories          aqua
 license             GPL-2+
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -61,30 +61,35 @@ if {![variant_isset qt4]} {
</span> }
 
 # Make the default match boost's default.
<span style='display:block; white-space:pre;background:#ffe0e0;'>-if {![variant_isset python27] && ![variant_isset python36] && ![variant_isset python37]} {
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    default_variants-append +python38
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+if {![variant_isset python27] && ![variant_isset python36] && ![variant_isset python37] && ![variant_isset python38]} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    default_variants-append +python39
</span> }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python27 conflicts python36 python37 python38 description {Use python27} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python27 conflicts python36 python37 python38 python39 description {Use python27} {
</span>     depends_build-append    port:python27
     configure.python        ${prefix}/bin/python2.7
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python36 conflicts python27 python37 python38 description {Use python36} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python36 conflicts python27 python37 python38 python39 description {Use python36} {
</span>     depends_build-append    port:python36
     configure.python        ${prefix}/bin/python3.6
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python37 conflicts python27 python36 python38 description {Use python37} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python37 conflicts python27 python36 python38 python39 description {Use python37} {
</span>     depends_build-append    port:python37
     configure.python        ${prefix}/bin/python3.7
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python38 conflicts python27 python36 python37 description {Use python38} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python38 conflicts python27 python36 python37 python39 description {Use python38} {
</span>     depends_build-append    port:python38
     configure.python        ${prefix}/bin/python3.8
 }
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python39 conflicts python27 python36 python37 python38 description {Use python39} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    depends_build-append    port:python39
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    configure.python        ${prefix}/bin/python3.9
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> variant qt4 conflicts qt5 description {Use Qt4} {
     PortGroup qt4 1.0
 
</pre><pre style='margin:0'>

</pre>