From owner-cvs-all@FreeBSD.ORG Thu Feb 17 20:56:32 2005 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 EF02016A4CE; Thu, 17 Feb 2005 20:56:32 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C2D2F43D45; Thu, 17 Feb 2005 20:56:32 +0000 (GMT) (envelope-from glewis@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 j1HKuW27048417; Thu, 17 Feb 2005 20:56:32 GMT (envelope-from glewis@repoman.freebsd.org) Received: (from glewis@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j1HKuW1r048416; Thu, 17 Feb 2005 20:56:32 GMT (envelope-from glewis) Message-Id: <200502172056.j1HKuW1r048416@repoman.freebsd.org> From: Greg Lewis Date: Thu, 17 Feb 2005 20:56:32 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/java/linux-sun-jdk12 pkg-plistports/java/linux-sun-jdk13 pkg-plist 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, 17 Feb 2005 20:56:33 -0000 glewis 2005-02-17 20:56:32 UTC FreeBSD ports repository Modified files: java/linux-sun-jdk12 pkg-plist java/linux-sun-jdk13 pkg-plist Log: . Move the invocation of unregistervm to the top of the packing list. This ensures that this command is run before the files in the package are deleted (which is necessary for it to correctly delete the symbolic links created by registervm). Revision Changes Path 1.5 +1 -1 ports/java/linux-sun-jdk12/pkg-plist 1.12 +1 -1 ports/java/linux-sun-jdk13/pkg-plist