[141007] trunk/dports/_resources/port1.0/group/python-1.0.tcl

michaelld at macports.org michaelld at macports.org
Wed Oct 7 13:26:05 PDT 2015


Revision: 141007
          https://trac.macports.org/changeset/141007
Author:   michaelld at macports.org
Date:     2015-10-07 13:26:05 -0700 (Wed, 07 Oct 2015)
Log Message:
-----------
python 1.0 PortGroup: when creating the requested subports, append Python to each; do not overwrite what was there before.

Modified Paths:
--------------
    trunk/dports/_resources/port1.0/group/python-1.0.tcl

Modified: trunk/dports/_resources/port1.0/group/python-1.0.tcl
===================================================================
--- trunk/dports/_resources/port1.0/group/python-1.0.tcl	2015-10-07 20:25:09 UTC (rev 141006)
+++ trunk/dports/_resources/port1.0/group/python-1.0.tcl	2015-10-07 20:26:05 UTC (rev 141007)
@@ -96,7 +96,8 @@
     global name subport python._addedcode
     if {[string match py-* $name]} {
         foreach v [option $option] {
-            subport py${v}[string trimleft $name py] { depends_lib port:python${v} }
+
+            subport py${v}[string trimleft $name py] { depends_lib-append port:python${v} }
         }
         if {$subport eq $name || $subport eq ""} {
             # set up py-foo as a stub port that depends on the default pyXY-foo
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151007/b44ff7ab/attachment.html>


More information about the macports-changes mailing list