[24575] trunk/base/src/package1.0/portunarchive.tcl

source_changes at macosforge.org source_changes at macosforge.org
Sat Apr 28 10:01:17 PDT 2007


Revision: 24575
          http://trac.macosforge.org/projects/macports/changeset/24575
Author:   blair at macports.org
Date:     2007-04-28 10:01:16 -0700 (Sat, 28 Apr 2007)

Log Message:
-----------
* base/src/package1.0/portunarchive.tcl:
  Consistent indentation.

Modified Paths:
--------------
    trunk/base/src/package1.0/portunarchive.tcl

Modified: trunk/base/src/package1.0/portunarchive.tcl
===================================================================
--- trunk/base/src/package1.0/portunarchive.tcl	2007-04-28 16:05:26 UTC (rev 24574)
+++ trunk/base/src/package1.0/portunarchive.tcl	2007-04-28 17:01:16 UTC (rev 24575)
@@ -283,12 +283,12 @@
 	global UI_PREFIX target_state_fd unarchive.file portname workpath destpath
 
 	# Reset state file with archive version
-    set statefile [file join $workpath .darwinports.${portname}.state]
+	set statefile [file join $workpath .darwinports.${portname}.state]
 	file copy -force [file join $destpath "+STATE"] $statefile
 	exec touch $statefile
 
-    # Update the state from unpacked archive version
-    set target_state_fd [open_statefile]
+	# Update the state from unpacked archive version
+	set target_state_fd [open_statefile]
 
 	# Archive unpacked, skip archive target
 	write_statefile target "com.apple.archive" $target_state_fd
@@ -303,4 +303,3 @@
 	ui_info "$UI_PREFIX [format [msgcat::mc "Archive %s unpacked"] ${unarchive.file}]"
 	return 0
 }
-

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070428/11101ea9/attachment.html


More information about the macports-changes mailing list