dougb 2007-08-27 22:48:24 UTC FreeBSD ports repository
Modified files: ports-mgmt/portmaster/files portmaster.sh.in Log: Improvement =========== 1. Before calling pkg_create for the installed version of the port, cd into the PKGREPOSITORY directory. This not only simplifies the code, it helps handle the problems of ports trees mounted read-only. [1] 2. Factor out initialization of the $pkgrep directory into a function. Bug fixes ========= 1. Before calling 'find ${pkgrep}/ ... -delete' assert that $pkgrep is not empty. 2. Make sure that $pkgrep is initialized everywhere it's needed. Suggested by: Hans Lambermont <[EMAIL PROTECTED]> [1] Revision Changes Path 1.20 +22 -14 ports/ports-mgmt/portmaster/files/portmaster.sh.in _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"