aboutsummaryrefslogtreecommitdiffstats
path: root/databases
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 /databases
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 'databases')
-rw-r--r--databases/couchdb/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/couchdb/Makefile b/databases/couchdb/Makefile
index b812a0de6cf8..d86f3d769142 100644
--- a/databases/couchdb/Makefile
+++ b/databases/couchdb/Makefile
@@ -56,7 +56,7 @@ pre-everything::
@if [ -f ${PREFIX}/etc/couchdb/local.ini -a \
! -f ${PREFIX}/etc/couchdb/local.ini.sample ] && \
${PKG_INFO} -qX '${PKGBASE}-[01].[^2-6][0-9]*(\.[0-9a-z]*)*(,1)?'; \
- then ${ECHO_MSG} Please see UPDATING note 20120613 to avoid loss of your local.ini ; \
+ then ${ECHO_MSG} Please see UPDATING note 20120702 to avoid loss of your local.ini ; \
exit 2 ; \
fi