diff options
author | pooka <pooka@pkgsrc.org> | 1999-12-24 22:29:58 +0000 |
---|---|---|
committer | pooka <pooka@pkgsrc.org> | 1999-12-24 22:29:58 +0000 |
commit | c3b8ad7ebcd63465936cc29d74a1b1bad873f2ad (patch) | |
tree | ff3d7ba097bd9ecf05d8fa4fcc4f0fed8582c8f2 /games/nethack-tty | |
parent | f7c7e1c7ff8ea3b7e389b455124c4d8d00ec43bb (diff) | |
download | pkgsrc-c3b8ad7ebcd63465936cc29d74a1b1bad873f2ad.tar.gz |
Update the Nethack package to 3.3.0. nethack-qt will be non-functional
until we get qt2.0 or greater into pkgsrc.
Diffstat (limited to 'games/nethack-tty')
-rw-r--r-- | games/nethack-tty/Makefile | 17 | ||||
-rw-r--r-- | games/nethack-tty/files/md5 | 3 | ||||
-rw-r--r-- | games/nethack-tty/files/patch-sum | 14 |
3 files changed, 19 insertions, 15 deletions
diff --git a/games/nethack-tty/Makefile b/games/nethack-tty/Makefile index 4a1747489c0..04da9abafd5 100644 --- a/games/nethack-tty/Makefile +++ b/games/nethack-tty/Makefile @@ -1,14 +1,14 @@ -# $NetBSD: Makefile,v 1.4 1998/12/31 13:20:53 tv Exp $ +# $NetBSD: Makefile,v 1.5 1999/12/24 22:30:04 pooka Exp $ -DISTNAME= nethack-3.2.2 -PKGNAME= nethack-tty-3.2.2 +DISTNAME= nethack-3.3.0 +PKGNAME= nethack-tty-3.3.0 CATEGORIES= games -MASTER_SITES= http://pinky.wtower.com/nethack/sources/ +MASTER_SITES= ftp://ftp.win.tue.nl/pub/games/nethack.330/source/ MAINTAINER= root@garbled.net HOMEPAGE= http://www.win.tue.nl/games/roguelike/nethack/ -DEPENDS+= nethack-lib-3.2.2:../nethack-lib +DEPENDS+= nethack-lib-3.3.0:../nethack-lib HAS_CONFIGURE= yes CONFIGURE_SCRIPT= sys/unix/setup.sh @@ -18,9 +18,14 @@ MAKE_ENV+= GTYPE=-tty PATCHDIR= ${PKGSRCDIR}/games/nethack-lib/patches +MD5_FILE= ${.CURDIR}/../nethack-lib/files/md5 + +post-extract: + @${CHMOD} 755 ${WRKSRC}/sys/unix/setup.sh + post-patch: @${MV} ${WRKSRC}/include/config.h ${WRKSRC}/foo - @${SED} -e 's@XXXLOCALBASEXXX@${LOCALBASE}@g' <${WRKSRC}/foo> ${WRKSRC}/include/config.h + @${SED} -e 's@XXXPREFIXXXX@${PREFIX}@g' <${WRKSRC}/foo> ${WRKSRC}/include/config.h @${RM} -f ${WRKSRC}/foo .include "../../mk/bsd.pkg.mk" diff --git a/games/nethack-tty/files/md5 b/games/nethack-tty/files/md5 deleted file mode 100644 index adccd5fe5bf..00000000000 --- a/games/nethack-tty/files/md5 +++ /dev/null @@ -1,3 +0,0 @@ -$NetBSD: md5,v 1.1 1998/12/31 13:20:53 tv Exp $ - -MD5 (nethack-3.2.2.tar.gz) = c85de4d14453b3a2d182d1dfc2ca04df diff --git a/games/nethack-tty/files/patch-sum b/games/nethack-tty/files/patch-sum index 6abd6940cba..5536ae70747 100644 --- a/games/nethack-tty/files/patch-sum +++ b/games/nethack-tty/files/patch-sum @@ -1,7 +1,9 @@ -$NetBSD: patch-sum,v 1.1 1999/07/09 13:50:58 agc Exp $ +$NetBSD: patch-sum,v 1.2 1999/12/24 22:30:05 pooka Exp $ -MD5 (patch-aa) = 12bb422b2f85120950d8973bdd5bfbe6 -MD5 (patch-ab) = be16583bf6e540e266106885143d9ce6 -MD5 (patch-ac) = 86ede1504426a3b6b5de815dd9782849 -MD5 (patch-ad) = 550b27fc2a426612cfb92fec64366808 -MD5 (patch-ae) = 5407e5dc2cb0d8b325e8b7bf779e49f7 +MD5 (patch-aa) = ab2e40a9c222d914cc0ca9ecfda1cd88 +MD5 (patch-ab) = 21f70d969186fda8328f8f4a2300cebf +MD5 (patch-ac) = 4f89ee35a5901b7b8a8e376216c227ba +MD5 (patch-ad) = 1c894f6943c2b5edfcca5e36a6f43c4d +MD5 (patch-ae) = 0461964e1047cb98a734dfbe257e8325 +MD5 (patch-af) = ea67bbcb60a39b8fe0c7994b55d951e2 +MD5 (patch-ag) = 2498d677fef1a69f0c4ee79ab7d43f9b |