New Ticket     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 33638

Show
Ignore:
Timestamp:
02/01/2008 18:25:51 (4 years ago)
Author:
markd@…
Message:

Add details to the selfupdate section.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/doc-new/guide/xml/using.xml

    r32050 r33638  
    4848[ ... trimmed ... ] 
    4949 
    50 Downloaded MacPorts base version 1.5 
     50 
    5151The MacPorts installation is not outdated and so was not updated 
    5252DEBUG: Setting ownership to root 
    5353selfupdate done!</screen> 
     54 
     55      <para>If selfupdate detects that a newer version of MacPorts base is 
     56      available, it automatically updates the installed copy of MacPorts base 
     57      to the latest released version. In that case, you will see the upgrade 
     58      Makefile execute, and when it finishes you will see this message:</para> 
     59 
     60      <screen>DEBUG: Updating using rsync 
     61receiving file list ... done 
     62 
     63Congratulations, you have successfully installed the MacPorts system.</screen> 
    5464    </section> 
    5565 
     
    6070      <option>selfupdate</option> actions. It synchronizes the ports tree, as 
    6171      does <option>selfupdate</option>, but it does not check for upgrades to 
    62       MacPorts base. On Mac OS X, unless there is a special reason not to do so, 
    63       you should run <link 
     72      MacPorts base. On Mac OS X, unless there is a special reason not to do 
     73      so, you should run <link 
    6474      linkend="using.port.selfupdate">selfupdate</link>.</para> 
    6575 
     
    249259      <programlisting><prompt>%%</prompt> <userinput>port outdated</userinput></programlisting> 
    250260 
    251       <screen><![CDATA[apr                            1.2.8_0 < 1.2.9_0 
    252 autoconf                       2.61_0 < 2.61_1 
    253 gimp                           2.2.14_0 < 2.2.16_0 
    254 libtool                        1.5.22_0 < 1.5.24_0 
    255 pkgconfig                      0.21_0 < 0.22_0]]></screen> 
     261      <screen>apr                            1.2.8_0 &lt; 1.2.9_0 
     262autoconf                       2.61_0 &lt; 2.61_1 
     263gimp                           2.2.14_0 &lt; 2.2.16_0 
     264libtool                        1.5.22_0 &lt; 1.5.24_0 
     265pkgconfig                      0.21_0 &lt; 0.22_0</screen> 
    256266    </section> 
    257267 
     
    417427      <para>Debug output is shown below.</para> 
    418428 
    419       <screen><![CDATA[--->  Creating logrotate-3.7_0.i386.tgz 
     429      <screen>---&gt;  Creating logrotate-3.7_0.i386.tgz 
    420430 
    421431[ ... trimmed ... ] 
     
    437447./opt/local/sbin/ 
    438448./opt/local/sbin/logrotate 
    439 --->  Archive logrotate-3.7_0.i386.tgz packaged 
     449---&gt;  Archive logrotate-3.7_0.i386.tgz packaged 
    440450DEBUG: Executing archive_finish 
    441 --->  Archive for logrotate 3.7_0 packaged]]></screen> 
     451---&gt;  Archive for logrotate 3.7_0 packaged</screen> 
    442452 
    443453      <para>Binary archive files are placed in 
     
    486496  </section> 
    487497 
    488 <!-- 
     498  <!-- 
    489499  <section id="using.rsync-replication"> 
    490500    <title>Rsync Replication Servers</title>