[130984] trunk/dports/security/sqlmap/Portfile
larryv at macports.org
larryv at macports.org
Sun Jan 4 13:49:49 PST 2015
Revision: 130984
https://trac.macports.org/changeset/130984
Author: larryv at macports.org
Date: 2015-01-04 13:49:49 -0800 (Sun, 04 Jan 2015)
Log Message:
-----------
sqlmap: Replace +python25 with +python27
Modified Paths:
--------------
trunk/dports/security/sqlmap/Portfile
Modified: trunk/dports/security/sqlmap/Portfile
===================================================================
--- trunk/dports/security/sqlmap/Portfile 2015-01-04 21:49:44 UTC (rev 130983)
+++ trunk/dports/security/sqlmap/Portfile 2015-01-04 21:49:49 UTC (rev 130984)
@@ -7,6 +7,7 @@
name sqlmap
version 0.9
set branch [join [lrange [split ${version} .] 0 1] .]
+revision 1
categories security databases python
maintainers pixilla openmaintainer
platforms darwin
@@ -53,13 +54,13 @@
copy ${worksrcpath} ${destroot}${python.pkgd}/
}
-variant python25 conflicts python26 python27 description {Build for python25} {
- python.default_version 25
-}
-variant python26 conflicts python25 python27 description {Build for python26} {
+# TODO: Remove after 2016-01-04.
+variant python25 requires python27 description {Legacy variant} {}
+
+variant python26 conflicts python27 description {Build for python26} {
python.default_version 26
}
-variant python27 conflicts python25 python26 description {Build for python27} {
+variant python27 conflicts python26 description {Build for python27} {
python.default_version 27
}
if { ![variant_isset python25]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150104/912447eb/attachment.html>
More information about the macports-changes
mailing list