Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Sep 24th, 2012  |  syntax: Bash  |  size: 0.54 KB  |  hits: 51  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. #!/bin/sh
  2. /usr/sbin/portsnap fetch update && \
  3. /usr/local/sbin/portmaster -L --index-only | egrep '(ew|ort) version|total install'
  4. echo
  5. echo ===========================================================================
  6. echo Do not forget to read /usr/ports/UPDATING before updating individual ports
  7. echo
  8. echo Usage: portmaster [portname] to update a port with all its dependencies
  9. echo "       portmaster -na shows what portmaster does without actually doing it"
  10. echo ===========================================================================