diff options
author | Chin-San Huang <chinsan@FreeBSD.org> | 2008-08-08 14:17:31 +0000 |
---|---|---|
committer | Chin-San Huang <chinsan@FreeBSD.org> | 2008-08-08 14:17:31 +0000 |
commit | 24fd51fda5d0056c24cbb8210bb12afe4541a72e (patch) | |
tree | de677781449598d01d6854046be0e803b5f59bc4 /UPDATING | |
parent | 6e61f7898f842102ab1b9405a2db80aae6194746 (diff) | |
download | ports-24fd51fda5d0056c24cbb8210bb12afe4541a72e.tar.gz ports-24fd51fda5d0056c24cbb8210bb12afe4541a72e.zip |
- Update to 2.0.23
- Use standard $WWWDIR
PR: ports/125950
Submitted by: appleboy <appleboy.tw at gmail.com>
Approved by: maintainer (me)
Notes
Notes:
svn path=/head/; revision=218246
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -6,6 +6,20 @@ You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20080808 + AFFECTS: users of chinese/phpbb-tw + AUTHOR: chinsan@FreeBSD.org + + The default install directory for phpbb-tw has changed from + ${PREFIX}/www/data/phpBB2 to ${PREFIX}/www/phpBB2. + + If you are updating from a previous version, to preserve your + settings and data, please do the following: + + mv /usr/local/www/data/phpBB2 /usr/local/www + + Then update as usual. + 20080806: AFFECTS: users of net-p2p/transmission AUTHOR: mezz@FreeBSD.org |