#!/bin/s sudo port selfupdate sudo port upgrade outdated sudo port clean gobby sudo port -d install gobby 2>&1 | tee gobby.log # If any gobby dependency fails to build/install, # try "sudo port clean --work ", # then try to install gobby again. # See http://trac.macports.org/ticket/20159 and http://trac.macports.org/ticket/20183