K 10 svn:author V 5 dougb K 8 svn:date V 27 2009-12-08T01:29:52.994348Z K 7 svn:log V 803 1. Make the output of --version more clear to everyone who isn't me :) 2. If DISTDIR is its own zfs filesystem them the code to delete empty DIST_SUBDIRs can cause problems, so special case it in its own function. 3. Don't unset the packages_init function till we're actually done using it 4. If you are using -g plus one of the --packages* options then creation of the new package will fail since there is nothing for 'make package' to work with. So update backup_package() to a more generic form called pm_pkg_create and use that for both making backup packages and making a new local package from an installed package. 5. In order to facilitate 4, update the dependency information in an installed package's +CONTENTS file before creating the new package. 6. Remove some (spurious?) white space END