diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2010-01-06 21:58:05 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2010-01-06 21:58:05 +0000 |
commit | 0a914cd04e31cd6b69844b261e82598ce92afc61 (patch) | |
tree | ff1fa2ebd7572a2dcd02e0b16a820575a00149f9 /UPDATING | |
parent | 14d1e6a6f42e2ad8546c20fc986705a098001618 (diff) | |
download | ports-0a914cd04e31cd6b69844b261e82598ce92afc61.tar.gz ports-0a914cd04e31cd6b69844b261e82598ce92afc61.zip |
Notes
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -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. +20100106: + AFFECTS: users of devel/websvn + AUTHOR: miwi@FreeBSD.org + + The default install directory for websvn has changed from + ${PREFIX}/www/data/websvn to ${PREFIX}/www/websvn. + + If you are updating from a previous version, to preserve your settings + and data, please do the following: + + mv /usr/local/www/data/websvn /usr/local/www + + Then update as usual. + 20091227: AFFECTS: users of sysutils/grok AUTHOR: Wesley Shields <wxs@FreeBSD.org> |