diff options
author | glewis <glewis@FreeBSD.org> | 2015-12-28 07:05:19 +0800 |
---|---|---|
committer | glewis <glewis@FreeBSD.org> | 2015-12-28 07:05:19 +0800 |
commit | 1d476ecb431b4e3e16956353edee4cfccf1d77c8 (patch) | |
tree | 9bb7ab713eca85e47f14e42e2c3cbbc712485f27 /UPDATING | |
parent | 52c57d3fc4ed898b7011ea5058cac79e97387237 (diff) | |
download | freebsd-ports-gnome-1d476ecb431b4e3e16956353edee4cfccf1d77c8.tar.gz freebsd-ports-gnome-1d476ecb431b4e3e16956353edee4cfccf1d77c8.tar.zst freebsd-ports-gnome-1d476ecb431b4e3e16956353edee4cfccf1d77c8.zip |
. Modify the nethack34 port to install itself in a versionsed fashion to
make way for a port of NetHack 3.6.0.
. Add a note to updating on how to preserve save and bones files.
PR: 205255
Submitted by: groot@kde.org (partially)
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -5,6 +5,22 @@ 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. +20151227: + AFFECTS: users of games/nethack34 + AUTHOR: glewis@FreeBSD.org + + The port name and installation location of games/nethack34 have changed + to allow for a port of NetHack 3.6.0. To preserve your save and bones + files do the following after updating: + + # sudo cp -p ${LOCALBASE}/share/nethack/save/* ${LOCALBASE}/share/nethack34/save/ + # sudo cp -p ${LOCALBASE}/share/nethack/bon* ${LOCALBASE}/share/nethack34/ + + After verifying the files were copied correctly, remove the playground + directory (as these files are incompatible with NetHack 3.6.0). + + # sudo rm -r ${LOCALBASE}/share/nethack + 20151219: AFFECTS: users of net/samba4, net/samba41 AUTHOR: timur@FreeBSD.org |