From owner-cvs-all Sat Nov 2 10:26:23 2002 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 9BACF37B404; Sat, 2 Nov 2002 10:26:22 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6185743E42; Sat, 2 Nov 2002 10:26:22 -0800 (PST) (envelope-from alane@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gA2IOpmV059942; Sat, 2 Nov 2002 10:24:51 -0800 (PST) (envelope-from alane@repoman.freebsd.org) Received: (from alane@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gA2IOpdW059941; Sat, 2 Nov 2002 10:24:51 -0800 (PST) Message-Id: <200211021824.gA2IOpdW059941@repoman.freebsd.org> From: Alan Eldridge Date: Sat, 2 Nov 2002 10:24:51 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/phoenix Makefile pkg-plist ports/www/phoenix/files mozconfig.in X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG alane 2002/11/02 10:24:51 PST Modified files: www/phoenix Makefile pkg-plist www/phoenix/files mozconfig.in Log: 1. Bump PORTREVISION because of plist changes. 2. Fix plist to catch the missing files/dirs. It should now deinstall cleanly (it does here, anyway). 2a.The dirs that were created with @exec /bin/mkdir are now removed using @unexec /bin/rmdir blah/blah || true. 3. Added CONFIG_SH=/bin/sh to mozconfig.in so that we'd all use the same shell for configuration. Note: you can use Perl < 5.8, but you need File::Spec for whatever perl you've got /usr/bin/perl pointing to (or /usr/local/bin/perl, if there is no /usr/bin/perl [-CURRENT?]. If there were PRs on this, I've forgotten which ones and will close them out separately. I can do a forced commit on Makefile to relate the PRs, if any, to the changes. Revision Changes Path 1.20 +1 -1 ports/www/phoenix/Makefile 1.11 +2 -1 ports/www/phoenix/files/mozconfig.in 1.6 +162 -156 ports/www/phoenix/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message