Changeset 79586
- Timestamp:
- 06/19/11 05:27:00 (4 years ago)
- File:
-
- 1 edited
-
trunk/base/portmgr/dmg/postflight (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/base/portmgr/dmg/postflight
r79584 r79586 67 67 # Command to update the MacPorts installation through "selfupdate": 68 68 function update_macports { 69 # Add [default] tag to the central MacPorts repository, if it isn't already 70 echo "Adding [default] tag to sources.conf if needed..." 71 ${TCLSH} ${PACKAGE_PATH}/Contents/Resources/upgrade_sources_conf_default.tcl ${PREFIX} 72 # Convert image directories (and direct mode installs) to image archives 73 echo "Updating port image format..." 74 ${TCLSH} ${PACKAGE_PATH}/Contents/Resources/images_to_archives.tcl ${MACPORTS_TCL_DIR} 75 69 76 echo "Synchronizing the MacPorts installation with the project's rsync server..." 70 77 if ! ${BINPATH}/port -v selfupdate; then … … 74 81 echo "Successful!" 75 82 fi 76 77 # Add [default] tag to the central MacPorts repository, if it isn't already78 ${TCLSH} ${PACKAGE_PATH}/Contents/Resources/upgrade_sources_conf_default.tcl ${PREFIX}79 # Convert image directories (and direct mode installs) to image archives80 ${TCLSH} ${PACKAGE_PATH}/Contents/Resources/images_to_archives.tcl ${MACPORTS_TCL_DIR}81 83 } 82 84
Note: See TracChangeset
for help on using the changeset viewer.

