[130993] trunk/dports/devel/gdb/Portfile
larryv at macports.org
larryv at macports.org
Sun Jan 4 14:44:39 PST 2015
Revision: 130993
https://trac.macports.org/changeset/130993
Author: larryv at macports.org
Date: 2015-01-04 14:44:39 -0800 (Sun, 04 Jan 2015)
Log Message:
-----------
gdb: Replace all Python variants with +python{27,34}
Modified Paths:
--------------
trunk/dports/devel/gdb/Portfile
Modified: trunk/dports/devel/gdb/Portfile
===================================================================
--- trunk/dports/devel/gdb/Portfile 2015-01-04 22:44:36 UTC (rev 130992)
+++ trunk/dports/devel/gdb/Portfile 2015-01-04 22:44:39 UTC (rev 130993)
@@ -6,6 +6,7 @@
name gdb
version 7.7.1
+revision 1
categories devel
license GPL-3+
maintainers gmail.com:stuartwesterman openmaintainer
@@ -63,8 +64,15 @@
}
}
-set pythons_suffixes {25 26 27 31 32 33 34}
+# TODO: Remove after 2016-01-04.
+variant python25 requires python27 description {Legacy variant} {}
+variant python26 requires python27 description {Legacy variant} {}
+variant python31 requires python34 description {Legacy variant} {}
+variant python32 requires python34 description {Legacy variant} {}
+variant python33 requires python34 description {Legacy variant} {}
+set pythons_suffixes {27 34}
+
set pythons_ports {}
foreach s ${pythons_suffixes} {
lappend pythons_ports python${s}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150104/caf1e3df/attachment.html>
More information about the macports-changes
mailing list