From owner-cvs-all@FreeBSD.ORG Tue Feb 17 22:34:16 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 C34C716A4CE; Tue, 17 Feb 2004 22:34:16 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE43A43D1F; Tue, 17 Feb 2004 22:34:16 -0800 (PST) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1I6YGGe089945; Tue, 17 Feb 2004 22:34:16 -0800 (PST) (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1I6YG83089944; Tue, 17 Feb 2004 22:34:16 -0800 (PST) (envelope-from linimon) Message-Id: <200402180634.i1I6YG83089944@repoman.freebsd.org> From: Mark Linimon Date: Tue, 17 Feb 2004 22:34:16 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/sysutils/ganglia-webfrontend Makefile distinfo pkg-message pkg-plist ports/sysutils/ganglia-webfrontend/files patch-conf.php pkg-opts 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: Wed, 18 Feb 2004 06:34:16 -0000 linimon 2004/02/17 22:34:16 PST FreeBSD ports repository Modified files: sysutils/ganglia-webfrontend Makefile distinfo pkg-plist sysutils/ganglia-webfrontend/files patch-conf.php pkg-opts Added files: sysutils/ganglia-webfrontend pkg-message Log: Update to 2.5.5 (no major changes from 2.5.4). Major changes to the port infrastructure: - Replace WWWDOCROOT and WEBFRONTURL options with WEBFRONTDIR (defaults to www/ganglia). - Install files under ${PREFIX}/${WEBFRONTDIR}. - Since the files are no longer installed in the document root, add a pkg-message with a suggest addition to Apache's httpd.conf. - Use USE_PHP and WANT_PHP_MOD. - Add a note about installing PHP with GD support at done in mail/nocc. - Remove conf.php only if it is identical to conf.php.sample as done in mail/nocc. - Sizify. - Don't install the empty addons directory since packages won't contain it. PR: ports/62802 Submitted by: Brooks Davis (maintainer) Revision Changes Path 1.3 +26 -8 ports/sysutils/ganglia-webfrontend/Makefile 1.3 +2 -1 ports/sysutils/ganglia-webfrontend/distinfo 1.3 +11 -2 ports/sysutils/ganglia-webfrontend/files/patch-conf.php 1.2 +3 -9 ports/sysutils/ganglia-webfrontend/files/pkg-opts 1.1 +18 -0 ports/sysutils/ganglia-webfrontend/pkg-message (new) 1.3 +3 -4 ports/sysutils/ganglia-webfrontend/pkg-plist