<pre style='margin:0'>
Zero King (l2dy) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/6008b91e0f6e0e6b5c6643fb48fe17e71f75321f">https://github.com/macports/macports-ports/commit/6008b91e0f6e0e6b5c6643fb48fe17e71f75321f</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 6008b91e0f6 sqlmap: fix variant conflicts
</span>6008b91e0f6 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 6008b91e0f6e0e6b5c6643fb48fe17e71f75321f
</span>Author: Zero King <l2dy@macports.org>
AuthorDate: Thu Jun 18 05:14:00 2020 +0000

<span style='display:block; white-space:pre;color:#404040;'>    sqlmap: fix variant conflicts
</span>---
 security/sqlmap/Portfile | 6 +++---
 1 file changed, 3 insertions(+), 3 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 16132580369..3925462c728 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,19 +40,19 @@ post-patch {
</span>     }
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python27 conflicts python37 description {Build for Python 2.7} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python27 conflicts python37 python38 description {Build for Python 2.7} {
</span>     python.default_version 27
     depends_build-append \
                     port:py${python.version}-setuptools
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python37 conflicts python27 description {Build for Python 3.7} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python37 conflicts python27 python38 description {Build for Python 3.7} {
</span>     python.default_version 37
     depends_build-append \
                     port:py${python.version}-setuptools
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python38 conflicts python27 description {Build for Python 3.8} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python38 conflicts python27 python37 description {Build for Python 3.8} {
</span>     python.default_version 38
     depends_build-append \
                     port:py${python.version}-setuptools
</pre><pre style='margin:0'>

</pre>