Changeset 40142
- Timestamp:
- 09/22/08 03:43:46 (2 months ago)
- Location:
- trunk/base
- Files:
-
- 1 added
- 2 modified
-
Mk/macports.upgrade.mk (modified) (1 diff)
-
portmgr/dmg/postflight (modified) (2 diffs)
-
src/dep_map_clean.tcl (added)
Legend:
- Unmodified
- Added
- Removed
-
trunk/base/Mk/macports.upgrade.mk
r32398 r40142 111 111 } 112 112 113 # Remove duplicate entries from the dependency map (could occur with 1.6 and earlier): 114 $(TCLSH) src/dep_map_clean.tcl ${TCL_PACKAGE_DIR} 115 113 116 # Upgrade success announcement (meaning we're done ;): 114 117 @[ -f ${UPGRADECHECK} ] || { echo ""; echo "MacPorts installation successfully upgraded from the old DarwinPorts namespace!"; echo ""; \ -
trunk/base/portmgr/dmg/postflight
r38040 r40142 43 43 SBINPATH=${PREFIX}/sbin 44 44 MANPAGES=${PREFIX}/share/man 45 TCLSH=/usr/bin/tclsh 46 TCL_PACKAGE_DIR=/Library/Tcl 45 47 TIMESTAMP=$(date +"%Y-%m-%d_at_%H:%M:%S") 46 48 BACKUP_SUFFIX=macports-saved_${TIMESTAMP} … … 57 59 echo "Successful!" 58 60 fi 61 62 # Remove any duplicates from the dep map (could occur with 1.6 and earlier) 63 ${TCLSH} dep_map_clean.tcl ${TCL_PACKAGE_DIR} 59 64 } 60 65

