Skip to content

Instantly share code, notes, and snippets.

@creaktive
Created July 25, 2011 13:43
Show Gist options
  • Save creaktive/1104151 to your computer and use it in GitHub Desktop.
Save creaktive/1104151 to your computer and use it in GitHub Desktop.
MacPorts + Lion fixes
#!/bin/sh
port list active | cut -c-31 | sort -u > ports.now
grep -v -F -f ports.now ports.old | grep -v '^p5' | tr -d ' '
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment