[42962] trunk/base/portmgr/dmg/postflight

blb at macports.org blb at macports.org
Tue Dec 2 14:43:19 PST 2008


Revision: 42962
          http://trac.macports.org/changeset/42962
Author:   blb at macports.org
Date:     2008-12-02 14:43:19 -0800 (Tue, 02 Dec 2008)
Log Message:
-----------
postflight - upgrade sources.conf before dep_map cleaning, just like in r42760

Modified Paths:
--------------
    trunk/base/portmgr/dmg/postflight

Modified: trunk/base/portmgr/dmg/postflight
===================================================================
--- trunk/base/portmgr/dmg/postflight	2008-12-02 21:51:55 UTC (rev 42961)
+++ trunk/base/portmgr/dmg/postflight	2008-12-02 22:43:19 UTC (rev 42962)
@@ -59,10 +59,10 @@
         echo "Successful!"
     fi
     
+    # Add [default] tag to the central MacPorts repository, if it isn't already
+    ${TCLSH} upgrade_sources_conf_default.tcl ${PREFIX}
     # Remove any duplicates from the dep map (could occur with 1.6 and earlier)
     ${TCLSH} dep_map_clean.tcl ${TCL_PACKAGE_DIR}
-    # Add [default] tag to the central MacPorts repository, if it isn't already
-    ${TCLSH} upgrade_sources_conf_default.tcl ${PREFIX}
 }
 
 # Through this command we write an environment variable to an appropriate shell configuration file,
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081202/ef95a82a/attachment-0001.html>


More information about the macports-changes mailing list