<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/f0cc15a4b769f6c3456c658bcf66d5c6f63308bf">https://github.com/macports/macports-ports/commit/f0cc15a4b769f6c3456c658bcf66d5c6f63308bf</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit f0cc15a4b769f6c3456c658bcf66d5c6f63308bf
</span>Author: David Gilman <davidgilman1@gmail.com>
AuthorDate: Mon Nov 6 21:14:03 2023 -0500

<span style='display:block; white-space:pre;color:#404040;'>    fontforge: remove obsolete python 3.7 variant
</span>---
 graphics/fontforge/Portfile | 22 +++++-----------------
 1 file changed, 5 insertions(+), 17 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/graphics/fontforge/Portfile b/graphics/fontforge/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 38014ce8129..e566e56ddf2 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/graphics/fontforge/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/graphics/fontforge/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -69,19 +69,7 @@ configure.args-append -DENABLE_GUI=False \
</span>                       -DENABLE_WRITE_PFM=False \
                       -DENABLE_X11=False
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python37 conflicts python38 python39 python310 python311 description {Enable Python support (Python 3.7)} {
</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.args-replace  -DENABLE_PYTHON_EXTENSION=False \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                            -DENABLE_PYTHON_EXTENSION=True
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    configure.args-replace  -DENABLE_PYTHON_SCRIPTING=False \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                            -DENABLE_PYTHON_SCRIPTING=True
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    configure.args-append   -DPython3_EXECUTABLE="${prefix}/bin/python3.7" \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                            -DPYHOOK_INSTALL_DIR="${frameworks_dir}/Python.framework/Versions/3.7/lib/python3.7/site-packages"
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    configure.pkg_config_path \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                            "${frameworks_dir}/Python.framework/Versions/3.7/lib/pkgconfig"
</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 python310 python311 description {Enable Python support (Python 3.8)} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python38 conflicts python39 python310 python311 description {Enable Python support (Python 3.8)} {
</span>     depends_lib-append      port:python38
     configure.args-replace  -DENABLE_PYTHON_EXTENSION=False \
                             -DENABLE_PYTHON_EXTENSION=True
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -93,7 +81,7 @@ variant python38 conflicts python37 python39 python310 python311 description {En
</span>                             "${frameworks_dir}/Python.framework/Versions/3.8/lib/pkgconfig"
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python39 conflicts python37 python38 python310 python311 description {Enable Python support (Python 3.9)} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python39 conflicts python38 python310 python311 description {Enable Python support (Python 3.9)} {
</span>     depends_lib-append      port:python39
     configure.args-replace  -DENABLE_PYTHON_EXTENSION=False \
                             -DENABLE_PYTHON_EXTENSION=True
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -105,7 +93,7 @@ variant python39 conflicts python37 python38 python310 python311 description {En
</span>                             "${frameworks_dir}/Python.framework/Versions/3.9/lib/pkgconfig"
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python310 conflicts python37 python38 python39 python311 description {Enable Python support (Python 3.10)} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python310 conflicts python38 python39 python311 description {Enable Python support (Python 3.10)} {
</span>     depends_lib-append      port:python310
     configure.args-replace  -DENABLE_PYTHON_EXTENSION=False \
                             -DENABLE_PYTHON_EXTENSION=True
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -117,7 +105,7 @@ variant python310 conflicts python37 python38 python39 python311 description {En
</span>                             "${frameworks_dir}/Python.framework/Versions/3.10/lib/pkgconfig"
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python311 conflicts python37 python38 python39 python310 description {Enable Python support (Python 3.11)} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python311 conflicts python38 python39 python310 description {Enable Python support (Python 3.11)} {
</span>     depends_lib-append      port:python311
     configure.args-replace  -DENABLE_PYTHON_EXTENSION=False \
                             -DENABLE_PYTHON_EXTENSION=True
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -139,6 +127,6 @@ variant gui description {Enable GUI support} {
</span> }
 
 default_variants    +gui
<span style='display:block; white-space:pre;background:#ffe0e0;'>-if {![variant_isset python37] && ![variant_isset python38] && ![variant_isset python39] && ![variant_isset python310] && ![variant_isset python311]} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+if {![variant_isset python38] && ![variant_isset python39] && ![variant_isset python310] && ![variant_isset python311]} {
</span>     default_variants-append +python311
 }
</pre><pre style='margin:0'>

</pre>