Thu Oct 24 11:52:44 2019 UTC ()
Update to NetHack 3.6.2

See release notes for the changes from 3.4.3:
* http://nethack.org/v360/release.html
* http://nethack.org/v361/release.html
* http://nethack.org/v362/release.html

IMPORTANT NOTICE:
  Old 3.4.x save files are *incompatible* with this version (which
  isn't my fault). Files are now saved in /var/games/nethack360.


(pho)
diff -r1.27 -r1.28 pkgsrc/games/nethack/Makefile

cvs diff -r1.27 -r1.28 pkgsrc/games/nethack/Makefile (expand / switch to unified diff)

--- pkgsrc/games/nethack/Makefile 2017/09/26 21:43:37 1.27
+++ pkgsrc/games/nethack/Makefile 2019/10/24 11:52:44 1.28
@@ -1,16 +1,15 @@ @@ -1,16 +1,15 @@
1# $NetBSD: Makefile,v 1.27 2017/09/26 21:43:37 wiz Exp $ 1# $NetBSD: Makefile,v 1.28 2019/10/24 11:52:44 pho Exp $
2 2
3META_PACKAGE= yes 3META_PACKAGE= yes
4 4
5.include "../../games/nethack-lib/Makefile.common" 5.include "../../games/nethack-lib/Makefile.common"
6 6
7DISTNAME= nethack-all-${NETHACK_VERSION} 7DISTNAME= nethack-all-${NETHACK_VERSION}
8PKGREVISION= 4 
9CATEGORIES+= x11 8CATEGORIES+= x11
10 9
11COMMENT= Meta-package for NetHack with x11, Qt, and tty versions 10COMMENT= Meta-package for NetHack with x11, Qt, and tty versions
12 11
13DEPENDS+= nethack-tty-${NETHACK_VERSION}{,nb*}:../../games/nethack-tty 12DEPENDS+= nethack-tty-${NETHACK_VERSION}{,nb*}:../../games/nethack-tty
14DEPENDS+= nethack-x11-${NETHACK_VERSION}{,nb*}:../../games/nethack-x11 13DEPENDS+= nethack-x11-${NETHACK_VERSION}{,nb*}:../../games/nethack-x11
15 14
16.include "../../mk/bsd.pkg.mk" 15.include "../../mk/bsd.pkg.mk"