<pre style='margin:0'>
Zhenfu Shi (i0ntempest) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/4cfff1baea8766fa9f77b880a68d3144749d363c">https://github.com/macports/macports-ports/commit/4cfff1baea8766fa9f77b880a68d3144749d363c</a></p>
<pre style="white-space: pre; background: #F8F8F8">The following commit(s) were added to refs/heads/master by this push:
<span style='display:block; white-space:pre;color:#404040;'> new 4cfff1baea8 sqlmap: fix python312 variant, add symlink
</span>4cfff1baea8 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 4cfff1baea8766fa9f77b880a68d3144749d363c
</span>Author: i0ntempest <szf1234@me.com>
AuthorDate: Mon Jan 8 14:27:33 2024 -0500
<span style='display:block; white-space:pre;color:#404040;'> sqlmap: fix python312 variant, add symlink
</span>---
security/sqlmap/Portfile | 9 +++++++--
1 file changed, 7 insertions(+), 2 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 c938d66306a..e8312bb182c 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;'>@@ -5,7 +5,7 @@ PortGroup python 1.0
</span>
name sqlmap
version 1.8
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision 0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision 1
</span>
categories security databases python
maintainers {judaew @judaew} openmaintainer
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -65,7 +65,7 @@ variant python311 conflicts python27 python38 python39 python310 python312 \
</span> python.default_version 311
}
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python311 conflicts python27 python38 python39 python310 python311 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python312 conflicts python27 python38 python39 python310 python311 \
</span> description {Build for Python 3.12} {
python.default_version 312
}
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -79,3 +79,8 @@ if {![variant_isset python27] && \
</span> ![variant_isset python312]} {
default_variants +python312
}
<span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+post-destroot {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ ln -s ${frameworks_dir}/Python.framework/Versions/[string index ${python.version} 0].[string range ${python.version} 1 end]/bin/${name} \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ ${destroot}${prefix}/bin/${name}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+}
</span></pre><pre style='margin:0'>
</pre>