diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2015-12-27 23:05:19 +0000 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2015-12-27 23:05:19 +0000 |
commit | eeda7dda1233953b600e9377452840896dc50cf7 (patch) | |
tree | 9bb7ab713eca85e47f14e42e2c3cbbc712485f27 /UPDATING | |
parent | 379ce5b3057362ee1506da73d5dd013d97f2753f (diff) |
Notes
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 |