[136145] trunk/dports/_resources/port1.0/group/muniversal-1.0.tcl

larryv at macports.org larryv at macports.org
Mon May 11 14:01:03 PDT 2015


Revision: 136145
          https://trac.macports.org/changeset/136145
Author:   larryv at macports.org
Date:     2015-05-11 14:01:02 -0700 (Mon, 11 May 2015)
Log Message:
-----------
muniversal-1.0: Fix merger-post-destroot again (#47698)

Fix regression in trunk (caused by r134833) without breaking the current
release (fingers crossed).

Revision Links:
--------------
    https://trac.macports.org/changeset/134833

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

Modified: trunk/dports/_resources/port1.0/group/muniversal-1.0.tcl
===================================================================
--- trunk/dports/_resources/port1.0/group/muniversal-1.0.tcl	2015-05-11 21:00:32 UTC (rev 136144)
+++ trunk/dports/_resources/port1.0/group/muniversal-1.0.tcl	2015-05-11 21:01:02 UTC (rev 136145)
@@ -106,7 +106,12 @@
             }
             return 0
         }
-        makeuserproc user$proc_name $args
+        if {[info commands macports_version] ne ""
+                && [vercmp 2.3.99 [macports_version]] <= 0} {
+            makeuserproc user$proc_name [lindex $args 0]
+        } else {
+            makeuserproc user$proc_name $args
+        }
     }
     foreach target $args {
         set ident [ditem_key $ditem name]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150511/64153982/attachment-0001.html>


More information about the macports-changes mailing list