So: Is there a command (or a simple shell invocation) to walk over all packages to check whether all dependencies are fulfilled? I suppose that `sudo port upgrade outdated` doesn't do this for efficiency.
Upgrading a port will first install any missing dependencies, so 'sudo port upgrade installed' should do what you want.
- Josh
