diff options
author | Chris Rees <crees@FreeBSD.org> | 2012-12-02 19:32:48 +0000 |
---|---|---|
committer | Chris Rees <crees@FreeBSD.org> | 2012-12-02 19:32:48 +0000 |
commit | dd07918e808b899c4b88aa4c2f5b818d639148b6 (patch) | |
tree | ec8dabc2205f84a21a2d85062b427f8c90628889 /UPDATING | |
parent | 0ba0f1db672b01d72ffcd312fb204d4be269c211 (diff) | |
download | ports-dd07918e808b899c4b88aa4c2f5b818d639148b6.tar.gz ports-dd07918e808b899c4b88aa4c2f5b818d639148b6.zip |
Notes
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -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> |