Date: Mon, 21 Oct 2013 00:39:20 +0000 (UTC) From: Adam Weinberger <adamw@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r331075 - head Message-ID: <201310210039.r9L0dKZr086889@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: adamw Date: Mon Oct 21 00:39:20 2013 New Revision: 331075 URL: http://svnweb.freebsd.org/changeset/ports/331075 Log: Add a note about the impending SquirrelMail update. 20131020: AFFECTS: users of mail/squirrelmail AUTHOR: adamw@adamw.org The default location for user data files and attachments has changed. This will only affect new installations, and upgrading SquirrelMail WILL NOT break your current installation. To make use of the new locations, do the following: # cp -rp /var/spool/squirrelmail/pref/* /usr/local/www/squirrelmail/data # cp -rp /var/spool/squirrelmail/attach/* /usr/local/www/squirrelmail/attach and then run /usr/local/www/squirrelmail/configure and tell SM about it ("Data Directory" and "Attachment Directory" under "General Options"). This version of SquirrelMail is a SNAPSHOT that brings in PHP 5.4 and 5.5 compatibility. Modified: head/UPDATING Modified: head/UPDATING ============================================================================== --- head/UPDATING Sun Oct 20 23:48:06 2013 (r331074) +++ head/UPDATING Mon Oct 21 00:39:20 2013 (r331075) @@ -6,6 +6,25 @@ You should get into the habit of checkin you update your ports collection, before attempting any port upgrades. 20131020: + AFFECTS: users of mail/squirrelmail + AUTHOR: adamw@adamw.org + + The default location for user data files and attachments has changed. + This will only affect new installations, and upgrading SquirrelMail + WILL NOT break your current installation. + + To make use of the new locations, do the following: + + # cp -rp /var/spool/squirrelmail/pref/* /usr/local/www/squirrelmail/data + # cp -rp /var/spool/squirrelmail/attach/* /usr/local/www/squirrelmail/attach + + and then run /usr/local/www/squirrelmail/configure and tell SM about + it ("Data Directory" and "Attachment Directory" under "General Options"). + + This version of SquirrelMail is a SNAPSHOT that brings in PHP 5.4 and 5.5 + compatibility. + +20131020: AFFECTS: users of security/gpgme AUTHOR: jhale@FreeBSD.org
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310210039.r9L0dKZr086889>