aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2013-10-21 00:39:20 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2013-10-21 00:39:20 +0000
commit0a3b1a708423bd598f73f0ca881d2242948f5c32 (patch)
treea3b152838934422bde1bea173be6cc36a836378a /UPDATING
parent3a659e95a402e208e00fab6b969aae25d3e9d0f3 (diff)
downloadports-0a3b1a708423bd598f73f0ca881d2242948f5c32.tar.gz
ports-0a3b1a708423bd598f73f0ca881d2242948f5c32.zip
Notes
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING19
1 files changed, 19 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index e0d8a5e41a17..08c575b3a1d0 100644
--- a/UPDATING
+++ b/UPDATING
@@ -6,6 +6,25 @@ You should get into the habit of checking this file for changes each time
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