<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/c0a3aa049b286b5cca0bc07d2c758522bc1c512f">https://github.com/macports/macports-ports/commit/c0a3aa049b286b5cca0bc07d2c758522bc1c512f</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit c0a3aa049b286b5cca0bc07d2c758522bc1c512f
</span>Author: lockhart <tlockhart1976@gmail.com>
AuthorDate: Tue Sep 21 10:58:23 2021 -0700

<span style='display:block; white-space:pre;color:#404040;'>    omniORB: update to 4.2.4 and variants for Python 3.{7,8,9}
</span>---
 devel/omniORB/Portfile | 47 +++++++++++++++++++++++++++++++++++++----------
 1 file changed, 37 insertions(+), 10 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 d8c9d1b3911..ebddc93af7c 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;'>@@ -4,8 +4,7 @@ PortSystem          1.0
</span> PortGroup           conflicts_build 1.0
 
 name                omniORB
<span style='display:block; white-space:pre;background:#ffe0e0;'>-version             4.2.2
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-revision            1
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+version             4.2.4
</span> categories          devel
 platforms           darwin
 universal_variant   no
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -22,8 +21,9 @@ conflicts_build     ${name}
</span> 
 master_sites        sourceforge:project/omniorb/omniORB/omniORB-${version}/
 use_bzip2           yes
<span style='display:block; white-space:pre;background:#ffe0e0;'>-checksums           rmd160  7359ed80651c1543e3f13c2f9ee7162293d58497 \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    sha256  ddd909ce31014be2beebf67a5e9fabbf03b5bb0c26b8c53ab64d470d77348ece
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+checksums           rmd160  bc955f62f794f7c5bea8d74e15e0f6621dbd6c86 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    sha256  28c01cd0df76c1e81524ca369dc9e6e75f57dc70f30688c99c67926e4bdc7a6f \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    size    2713397
</span> 
 patchfiles          patch-configure.diff \
                     src_tool_omniidl_cxx_cccp_config-darwin.h.diff
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -46,7 +46,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 python27 conflicts python36 description {Build Python 2.7 IDL support} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python27 conflicts python36 python37 python38 python39 description {Build Python 2.7 IDL support} {
</span>     configure.python            ${prefix}/bin/python2.7
     set python_framework        ${frameworks_dir}/Python.framework/Versions/2.7/lib
     depends_lib-append          port:python27
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -55,7 +55,7 @@ variant python27 conflicts python36 description {Build Python 2.7 IDL support} {
</span>     notes "Install py27-omniORBpy for omniORBpy."
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python36 conflicts python27 description {Build Python 3.6 IDL support} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python36 conflicts python27 python37 python38 python39 description {Build Python 3.6 IDL support} {
</span>     configure.python            ${prefix}/bin/python3.6
     set python_framework        ${frameworks_dir}/Python.framework/Versions/3.6/lib
     depends_lib-append          port:python36
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -64,8 +64,35 @@ variant python36 conflicts python27 description {Build Python 3.6 IDL support} {
</span>     notes "Install py36-omniORBpy for omniORBpy."
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-if {![variant_isset python27]} {
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    default_variants +python36
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python37 conflicts python27 python36 python38 python39 description {Build Python 3.7 IDL support} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    configure.python            ${prefix}/bin/python3.7
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    set python_framework        ${frameworks_dir}/Python.framework/Versions/3.7/lib
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    depends_lib-append          port:python37
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    configure.pkg_config_path   ${python_framework}/lib/pkgconfig
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    notes "Install py37-omniORBpy for omniORBpy."
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python38 conflicts python27 python36 python37 python39 description {Build Python 3.8 IDL support} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    configure.python            ${prefix}/bin/python3.8
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    set python_framework        ${frameworks_dir}/Python.framework/Versions/3.8/lib
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    depends_lib-append          port:python38
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    configure.pkg_config_path   ${python_framework}/lib/pkgconfig
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    notes "Install py38-omniORBpy for omniORBpy."
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python39 conflicts python27 python36 python37 python38 description {Build Python 3.9 IDL support} {
</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;'>+    set python_framework        ${frameworks_dir}/Python.framework/Versions/3.9/lib
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    depends_lib-append          port:python39
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    configure.pkg_config_path   ${python_framework}/lib/pkgconfig
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    notes "Install py39-omniORBpy for omniORBpy."
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</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 +python39
</span> }
 
 variant ssl description {Enable SSL support} {
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -74,8 +101,8 @@ variant ssl description {Enable SSL support} {
</span> }
 
 post-destroot {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    if {[variant_isset python36]} {
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-        # omniORB installs into /opt/local/lib/python3.6/site-packages/
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    if {![variant_isset python27]} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        # omniORB for python3x installs into /opt/local/lib/python3.x/site-packages/
</span>         # but omniORBpy installs into /opt/local/Library/Frameworks/Python.framework/Versions/X.Y/
         # so adjust locations for this package
         file mkdir [file normalize ${destroot}${python_framework}]
</pre><pre style='margin:0'>

</pre>