aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorGreg Lewis <glewis@FreeBSD.org>2015-12-27 23:05:19 +0000
committerGreg Lewis <glewis@FreeBSD.org>2015-12-27 23:05:19 +0000
commiteeda7dda1233953b600e9377452840896dc50cf7 (patch)
tree9bb7ab713eca85e47f14e42e2c3cbbc712485f27 /UPDATING
parent379ce5b3057362ee1506da73d5dd013d97f2753f (diff)
downloadports-eeda7dda1233953b600e9377452840896dc50cf7.tar.gz
ports-eeda7dda1233953b600e9377452840896dc50cf7.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)
Notes
Notes: svn path=/head/; revision=404605
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING16
1 files changed, 16 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index b211aa70235b..960ae0634ed2 100644
--- a/UPDATING
+++ b/UPDATING
@@ -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