<pre style='margin:0'>
Joshua Root (jmroot) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/d4c5a7945bf84b815508ee41723a6ec013f569af">https://github.com/macports/macports-ports/commit/d4c5a7945bf84b815508ee41723a6ec013f569af</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 d4c5a79  sqlmap: don't install prebuilt binary copy of upx
</span>d4c5a79 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit d4c5a7945bf84b815508ee41723a6ec013f569af
</span>Author: Joshua Root <jmr@macports.org>
AuthorDate: Thu Feb 21 01:07:46 2019 +1100

<span style='display:block; white-space:pre;color:#404040;'>    sqlmap: don't install prebuilt binary copy of upx
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Fixes: https://trac.macports.org/ticket/58105
</span>---
 security/sqlmap/Portfile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

<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 b5055d9..5665f33 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;'>@@ -6,7 +6,7 @@ PortGroup           python 1.0
</span> name                sqlmap
 version             0.9
 set branch          [join [lrange [split ${version} .] 0 1] .]
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision            1
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision            2
</span> categories          security databases python
 maintainers         nomaintainer
 platforms           darwin
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -51,6 +51,7 @@ destroot {
</span>     delete ${destroot}${prefix}/share/doc/${name}
     xinstall -d ${destroot}${python.pkgd}
     copy ${worksrcpath} ${destroot}${python.pkgd}/
<span style='display:block; white-space:pre;background:#e0ffe0;'>+    delete ${destroot}${python.pkgd}/sqlmap/lib/contrib/upx
</span> }
 
 variant python26 conflicts python27 description {Build for python26} {
</pre><pre style='margin:0'>

</pre>