From owner-svn-ports-all@freebsd.org Tue Oct 4 11:40:08 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8B173AF56FA; Tue, 4 Oct 2016 11:40:08 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5B68FA62; Tue, 4 Oct 2016 11:40:08 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u94Be7MV035885; Tue, 4 Oct 2016 11:40:07 GMT (envelope-from gahr@FreeBSD.org) Received: (from gahr@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u94Be759035884; Tue, 4 Oct 2016 11:40:07 GMT (envelope-from gahr@FreeBSD.org) Message-Id: <201610041140.u94Be759035884@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gahr set sender to gahr@FreeBSD.org using -f From: Pietro Cerutti Date: Tue, 4 Oct 2016 11:40:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423254 - head X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Oct 2016 11:40:08 -0000 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@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