nethack: bump version.

This commit is contained in:
Jerome Duval
2019-11-24 00:00:06 +01:00
parent 2d2ba8d89b
commit fe6aea82ae
2 changed files with 8 additions and 8 deletions

View File

@@ -5,9 +5,9 @@ called Hack (1985), which is a descendant of Rogue (1980)."
HOMEPAGE="http://www.nethack.org/"
COPYRIGHT="1985-2015 Stichting Mathematisch Centrum and M. Stephenson"
LICENSE="nethack"
REVISION="2"
SOURCE_URI="https://www.nethack.org/download/3.6.1/nethack-361-src.tgz"
CHECKSUM_SHA256="4b8cbf1cc3ad9f6b9bae892d44a9c63106d44782a210906162a7c3be65040ab6"
REVISION="1"
SOURCE_URI="https://www.nethack.org/download/$portVersion/nethack-362-src.tgz"
CHECKSUM_SHA256="fbd00ada6a4ee347ecd4a350a5b2995b4b4ab5dcc63881b3bc4485b0479ddb1d"
SOURCE_DIR="nethack-$portVersion"
PATCHES="nethack-$portVersion.patchset"

View File

@@ -1,11 +1,11 @@
From 0b71f7544bde04daa8c5ee349c3b2a685d170f4d Mon Sep 17 00:00:00 2001
From 447d080513544fb8d8db74777aa2abfe566ab5b5 Mon Sep 17 00:00:00 2001
From: Mikolaj 'lich' Halber <lich@opmbx.org>
Date: Sun, 20 Dec 2015 13:49:37 +0000
Subject: Added Haiku support
diff --git a/sys/unix/Makefile.doc b/sys/unix/Makefile.doc
index dd3703b..5ee096e 100644
index 1d2f535..ddffc50 100644
--- a/sys/unix/Makefile.doc
+++ b/sys/unix/Makefile.doc
@@ -19,7 +19,7 @@ GUIDEBOOK = Guidebook # regular ASCII file
@@ -28,7 +28,7 @@ index dd3703b..5ee096e 100644
NHGREP = $(MAKEDEFS) --grep --input - --output -
@@ -97,7 +97,7 @@ distrib: $(DISTRIB)
Guidebook.txt : Guidebook.mn tmac.n
Guidebook.txt : Guidebook.mn tmac.n tmac.nh
$(GUIDECMD) > Guidebook.txt
-MAN2TXT = $(NHGREP) | nroff -man - | $(COLCMD)
+MAN2TXT = $(NHGREP) | nroff -man -|awk {print $0}
@@ -36,7 +36,7 @@ index dd3703b..5ee096e 100644
cat nethack.6 | $(MAN2TXT) > nethack.txt
lev_comp.txt : lev_comp.6
diff --git a/sys/unix/Makefile.utl b/sys/unix/Makefile.utl
index 9119cef..7937199 100644
index 78e9d72..ef11e44 100644
--- a/sys/unix/Makefile.utl
+++ b/sys/unix/Makefile.utl
@@ -111,8 +111,8 @@ OBJDIR = ../src
@@ -101,5 +101,5 @@ index 0000000..83db3ae
+VARFILEPERM = 0600
+GAMEPERM = 0755
--
2.19.1
2.23.0