[130108] trunk/dports/science/nds2-client/Portfile

larryv at macports.org larryv at macports.org
Fri Dec 26 21:15:23 PST 2014


Revision: 130108
          https://trac.macports.org/changeset/130108
Author:   larryv at macports.org
Date:     2014-12-26 21:15:23 -0800 (Fri, 26 Dec 2014)
Log Message:
-----------
nds2-client: Retire Python 2.5, 3.1, 3.2 variants

Modified Paths:
--------------
    trunk/dports/science/nds2-client/Portfile

Modified: trunk/dports/science/nds2-client/Portfile
===================================================================
--- trunk/dports/science/nds2-client/Portfile	2014-12-27 04:35:21 UTC (rev 130107)
+++ trunk/dports/science/nds2-client/Portfile	2014-12-27 05:15:23 UTC (rev 130108)
@@ -4,6 +4,7 @@
 
 name              nds2-client
 version           0.11.2
+revision          1
 categories        science
 platforms         darwin
 license           GPL-2
@@ -33,8 +34,13 @@
                   --without-sasl \
                   --without-gssapi
 
-set pythons_suffixes {25 26 27 31 32 33}
+# TODO: Remove after 2015-12-27.
+variant swig_python25 requires swig_python27 description {Legacy variant} {}
+variant swig_python31 requires swig_python34 description {Legacy variant} {}
+variant swig_python32 requires swig_python34 description {Legacy variant} {}
 
+set pythons_suffixes {26 27 33 34}
+
 set pythons_ports {}
 foreach s ${pythons_suffixes} {
     lappend pythons_ports swig_python${s}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141226/bcbfe188/attachment.html>


More information about the macports-changes mailing list