aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbeech <beech@FreeBSD.org>2008-02-03 07:20:50 +0800
committerbeech <beech@FreeBSD.org>2008-02-03 07:20:50 +0800
commit9b0e78c6f1fc18fec20dc4cc36739d74380deb07 (patch)
treed95475c53983333204928c8aa2c02a62af88047e
parent372f18f2d0d988baa67d9af245197f1349b72df8 (diff)
downloadfreebsd-ports-gnome-9b0e78c6f1fc18fec20dc4cc36739d74380deb07.tar.gz
freebsd-ports-gnome-9b0e78c6f1fc18fec20dc4cc36739d74380deb07.tar.zst
freebsd-ports-gnome-9b0e78c6f1fc18fec20dc4cc36739d74380deb07.zip
- Add entry for www/punbb
PR: ports/119964
-rw-r--r--UPDATING20
1 files changed, 20 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index e36b7084b991..dee06deede44 100644
--- a/UPDATING
+++ b/UPDATING
@@ -6,6 +6,26 @@ You should get into the habit of checking this file for changes each
time you update your ports collection, before attempting any port
upgrades.
+20080202:
+ AFFECTS: users of www/punbb
+ AUTHOR: beech@FreeBSD.org
+
+ Install paths have changed. Please do the following prior to upgrade:
+ cd /usr/local/www
+ mv punbb punbb.old
+ cp -r punbb.old/upload punbb
+
+ It is now safe to update as usual.
+
+ Notes:
+ * You will probably get uninstall errors regarding files not found. It's
+ safe to ignore them.
+ * Your webserver path has changed from www/punbb/upload to www/punbb, please
+ adjust your webserver configuration and restart it.
+ * When you are satisfied that everything is working properly you may remove
+ the punbb.old directory.
+ rm -r /usr/local/www/punbb.old
+
20080201:
AFFECTS: users of www/ziproxy
AUTHOR: pankov_p@mail.ru