svn commit: r423254 - head

Pietro Cerutti gahr at FreeBSD.org
Tue Oct 4 11:40:08 UTC 2016


Author: gahr
Date: Tue Oct  4 11:40:07 2016
New Revision: 423254
URL: https://svnweb.freebsd.org/changeset/ports/423254

Log:
  Add some info regarding the upgrade of mail/roundcube-carddav

Modified:
  head/UPDATING

Modified: head/UPDATING
==============================================================================
--- head/UPDATING	Tue Oct  4 11:13:27 2016	(r423253)
+++ head/UPDATING	Tue Oct  4 11:40:07 2016	(r423254)
@@ -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 at 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 at FreeBSD.org


More information about the svn-ports-all mailing list