diff options
author | crees <crees@FreeBSD.org> | 2012-07-03 05:36:44 +0800 |
---|---|---|
committer | crees <crees@FreeBSD.org> | 2012-07-03 05:36:44 +0800 |
commit | 176035c425f38d847301a4170d3fb93fdc4fb1cd (patch) | |
tree | b081f599228b06b9006df3af2b8bf4eadc440f17 /databases | |
parent | 78ade5124c07aa6dbbecd776fedd1f0e117df489 (diff) | |
download | freebsd-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/Makefile | 2 |
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 |