summaryrefslogtreecommitdiff
path: root/games/nethack34
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2003-12-11 19:57:17 +0000
committerPav Lucistnik <pav@FreeBSD.org>2003-12-11 19:57:17 +0000
commiteffde617aa822c426e7d8becf2a2c3ce3458b5a6 (patch)
treec8def0357a1860b937734aaf3779f1958fde4aa9 /games/nethack34
parentAdd anomy-sanitizer 1.63, sanitize and clean incoming/outgoing mail. (diff)
- Update to 3.4.3
PR: ports/60136 Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org>
Notes
Notes: svn path=/head/; revision=95632
Diffstat (limited to 'games/nethack34')
-rw-r--r--games/nethack34/Makefile4
-rw-r--r--games/nethack34/distinfo2
-rw-r--r--games/nethack34/files/patch-aa22
3 files changed, 14 insertions, 14 deletions
diff --git a/games/nethack34/Makefile b/games/nethack34/Makefile
index 6dd72c811891..99f99ad6a2e3 100644
--- a/games/nethack34/Makefile
+++ b/games/nethack34/Makefile
@@ -6,11 +6,11 @@
#
PORTNAME= nethack
-PORTVERSION= 3.4.2
+PORTVERSION= 3.4.3
CATEGORIES?= games
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
-DISTNAME= ${PORTNAME}-${PORTVERSION:S/.//g}
+DISTNAME= ${PORTNAME}-${PORTVERSION:S/.//g}-src
EXTRACT_SUFX= .tgz
MAINTAINER?= ports@FreeBSD.org
diff --git a/games/nethack34/distinfo b/games/nethack34/distinfo
index d15665fd70a4..9be2d9c9c424 100644
--- a/games/nethack34/distinfo
+++ b/games/nethack34/distinfo
@@ -1 +1 @@
-MD5 (nethack-342.tgz) = 90e971dbaee2f05f6a2ed3454851903a
+MD5 (nethack-343-src.tgz) = 21479c95990eefe7650df582426457f9
diff --git a/games/nethack34/files/patch-aa b/games/nethack34/files/patch-aa
index d045f10d2789..9b1c91188991 100644
--- a/games/nethack34/files/patch-aa
+++ b/games/nethack34/files/patch-aa
@@ -1,6 +1,6 @@
---- include/config.h.orig Thu Mar 21 08:42:43 2002
-+++ include/config.h Tue Aug 13 05:41:47 2002
-@@ -122,7 +122,7 @@
+--- include/config.h.orig Sun Dec 7 23:39:13 2003
++++ include/config.h Thu Dec 11 02:27:55 2003
+@@ -126,7 +126,7 @@
* would allow:
* xpmtoppm <x11tiles.xpm | pnmscale 1.25 | ppmquant 90 >x11tiles_big.xpm
*/
@@ -9,7 +9,7 @@
# ifdef USE_XPM
# define GRAPHIC_TOMBSTONE /* Use graphical tombstone (rip.xpm) */
# endif
-@@ -163,11 +163,11 @@
+@@ -169,11 +169,11 @@
#ifdef UNIX
/* path and file name extension for compression program */
@@ -25,12 +25,12 @@
#endif
#ifndef COMPRESS
-@@ -201,7 +201,7 @@
- # ifdef __APPLE__
- # define HACKDIR "nethackdir" /* nethack directory */
- # else
--# define HACKDIR "/usr/games/lib/nethackdir"
-+# define HACKDIR "%%HACKDIR%%"
- # endif
+@@ -204,7 +204,7 @@
+ * otherwise it will be the current directory.
+ */
+ # ifndef HACKDIR
+-# define HACKDIR "/usr/games/lib/nethackdir"
++# define HACKDIR "%%HACKDIR%%"
# endif
+ /*