Changes between Version 5 and Version 6 of UsingMacPortsQuickStart


Ignore:
Timestamp:
Nov 30, 2008, 9:17:24 PM (15 years ago)
Author:
kngspook@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UsingMacPortsQuickStart

    v5 v6  
    5151php4                           www/php4       4.4.1        PHP: Hypertext Preprocessor
    5252php5                           www/php5       5.1.1        PHP: Hypertext Preprocessor
     53
     54
     55
    5356phpbb                          www/phpbb      2.0.18       A PHP-based bulletin board / discussion forum system
    5457phpicalendar                   www/phpicalendar 2.0.1      web-based iCal viewer
     
    109112`sudo port upgrade outdated`
    110113
    111 (you can add the `-v` flag following "port" in the above command if you'd like to watch the compiler output).
     114To upgrade all outdated ports and their dependencies:
     115
     116`sudo port upgrade -R outdated`
     117
     118(You can add the "`-v`" flag following "`port`" in the above commands if you'd like to watch the compiler output.)
    112119
    113120== What if my port install/upgrade fails? ==