svn commit: r331075 - head

Adam Weinberger adamw at FreeBSD.org
Mon Oct 21 00:39:20 UTC 2013


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 at 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 at 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 at FreeBSD.org
 


More information about the svn-ports-head mailing list