Changes between Version 6 and Version 7 of MacPortsRenaming


Ignore:
Timestamp:
Jun 1, 2007, 8:31:21 PM (17 years ago)
Author:
jmpp@…
Comment:

Minor corrections

Legend:

Unmodified
Added
Removed
Modified
  • MacPortsRenaming

    v6 v7  
    5959}}}
    6060
    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:
     61Furthermore, 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:
    6262
    6363 * new default path up to the configuration files is inserted, `/opt/local/etc/ports  --->  /opt/local/etc/macports`;
     
    6666 * new default value for the base tree, `dpupdate1/base/  --->  release/base/`;
    6767 * 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`;
    6969 * 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)`;
    7070 * remaining comments in the DarwinPorts namespace are also upgraded.