<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/20bce1c645f8e8d9c4e9e6769acae2c02600990a">https://github.com/macports/macports-ports/commit/20bce1c645f8e8d9c4e9e6769acae2c02600990a</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 20bce1c645f LyX: remove EOL python 27 and 36; add python 310 and set default
</span>20bce1c645f is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 20bce1c645f8e8d9c4e9e6769acae2c02600990a
</span>Author: Kurt Hindenburg <khindenburg@macports.org>
AuthorDate: Fri Feb 11 14:29:47 2022 -0500

<span style='display:block; white-space:pre;color:#404040;'>    LyX: remove EOL python 27 and 36; add python 310 and set default
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Add note about installing texlive-latex-extra; remove info about
</span><span style='display:block; white-space:pre;color:#404040;'>    2.2 upgrade since that was in 2017.
</span>---
 aqua/LyX/Portfile | 30 ++++++++++++------------------
 1 file changed, 12 insertions(+), 18 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 203278cf7d0..eb55eb2faca 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;'>@@ -61,35 +61,30 @@ 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] && ![variant_isset python38]} {
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    default_variants-append +python39
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+if {![variant_isset python37] && ![variant_isset python38] && ![variant_isset python39]} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    default_variants-append +python310
</span> }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python27 conflicts python36 python37 python38 python39 description {Use python27} {
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    depends_build-append    port:python27
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    configure.python        ${prefix}/bin/python2.7
</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;'>-variant python36 conflicts python27 python37 python38 python39 description {Use python36} {
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    depends_build-append    port:python36
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    configure.python        ${prefix}/bin/python3.6
</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;'>-variant python37 conflicts python27 python36 python38 python39 description {Use python37} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python37 conflicts python38 python39 python310 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 python39 description {Use python38} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python38 conflicts python37 python39 python310 description {Use python38} {
</span>     depends_build-append    port:python38
     configure.python        ${prefix}/bin/python3.8
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python39 conflicts python27 python36 python37 python38 description {Use python39} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python39 conflicts python37 python38 python310 description {Use python39} {
</span>     depends_build-append    port:python39
     configure.python        ${prefix}/bin/python3.9
 }
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python310 conflicts python37 python38 python39 description {Use python310} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    depends_build-append    port:python310
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    configure.python        ${prefix}/bin/python3.10
</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
 
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -131,9 +126,8 @@ post-destroot {
</span> }
 
 notes "
<span style='display:block; white-space:pre;background:#ffe0e0;'>-With the upgrade to 2.2+, there are a number of important changes.
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-Read ${applications_dir}/${name}.app/Contents/Resources/RELEASE-NOTES
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-for more information.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+You may want to install texlive-latex-extra if you get errors
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+about missing tex files.  It is a very large package.
</span> It is advisible to not delete the previous version so that it can be
 re-activated if there are issues with the new version.
 https://guide.macports.org/#using.port.upgrade
</pre><pre style='margin:0'>

</pre>