aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2016-10-04 11:40:07 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2016-10-04 11:40:07 +0000
commite85d14b10716b493d153c2948d9e15647fda5030 (patch)
treef4135950dccc0ba0853cb9fc35cd65f001b79747 /UPDATING
parent1ad9feb07e64368fcfda32d05da334cb899e40ea (diff)
downloadports-e85d14b10716b493d153c2948d9e15647fda5030.tar.gz
ports-e85d14b10716b493d153c2948d9e15647fda5030.zip
Add some info regarding the upgrade of mail/roundcube-carddav
Notes
Notes: svn path=/head/; revision=423254
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING18
1 files changed, 18 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index d691e4c107f5..ff4d64ef84d3 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,24 @@ 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.
+20161004:
+ AFFECTS: mail/roundcube-carddav
+ AUTHOR: gahr@FreeBSD.org
+
+ There is no upgrade path from the 1.0 version. You'll need to:
+
+ 1. Log off from Roundcube.
+ 2. Manually drop all carddav_* tables from your db backend.
+ 3. Upgrade the mail/roundcube-carddav port.
+
+ The new tables will be created upon login. The CardDAV plugin will need to be
+ reconfigured.
+
+ If you are running php < 7.0.0, you'll need to set the plugin option:
+ $prefs['_GLOBAL']['suppress_version_warning'] = true;
+
+ See https://github.com/blind-coder/rcmcarddav/issues/165 for details.
+
20160927:
AFFECTS: emulators/ppsspp
AUTHOR: jbeich@FreeBSD.org