[136759] trunk/dports/devel/boost/Portfile

larryv at macports.org larryv at macports.org
Mon May 25 20:56:10 PDT 2015


Revision: 136759
          https://trac.macports.org/changeset/136759
Author:   larryv at macports.org
Date:     2015-05-25 20:56:10 -0700 (Mon, 25 May 2015)
Log Message:
-----------
boost: Retire Python 2.5/3.1/3.2 variants (#47691)

Modified Paths:
--------------
    trunk/dports/devel/boost/Portfile

Modified: trunk/dports/devel/boost/Portfile
===================================================================
--- trunk/dports/devel/boost/Portfile	2015-05-26 03:52:27 UTC (rev 136758)
+++ trunk/dports/devel/boost/Portfile	2015-05-26 03:56:10 UTC (rev 136759)
@@ -7,7 +7,7 @@
 
 name            boost
 version         1.58.0
-revision        2
+revision        3
 license         Boost-1
 categories      devel
 platforms       darwin
@@ -165,8 +165,13 @@
     }
 }
 
-set pythons_suffixes {25 26 27 31 32 33 34}
+# TODO: Remove after 2016-05-26.
+variant python25 description {Legacy variant} requires python27 {}
+variant python31 description {Legacy variant} requires python34 {}
+variant python32 description {Legacy variant} requires python34 {}
 
+set pythons_suffixes {26 27 33 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/20150525/8d3c6d31/attachment.html>


More information about the macports-changes mailing list