aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2014-07-22 14:45:40 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2014-07-22 14:45:40 +0000
commit0246ce141b5d6fc01b87202548d41d3b939db401 (patch)
treefd81b80b4c9e21f26c7ba66b5918303e91545a33 /UPDATING
parentac369e6a9fdae8314eda13e4d10e9a4f20f43744 (diff)
downloadports-0246ce141b5d6fc01b87202548d41d3b939db401.tar.gz
ports-0246ce141b5d6fc01b87202548d41d3b939db401.zip
Update to 3.8.1. Along with this, savegame data is now in
/usr/local/var/games instead of /var/games. This was necessary because @sample cannot operate outside of %%PREFIX%%, and previously the port would overwrite or remove previously saved games. This is easier, better and more hier(7)ful.
Notes
Notes: svn path=/head/; revision=362545
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING9
1 files changed, 9 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index e378850035ff..d5d537f3b1e7 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,15 @@ 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.
+20140722
+ AFFECTS: users of games/bsdgames
+ AUTHOR: adamw@adamw.org
+
+ bsdgames now expects savegame data in /usr/local/var/games instead of
+ /var/games. To continue using your saved games,
+
+ cp -rp /var/games/* /usr/local/var/games
+
20140714:
AFFECTS: users of databases/db6
AUTHOR: mandree@FreeBSD.org