pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/games/nethack-lib Fix incorrect wording in a comment



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f546c9b479fc
branches:  trunk
changeset: 403252:f546c9b479fc
user:      pho <pho%pkgsrc.org@localhost>
date:      Thu Oct 24 17:00:28 2019 +0000

description:
Fix incorrect wording in a comment

diffstat:

 games/nethack-lib/Makefile.common |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r dda5f6041c1c -r f546c9b479fc games/nethack-lib/Makefile.common
--- a/games/nethack-lib/Makefile.common Thu Oct 24 16:54:40 2019 +0000
+++ b/games/nethack-lib/Makefile.common Thu Oct 24 17:00:28 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.36 2019/10/24 11:51:23 pho Exp $
+# $NetBSD: Makefile.common,v 1.37 2019/10/24 17:00:28 pho Exp $
 #
 # used by games/nethack/Makefile
 # used by games/nethack-lib/Makefile
@@ -16,7 +16,8 @@
 NETHACK_DISTVER=       ${NETHACK_BASEVER:S/.//g}
 NETHACK_DIR=           nethackdir${NETHACK_SAVEVER:S/.//g}
 
-# The last compatible version of save files.
+# The oldest compatible version of save files. Only change this when
+# the upstream breaks save file compatibility.
 NETHACK_SAVEVER=       3.6.0
 
 DISTNAME=              nethack-${NETHACK_DISTVER}-src



Home | Main Index | Thread Index | Old Index