After experimenting with pkg_add -r on a 3.6 -> 3.7 upgrade, it is **NICE**!!
One question, however, .. is there a way to use the *OLD* package name, instead of the *NEW* package name? pkg_add would then query PKG_PATH for an updated version? The way it works now, it seems like you must manually compare the old packages & new packages, build the list of new packages by name, before using pkg_add -r.
Lee