From owner-cvs-ports@FreeBSD.ORG Tue Jan 10 04:03:44 2006 Return-Path: X-Original-To: cvs-ports@FreeBSD.org Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 088FA16A41F; Tue, 10 Jan 2006 04:03:44 +0000 (GMT) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C470D43D48; Tue, 10 Jan 2006 04:03:43 +0000 (GMT) (envelope-from brooks@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 k0A43hMA004250; Tue, 10 Jan 2006 04:03:43 GMT (envelope-from brooks@repoman.freebsd.org) Received: (from brooks@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0A43hZ9004249; Tue, 10 Jan 2006 04:03:43 GMT (envelope-from brooks) Message-Id: <200601100403.k0A43hZ9004249@repoman.freebsd.org> From: Brooks Davis Date: Tue, 10 Jan 2006 04:03:43 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports UPDATING ports/www/drupal Makefile pkg-plist ports/www/drupal/files pkg-message.in X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Jan 2006 04:03:44 -0000 brooks 2006-01-10 04:03:43 UTC FreeBSD ports repository Modified files: . UPDATING www/drupal Makefile pkg-plist Added files: www/drupal/files pkg-message.in Log: - Change DRUPDIR to www/durpal. www/data is owned by the installed webserver and should not be modified - Add a dependancy on php?-xml - Delete redundant DISTNAME definition - Don't undo the config file dance by splatting the default over the top of the preserved file - Get rid of an unnecessicary .for loop - Move the message into pkg-message so it can be seen when installed as a package, add an entry with an Apache Alias example for the new DRUPDIR, and slightly improve the database examples Approved by: maintainer Revision Changes Path 1.269 +9 -1 ports/UPDATING 1.20 +11 -29 ports/www/drupal/Makefile 1.1 +27 -0 ports/www/drupal/files/pkg-message.in (new) 1.8 +3 -3 ports/www/drupal/pkg-plist