From owner-cvs-all@FreeBSD.ORG Thu Nov 25 00:02:38 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D4F0416A4CE; Thu, 25 Nov 2004 00:02:38 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B07DB43D2D; Thu, 25 Nov 2004 00:02:38 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAP02cJe071988; Thu, 25 Nov 2004 00:02:38 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAP02cbk071987; Thu, 25 Nov 2004 00:02:38 GMT (envelope-from kris) Message-Id: <200411250002.iAP02cbk071987@repoman.freebsd.org> From: Kris Kennaway Date: Thu, 25 Nov 2004 00:02:38 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/Tools/portbuild/scripts buildscript X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Nov 2004 00:02:39 -0000 kris 2004-11-25 00:02:38 UTC FreeBSD ports repository Modified files: Tools/portbuild/scripts buildscript Log: * Recursively list all files detected as having been left behind after the port deinstall; mtree does not recurse into subdirectories it does not know about * Break out the 'files incorrectly removed' and 'files incorrectly changed' into their own sections Revision Changes Path 1.17 +22 -7 ports/Tools/portbuild/scripts/buildscript