$ sudo port selfupdate
Password:
---> Updating MacPorts base sources using rsync
MacPorts base version 2.3.4 installed,
MacPorts base version 2.3.4 downloaded.
---> Updating the ports tree
---> MacPorts base is already the latest version
The ports tree has been updated. To upgrade your installed ports, you should run
上記の例は,アップデートの必要がない場合ですが, sync が実行され,Portsのツリーが更新されます.
続いて,アップデートできるパッケージの有無を確認します.
$ port outdated
The following installed ports are outdated:
arpack 3.3.0_2 < 3.3.0_3
...
...
xrender 0.9.9_0 < 0.9.10_0
アップデート可能なパッケージが返ってきます.
通常のアップデートでは,以下のように,一つもしくは複数のパッケージを選択して行います.
$ sudo port upgrade automake arpack
古いパッケージをまとめてアップデートする際には以下のように入力します.
$ sudo port upgrade outdated
0 件のコメント :
コメントを投稿