pkgsrc-Changes archive

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

CVS commit: pkgsrc/games/nethack-lib



Module Name:    pkgsrc
Committed By:   pho
Date:           Thu Oct 24 17:00:28 UTC 2019

Modified Files:
        pkgsrc/games/nethack-lib: Makefile.common

Log Message:
Fix incorrect wording in a comment


To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 pkgsrc/games/nethack-lib/Makefile.common

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/games/nethack-lib/Makefile.common
diff -u pkgsrc/games/nethack-lib/Makefile.common:1.36 pkgsrc/games/nethack-lib/Makefile.common:1.37
--- pkgsrc/games/nethack-lib/Makefile.common:1.36       Thu Oct 24 11:51:23 2019
+++ pkgsrc/games/nethack-lib/Makefile.common    Thu Oct 24 17:00:28 2019
@@ -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_VERSION=      ${NETHACK_BASEVER}
 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