Changes between Version 6 and Version 7 of MacPortsRenaming
- Timestamp:
- Jun 1, 2007, 8:31:21 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MacPortsRenaming
v6 v7 59 59 }}} 60 60 61 Furthermore, an upgrade target in the [source:branches/dp2mp-move/base/Makefile.in main Makefile] takes care of moving everything that's "old" in an existing MacPorts installation into its new location before regular installation begins. Among these moves there are a set of `sed` rules that act on existing configuration files to upgrade them to the new conventions. For the new `macpors.conf` file :61 Furthermore, an upgrade target in the [source:branches/dp2mp-move/base/Makefile.in main Makefile] takes care of moving everything that's "old" in an existing MacPorts installation into its new location before regular installation begins. Among these moves there are a set of `sed` rules that act on existing configuration files to upgrade them to the new conventions. For the new `macpors.conf` file, these are: 62 62 63 63 * new default path up to the configuration files is inserted, `/opt/local/etc/ports ---> /opt/local/etc/macports`; … … 66 66 * new default value for the base tree, `dpupdate1/base/ ---> release/base/`; 67 67 * new value for trunk's base sources, `dpupdate/base/ ---> trunk/base/` and `dpupdate/base ---> trunk/base/`; 68 * stray quotes are removed from the value of the rsync_options key in old conf files, `"-rtzv --delete --delete-after" ---> -rtzv --delete --delete-after`;68 * stray quotes are removed from the value of the rsync_options key in old conf files, `"-rtzv --delete --delete-after" ---> -rtzv --delete --delete-after`; 69 69 * comment references to the old ports.conf(5) man page are upgraded to the new macports.conf(5) page, `ports.conf(5) ---> macports.conf(5)`; 70 70 * remaining comments in the DarwinPorts namespace are also upgraded.