<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/860758139c2efad10b830107a9c1b60db67d5a31">https://github.com/macports/macports-ports/commit/860758139c2efad10b830107a9c1b60db67d5a31</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 860758139c2efad10b830107a9c1b60db67d5a31
</span>Author: Renee Otten <reneeotten@macports.org>
AuthorDate: Mon Jun 2 13:57:43 2025 -0400

<span style='display:block; white-space:pre;color:#404040;'>    libpwquality: drop python38 variant
</span>---
 devel/libpwquality/Portfile | 16 ++++------------
 1 file changed, 4 insertions(+), 12 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/libpwquality/Portfile b/devel/libpwquality/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index cbd371d9901..b1facd31d9a 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/libpwquality/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/libpwquality/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -37,7 +37,7 @@ configure.cmd       ./autogen.sh && ./configure
</span> 
 configure.args      --disable-pam
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python311 conflicts python310 python39 python38 description {Build python 3.11 bindings} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python311 conflicts python310 python39 description {Build python 3.11 bindings} {
</span>     set python_ver          3.11
     depends_lib-append      port:python311
     set python_prefix       ${frameworks_dir}/Python.framework/Versions/${python_ver}
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -45,7 +45,7 @@ variant python311 conflicts python310 python39 python38 description {Build pytho
</span>                             --with-pythonsitedir=${python_prefix}
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python310 conflicts python311 python39 python38 description {Build python 3.10 bindings} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python310 conflicts python311 python39 description {Build python 3.10 bindings} {
</span>     set python_ver          3.10
     depends_lib-append      port:python310
     set python_prefix       ${frameworks_dir}/Python.framework/Versions/${python_ver}
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -53,7 +53,7 @@ variant python310 conflicts python311 python39 python38 description {Build pytho
</span>                             --with-pythonsitedir=${python_prefix}
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python39 conflicts python311 python310 python38 description {Build python 3.9 bindings} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python39 conflicts python311 python310 description {Build python 3.9 bindings} {
</span>     set python_ver          3.9
     depends_lib-append      port:python39
     set python_prefix       ${frameworks_dir}/Python.framework/Versions/${python_ver}
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -61,15 +61,7 @@ variant python39 conflicts python311 python310 python38 description {Build pytho
</span>                             --with-pythonsitedir=${python_prefix}
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python38 conflicts python311 python310 python39 description {Build python 3.8 bindings} {
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    set python_ver          3.8
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    depends_lib-append      port:python38
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    set python_prefix       ${frameworks_dir}/Python.framework/Versions/${python_ver}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    configure.args-append   --with-python-binary=${prefix}/bin/python${python_ver} \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                            --with-pythonsitedir=${python_prefix}
</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;'>-if {![variant_isset python310] && ![variant_isset python39] && ![variant_isset python38]} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+if {![variant_isset python310] && ![variant_isset python39]} {
</span>     default_variants +python311
 }
 
</pre><pre style='margin:0'>

</pre>