Changes between Version 3 and Version 4 of MacPortsRenaming


Ignore:
Timestamp:
Jun 1, 2007, 5:35:12 PM (17 years ago)
Author:
jmpp@…
Comment:

Minor corrections

Legend:

Unmodified
Added
Removed
Modified
  • MacPortsRenaming

    v3 v4  
    99 * installation paths, e.g. going from a `${prefix}/share/darwinports` MacPorts base installation path at the host level to `${prefix}/share/macports`;
    1010 * distribution means, e.g. by using the `rsync.macports.org` server for source and ports distribution and updating corresponding options in configuration files in existing installations to reflect this;
    11  * ...
     11 * any other relevant aspect....
    1212
    1313Needless to say, changes in this branch have major implications not only in the inner workings of MacPorts, but also on some user visible aspects of the project. WIth respect to installation paths, a default MacPorts installation upgraded to this branch would experience the following moves:
     
    2727{{{
    2828/opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate1/base
    29 /opt/local/var/db/dports/sources/rsync.rsync.darwinports,org_dpupdate_dports
     29/opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports
    3030}}}
    3131
     
    4545`trunk/base` being the corresponding rsync module in this case that would come to replace the old and confusing `/opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate/base` directory.
    4646
    47 This new structure also allows us to distribute a new and custom ports tree under an entirely different rsync module if we so wish, while again preserving order. An example of this would look like, for a ports tree with Portfiles still in testing:
     47This new structure also allows us to distribute a new and custom ports tree under an entirely different rsync module if we so wish, while still preserving order. An example of this would look like, for a ports tree with Portfiles still in testing:
    4848
    4949{{{
     
    6767 * stray quotes are removed from the value of the rsync_options key in old conf files, `"-rtzv--delete --delete-after"  --->  -rtzv --delete --delete-after`;
    6868 * 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)`;
    69  * remaining comments in the DarwinPorts namespace upgraded.
     69 * remaining comments in the DarwinPorts namespace are also upgraded.
    7070
    7171And for `sources.conf`: