
Untitled
By: a guest on
Sep 24th, 2012 | syntax:
Bash | size: 0.54 KB | hits: 51 | expires: Never
#!/bin/sh
/usr/sbin/portsnap fetch update && \
/usr/local/sbin/portmaster -L --index-only | egrep '(ew|ort) version|total install'
echo
echo ===========================================================================
echo Do not forget to read /usr/ports/UPDATING before updating individual ports
echo
echo Usage: portmaster [portname] to update a port with all its dependencies
echo " portmaster -na shows what portmaster does without actually doing it"
echo ===========================================================================