aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorChris Rees <crees@FreeBSD.org>2012-12-02 19:32:48 +0000
committerChris Rees <crees@FreeBSD.org>2012-12-02 19:32:48 +0000
commitdd07918e808b899c4b88aa4c2f5b818d639148b6 (patch)
treeec8dabc2205f84a21a2d85062b427f8c90628889 /UPDATING
parent0ba0f1db672b01d72ffcd312fb204d4be269c211 (diff)
downloadports-dd07918e808b899c4b88aa4c2f5b818d639148b6.tar.gz
ports-dd07918e808b899c4b88aa4c2f5b818d639148b6.zip
Don't clobber configuration files if reinstalled.
No PORTREVISION bump, because otherwise many will blindly update and possibly lose everything. Hopefully people will read UPDATING before the next update! PR: ports/173238 PR: ports/173233 Submitted by: crees Approved by: kevlo (maintainer) Feature safe: yes
Notes
Notes: svn path=/head/; revision=308115
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING18
1 files changed, 18 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index b188122430ca..f1c8d00f8c5c 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,24 @@ 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.
+20121202:
+ AFFECTS: Users of www/owncloud
+ AUTHOR: crees@FreeBSD.org
+
+ www/owncloud includes the entire WWWDIR directory structure in pkg-plist.
+
+ This means that if you upgrade it, your config files are added to pkg-plist,
+ and are then removed on the next deinstall.
+
+ This issue has been fixed, but you must back up your install of owncloud and
+ reinstall to avoid data loss;
+
+ # cd /usr/ports/www/owncloud
+ # tar cfC /tmp/owncloud.tar `make -VWWWDIR` .
+ # make deinstall
+ # tar xfC /tmp/owncloud.tar `make -VWWWDIR`
+ # make install clean && rm /tmp/owncloud.tar
+
20121201:
AFFECTS: Users of www/typo3
AUTHOR: Helmut Ritter <freebsd-ports@charlieroot.de>