<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/07bb1bd76adcb83ab9d6553aaeb85a7f21df3518">https://github.com/macports/macports-ports/commit/07bb1bd76adcb83ab9d6553aaeb85a7f21df3518</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 07bb1bd76adcb83ab9d6553aaeb85a7f21df3518
</span>Author: David Gilman <davidgilman1@gmail.com>
AuthorDate: Mon Nov 6 22:28:22 2023 -0500
<span style='display:block; white-space:pre;color:#404040;'> sqlmap: remove obsolete python 3.7 variant
</span>---
security/sqlmap/Portfile | 17 ++++++-----------
1 file changed, 6 insertions(+), 11 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/security/sqlmap/Portfile b/security/sqlmap/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 50fffda5601..c3f0bfb0723 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/security/sqlmap/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/security/sqlmap/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -40,32 +40,27 @@ post-patch {
</span> }
}
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python27 conflicts python37 python38 python39 python310 python311 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python27 conflicts python38 python39 python310 python311 \
</span> description {Build for Python 2.7} {
python.default_version 27
}
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python37 conflicts python27 python38 python39 python310 python311 \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- description {Build for Python 3.7} {
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- python.default_version 37
</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 python27 python37 python39 python310 python311 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python38 conflicts python27 python39 python310 python311 \
</span> description {Build for Python 3.8} {
python.default_version 38
}
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python39 conflicts python27 python37 python38 python310 python311 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python39 conflicts python27 python38 python310 python311 \
</span> description {Build for Python 3.9} {
python.default_version 39
}
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python310 conflicts python27 python37 python38 python39 python311 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python310 conflicts python27 python38 python39 python311 \
</span> description {Build for Python 3.10} {
python.default_version 310
}
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python311 conflicts python27 python37 python38 python39 python310 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python311 conflicts python27 python38 python39 python310 \
</span> description {Build for Python 3.11} {
python.default_version 311
}
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -73,7 +68,7 @@ variant python311 conflicts python27 python37 python38 python39 python310 \
</span> depends_build-append \
port:py${python.version}-setuptools
<span style='display:block; white-space:pre;background:#ffe0e0;'>-if {![variant_isset python27] && ![variant_isset python37] && \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+if {![variant_isset python27] && \
</span> ![variant_isset python38] && ![variant_isset python39] && \
![variant_isset python310] && ![variant_isset python311]} {
default_variants +python311
</pre><pre style='margin:0'>
</pre>