From owner-cvs-all@FreeBSD.ORG Tue Jan 13 01:14:25 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 A3A8316A4CE; Tue, 13 Jan 2004 01:14:25 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6526543D41; Tue, 13 Jan 2004 01:14:24 -0800 (PST) (envelope-from edwin@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 i0D9EO0B063353; Tue, 13 Jan 2004 01:14:24 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i0D9EOJ4063352; Tue, 13 Jan 2004 01:14:24 -0800 (PST) (envelope-from edwin) Message-Id: <200401130914.i0D9EOJ4063352@repoman.freebsd.org> From: Edwin Groothuis Date: Tue, 13 Jan 2004 01:14:24 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/squirrelmail Makefile pkg-install pkg-message pkg-plist ports/mail/squirrelmail/files 111.clean-squirrelmail patch-config-config_default.php 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: Tue, 13 Jan 2004 09:14:25 -0000 edwin 2004/01/13 01:14:24 PST FreeBSD ports repository Modified files: mail/squirrelmail Makefile pkg-install pkg-message pkg-plist Added files: mail/squirrelmail/files 111.clean-squirrelmail patch-config-config_default.php Log: mail/squirrelmail - Port Docs in wrong location Installation of mail/squirrelmail places the ports documentation in PREFIX/squirrelmail, and you are not able to not install the documentation with NOPORTDOCS. - installs all documentation to the DOCSDIR directory - fixes security of the port by moving the attachment and user preferences out of the web servers document root (moves default data_dir & attachment_dir from SQUIRRELDIR/data to sub-directorys under /var/spool/squirrelmail) as recommended on the SquirrelMail web site. - adds a periodic/daily script to clean the attachment directory of abandoned files (disabled by default) - location of squirrelmail can be set by either defining SQUIRRELDIR or WITHOUT_WWWDIR when patching and installing the port. - BENTO FIX: The /var/spool/squirrelmail directory is created by pkg-install, but it wasn't being uninstalled. Connditionalized the creation of this directory depending on how the BATCH variable is set. A message in pkg-deinstall advises the port user to remove it if no longer needed. PR: ports/50840 Submitted by: Scot W. Hetzel Approved by: Maintainer timeout Revision Changes Path 1.16 +66 -5 ports/mail/squirrelmail/Makefile 1.1 +69 -0 ports/mail/squirrelmail/files/111.clean-squirrelmail (new) 1.1 +20 -0 ports/mail/squirrelmail/files/patch-config-config_default.php (new) 1.2 +21 -2 ports/mail/squirrelmail/pkg-install 1.7 +4 -4 ports/mail/squirrelmail/pkg-message 1.12 +819 -808 ports/mail/squirrelmail/pkg-plist