aboutsummaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authornork <nork@FreeBSD.org>2010-02-14 22:01:31 +0800
committernork <nork@FreeBSD.org>2010-02-14 22:01:31 +0800
commitbd4a8bc371b11fa7eaeb8f8a2bb64bb780f026ed (patch)
tree61f61ef168ca38afa7845644e6fb84697162551a /UPDATING
parente63c6c34ac1672d4a8183b8fa4f58ac836f154cc (diff)
downloadfreebsd-ports-gnome-bd4a8bc371b11fa7eaeb8f8a2bb64bb780f026ed.tar.gz
freebsd-ports-gnome-bd4a8bc371b11fa7eaeb8f8a2bb64bb780f026ed.tar.zst
freebsd-ports-gnome-bd4a8bc371b11fa7eaeb8f8a2bb64bb780f026ed.zip
Preparing japanese/roundcube import.
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING13
1 files changed, 13 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index ee979f6e8ad1..e4b6bcccd5f4 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,19 @@ they are unavoidable.
You should get into the habit of checking this file for changes each time
you update your ports collection, before attempting any port upgrades.
+20100214:
+ AFFECTS: users of japanese/roundcube
+ AUTHOR: nork@FreeBSD.org
+
+ If you switch mail/roundcube to japanese/roundcube, please re-check
+ configuration files like ${PREFIX}/www/roundcube/config/main.inc.php.
+ At least, please add following settings:
+
+ $rcmail_config['message_charset_languages'] = array('en_US' => 'ISO-8859-1', ...
+ $rcmail_config['transfer_encoding_languages'] = array('en_US' => 'quoted-printable', ...
+
+ SEE ALSO: ${PREFIX}/www/roundcube/config/main.inc.php.dist
+
20100207:
AFFECTS: users of www/firefox
AUTHOR: beat@FreeBSD.org