diff options
author | crees <crees@FreeBSD.org> | 2012-12-03 03:32:48 +0800 |
---|---|---|
committer | crees <crees@FreeBSD.org> | 2012-12-03 03:32:48 +0800 |
commit | 59d84c6db0aaf16d7cebf71d1b4a89e464cedc6d (patch) | |
tree | ec8dabc2205f84a21a2d85062b427f8c90628889 /UPDATING | |
parent | faeba727ad4b6cd28e67e2b7660b9c9e7c1d0fe0 (diff) | |
download | freebsd-ports-gnome-59d84c6db0aaf16d7cebf71d1b4a89e464cedc6d.tar.gz freebsd-ports-gnome-59d84c6db0aaf16d7cebf71d1b4a89e464cedc6d.tar.zst freebsd-ports-gnome-59d84c6db0aaf16d7cebf71d1b4a89e464cedc6d.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
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> |