[130987] trunk/dports/graphics/vtk5/Portfile

larryv at macports.org larryv at macports.org
Sun Jan 4 13:49:54 PST 2015


Revision: 130987
          https://trac.macports.org/changeset/130987
Author:   larryv at macports.org
Date:     2015-01-04 13:49:54 -0800 (Sun, 04 Jan 2015)
Log Message:
-----------
vtk5: Replace +python{25,26} with +python27

Modified Paths:
--------------
    trunk/dports/graphics/vtk5/Portfile

Modified: trunk/dports/graphics/vtk5/Portfile
===================================================================
--- trunk/dports/graphics/vtk5/Portfile	2015-01-04 21:49:52 UTC (rev 130986)
+++ trunk/dports/graphics/vtk5/Portfile	2015-01-04 21:49:54 UTC (rev 130987)
@@ -6,7 +6,7 @@
 
 name                vtk5
 version             5.10.1
-revision            1
+revision            2
 set branch          [join [lrange [split ${version} .] 0 1] .]
 #
 # There was a stealth-update of vtkdata-5.10.1 that invalidated the checksums 
@@ -140,8 +140,12 @@
         -DVTK_USE_CARBON:BOOL=ON
 }
 
-set pythons_suffixes {25 26 27}
+# TODO: Remove after 2016-01-04.
+variant python25 requires python27 description {Legacy variant} {}
+variant python26 requires python27 description {Legacy variant} {}
 
+set pythons_suffixes {27}
+
 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/7df7574a/attachment.html>


More information about the macports-changes mailing list