[131565] trunk/dports/science/htcondor/Portfile

larryv at macports.org larryv at macports.org
Tue Jan 13 21:17:11 PST 2015


Revision: 131565
          https://trac.macports.org/changeset/131565
Author:   larryv at macports.org
Date:     2015-01-13 21:17:11 -0800 (Tue, 13 Jan 2015)
Log Message:
-----------
htcondor: Cut back to +python{27,34} (#46405)

Modified Paths:
--------------
    trunk/dports/science/htcondor/Portfile

Modified: trunk/dports/science/htcondor/Portfile
===================================================================
--- trunk/dports/science/htcondor/Portfile	2015-01-14 05:11:51 UTC (rev 131564)
+++ trunk/dports/science/htcondor/Portfile	2015-01-14 05:17:11 UTC (rev 131565)
@@ -9,6 +9,7 @@
 
 github.setup            htcondor htcondor 8_2_3 V
 version                 [strsed ${github.version} g/_/\./]
+revision                1
 maintainers             aronnax
 
 categories              science parallel net
@@ -39,8 +40,15 @@
     startupitem.stop    "${prefix}/sbin/condor_off -all -master"
 }
 
-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/20150113/64397231/attachment.html>


More information about the macports-changes mailing list