<pre style='margin:0'>
Renee Otten (reneeotten) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/945723591c8d2df809c9135a726fb588ad5e8412">https://github.com/macports/macports-ports/commit/945723591c8d2df809c9135a726fb588ad5e8412</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 945723591c8d2df809c9135a726fb588ad5e8412
</span>Author: David Gilman <davidgilman1@gmail.com>
AuthorDate: Mon Nov 6 21:48:09 2023 -0500

<span style='display:block; white-space:pre;color:#404040;'>    omniORB: remove obsolete python 3.7 variant
</span>---
 devel/omniORB/Portfile | 15 +++------------
 1 file changed, 3 insertions(+), 12 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/omniORB/Portfile b/devel/omniORB/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 98fe37ef248..bd07b82d61e 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/omniORB/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/omniORB/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -45,16 +45,7 @@ if {${build_arch} eq "x86_64" && ${os.platform} eq "darwin"} {
</span> # force a global variable
 set python_framework []
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python37 conflicts python38 python39 description {Build Python 3.7 IDL support} {
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    configure.python            ${prefix}/bin/python3.7
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    set python_framework        ${frameworks_dir}/Python.framework/Versions/3.7/lib
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    depends_lib-append          port:python37
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    configure.pkg_config_path   ${python_framework}/lib/pkgconfig
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    notes "Install py37-omniORBpy for omniORBpy."
</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 python38 conflicts python37 python39 description {Build Python 3.8 IDL support} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python38 conflicts python39 description {Build Python 3.8 IDL support} {
</span>     configure.python            ${prefix}/bin/python3.8
     set python_framework        ${frameworks_dir}/Python.framework/Versions/3.8/lib
     depends_lib-append          port:python38
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -63,7 +54,7 @@ variant python38 conflicts python37 python39 description {Build Python 3.8 IDL s
</span>     notes "Install py38-omniORBpy for omniORBpy."
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python39 conflicts python37 python38 description {Build Python 3.9 IDL support} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python39 conflicts python38 description {Build Python 3.9 IDL support} {
</span>     configure.python            ${prefix}/bin/python3.9
     set python_framework        ${frameworks_dir}/Python.framework/Versions/3.9/lib
     depends_lib-append          port:python39
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -72,7 +63,7 @@ variant python39 conflicts python37 python38 description {Build Python 3.9 IDL s
</span>     notes "Install py39-omniORBpy for omniORBpy."
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-if {![variant_isset python37] && ![variant_isset python38]} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+if {![variant_isset python38]} {
</span>     default_variants +python39
 }
 
</pre><pre style='margin:0'>

</pre>