aboutsummaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authorchinsan <chinsan@FreeBSD.org>2008-08-08 22:17:31 +0800
committerchinsan <chinsan@FreeBSD.org>2008-08-08 22:17:31 +0800
commit4d1623f2a12003b0d42661662b69d077b9261d47 (patch)
treeb317c26d6daf6a4feed76fafe4be4b2af4a3f1f7 /UPDATING
parent2e1fc6e5f1d9ff3f891fd56d5cd1d621d6f7094b (diff)
downloadfreebsd-ports-graphics-4d1623f2a12003b0d42661662b69d077b9261d47.tar.gz
freebsd-ports-graphics-4d1623f2a12003b0d42661662b69d077b9261d47.tar.zst
freebsd-ports-graphics-4d1623f2a12003b0d42661662b69d077b9261d47.zip
- Update to 2.0.23
- Use standard $WWWDIR PR: ports/125950 Submitted by: appleboy <appleboy.tw at gmail.com> Approved by: maintainer (me)
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING14
1 files changed, 14 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index e6309e96cb1..f6533b97a2e 100644
--- a/UPDATING
+++ b/UPDATING
@@ -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