macport upgrade
MacPorts를 통해서 관리한다면 업그레이드를 주기적으로 해주는 것이 좋습니다. 나중에 몰아서 하면 3시간 넘게 걸릴 수도 있으니까요.
gwang-nam-heoyi-macbook-pro:Downloads kenu$ sudo port selfupdate
Password:
---> Updating MacPorts base sources using rsync
MacPorts base version 2.0.3 installed,
MacPorts base version 2.0.3 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
port upgrade outdated
gwang-nam-heoyi-macbook-pro:Downloads kenu$ port upgrade outdated
Error: Insufficient privileges to write to MacPorts install prefix.
gwang-nam-heoyi-macbook-pro:Downloads kenu$ sudo port upgrade outdated
---> Computing dependencies for net-snmp
---> Fetching archive for net-snmp
---> Attempting to fetch net-snmp-5.7.1_1.darwin_11.x86_64.tbz2 from http://packages.macports.org/net-snmp
---> Fetching net-snmp
---> Verifying checksum(s) for net-snmp
---> Extracting net-snmp
---> Applying patches to net-snmp
---> Configuring net-snmp
---> Building net-snmp
---> Staging net-snmp into destroot
---> Installing net-snmp @5.7.1_1
---> Cleaning net-snmp
---> Computing dependencies for net-snmp
---> Deactivating net-snmp @5.7.1_0
---> Cleaning net-snmp
---> Activating net-snmp @5.7.1_1
---> Cleaning net-snmp
gwang-nam-heoyi-macbook-pro:Downloads kenu$
