From owner-svn-ports-all@FreeBSD.ORG Tue Mar 17 15:25:36 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4B5E9909; Tue, 17 Mar 2015 15:25:36 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 36BE1D09; Tue, 17 Mar 2015 15:25:36 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t2HFPal9050671; Tue, 17 Mar 2015 15:25:36 GMT (envelope-from truckman@FreeBSD.org) Received: (from truckman@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t2HFPaZk050670; Tue, 17 Mar 2015 15:25:36 GMT (envelope-from truckman@FreeBSD.org) Message-Id: <201503171525.t2HFPaZk050670@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: truckman set sender to truckman@FreeBSD.org using -f From: Don Lewis Date: Tue, 17 Mar 2015 15:25:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r381495 - 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.18-1 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, 17 Mar 2015 15:25:36 -0000 Author: truckman Date: Tue Mar 17 15:25:35 2015 New Revision: 381495 URL: https://svnweb.freebsd.org/changeset/ports/381495 QAT: https://qat.redports.org/buildarchive/r381495/ Log: Document new location of user settings for editors/openoffice*. Approved by: mat (mentor) Modified: head/UPDATING Modified: head/UPDATING ============================================================================== --- head/UPDATING Tue Mar 17 15:04:43 2015 (r381494) +++ head/UPDATING Tue Mar 17 15:25:35 2015 (r381495) @@ -5,6 +5,20 @@ 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. +20150317: + AFFECTS: users of editors/openoffice-4 and editors/openoffice-devel + AUTHOR: truckman@FreeBSD.org + + Contrary to what is stated in pkg-message, openoffice-4 and + openoffice-devel have stored user settings in ~/.openoffice.org-devel/4 + since r325370 (2013-08-25). This update expects user settings to reside + in the more standard ~/.openoffice.org/4. + + To preserve your user settings, rename or copy them from + ~/.openoffice.org-devel/4 to ~/.openoffice.org/4. when installing this + update to apache-openoffice-4.1.1_7 or + apache-openoffice-devel-4.2.1652526_2,3. + 20150313: AFFECTS: users of net/serviio AUTHOR: netchild@FreeBSD.org