[46173] branches/release_1_7

jmr at macports.org jmr at macports.org
Fri Jan 30 17:48:38 PST 2009


Revision: 46173
          http://trac.macports.org/changeset/46173
Author:   jmr at macports.org
Date:     2009-01-30 17:48:37 -0800 (Fri, 30 Jan 2009)
Log Message:
-----------
Merge r46146 from trunk:
    Preserve file attributes when using reinplace

Modified Paths:
--------------
    branches/release_1_7/base/src/port1.0/portutil.tcl

Property Changed:
----------------
    branches/release_1_7/


Property changes on: branches/release_1_7
___________________________________________________________________
Modified: svn:mergeinfo
   - /trunk:42683,42697,42734,42747,42760,42845-42847,42865,42962,42978,43001,43080,43083,43097,43140,43153,43194,43216-43217,43229,43704-43705,43733,43946,43954,43960,44363,45161,45201
/trunk/base:45161
   + /trunk:42683,42697,42734,42747,42760,42845-42847,42865,42962,42978,43001,43080,43083,43097,43140,43153,43194,43216-43217,43229,43704-43705,43733,43946,43954,43960,44363,45161,45201,46146
/trunk/base:45161

Modified: branches/release_1_7/base/src/port1.0/portutil.tcl
===================================================================
--- branches/release_1_7/base/src/port1.0/portutil.tcl	2009-01-30 21:52:29 UTC (rev 46172)
+++ branches/release_1_7/base/src/port1.0/portutil.tcl	2009-01-31 01:48:37 UTC (rev 46173)
@@ -840,7 +840,7 @@
             return -code error "reinplace copy failed"
         }
     
-        for {set i 0} {$i < [llength attributes]} {incr i} {
+        for {set i 0} {$i < [llength $attributes]} {incr i} {
             set opt [lindex $attributes $i]
             incr i
             set arg [lindex $attributes $i]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090130/873fac3e/attachment.html>


More information about the macports-changes mailing list