aboutsummaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authorcrees <crees@FreeBSD.org>2012-07-03 05:36:44 +0800
committercrees <crees@FreeBSD.org>2012-07-03 05:36:44 +0800
commit176035c425f38d847301a4170d3fb93fdc4fb1cd (patch)
treeb081f599228b06b9006df3af2b8bf4eadc440f17 /UPDATING
parent78ade5124c07aa6dbbecd776fedd1f0e117df489 (diff)
downloadfreebsd-ports-gnome-176035c425f38d847301a4170d3fb93fdc4fb1cd.tar.gz
freebsd-ports-gnome-176035c425f38d847301a4170d3fb93fdc4fb1cd.tar.zst
freebsd-ports-gnome-176035c425f38d847301a4170d3fb93fdc4fb1cd.zip
Document upgrade procedure for couchdb to avoid loss of local.ini file.
Correct date in Makefile's reference to UPDATING entry. PR: ports/168923
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING12
1 files changed, 12 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 515571499c79..f9e4c6e53a3f 100644
--- a/UPDATING
+++ b/UPDATING
@@ -6,6 +6,18 @@ You should get into the habit of checking this file for changes each time
you update your ports collection, before attempting any port upgrades.
20120702:
+ AFFECTS: users of databases/couchdb
+ AUTHOR: crees@FreeBSD.org, Adam Strohl <adams-ports@ateamsystems.com>
+
+ The couchdb port has an unfortunate side effect; versions before 1.2.0
+ will clobber local.ini. The port will refuse to build if that file is
+ present and an earlier version is installed, however no such protection
+ can be afforded to package installation.
+
+ To upgrade from 1.1.0 and earlier, simply move PREFIX/etc/couchdb/local.ini
+ out of the way until the upgrade is complete.
+
+20120702:
AFFECTS: users of net-im/mikutter
AUTHOR: tota@FreeBSD.org