I never could find or use the site packages updater or get portupgrade/portmaster to work so I had to devise this craptacular updater:
for i in `ls /var/db/pkg/py26* | grep py26- | sed -e s/py26/py/g | sed -e s#/var/db/pkg/##g | sed -e s/-[0-9]\.*//g`; do cd /usr/ports/*/$i; make deinstall; make clean; make reinstall ; done Note the craftsman-like attention to error handling and graceful design. I hope it worked . . . . So where would I find the updater? -- Paul Beard Are you trying to win an argument or solve a problem? _______________________________________________ freebsd-python@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-python To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"