diff options
author | edwin <edwin@FreeBSD.org> | 2003-04-18 05:31:35 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-04-18 05:31:35 +0000 |
commit | 19b0edda207e2c82fb7337416a4702099fa6aa6c (patch) | |
tree | d7c7fd94ebc03b0568f082ad2b3ed00f2da3618c /games | |
parent | 850afb3c9cf1165746f6ffffcb2584379c334958 (diff) | |
download | FreeBSD-ports-19b0edda207e2c82fb7337416a4702099fa6aa6c.zip FreeBSD-ports-19b0edda207e2c82fb7337416a4702099fa6aa6c.tar.gz |
Maintainer update: games/dungeoncrawl
Update to beta 26.
PR: ports/50913
Submitted by: Suleiman Souhlal <refugee@vt.edu>
Release
Diffstat (limited to 'games')
-rw-r--r-- | games/dungeoncrawl/Makefile | 2 | ||||
-rw-r--r-- | games/dungeoncrawl/distinfo | 2 | ||||
-rw-r--r-- | games/dungeoncrawl/files/patch-ba | 10 |
3 files changed, 12 insertions, 2 deletions
diff --git a/games/dungeoncrawl/Makefile b/games/dungeoncrawl/Makefile index 5b5d4b6..331a4bd 100644 --- a/games/dungeoncrawl/Makefile +++ b/games/dungeoncrawl/Makefile @@ -6,7 +6,7 @@ # PORTNAME= dungeoncrawl -PORTVERSION= 4.0.0.b24 +PORTVERSION= 4.0.0.b26 CATEGORIES= games MASTER_SITES= ftp://ftp.dungeoncrawl.org/dev/4.0.x/src/ DISTNAME= dc${PORTVERSION:S/.//g}-src diff --git a/games/dungeoncrawl/distinfo b/games/dungeoncrawl/distinfo index 4d9f5cf..5743ca2 100644 --- a/games/dungeoncrawl/distinfo +++ b/games/dungeoncrawl/distinfo @@ -1 +1 @@ -MD5 (dc400b24-src.tbz2) = 3c31b556f4751a7bd989895209cd57e8 +MD5 (dc400b26-src.tbz2) = 807810185ff93f06bd4e169067644d8f diff --git a/games/dungeoncrawl/files/patch-ba b/games/dungeoncrawl/files/patch-ba new file mode 100644 index 0000000..2a60fd54 --- /dev/null +++ b/games/dungeoncrawl/files/patch-ba @@ -0,0 +1,10 @@ +--- AppHdr.h.old Sat Apr 5 14:18:24 2003 ++++ AppHdr.h Sat Apr 5 14:19:31 2003 +@@ -153,6 +153,7 @@ + #define PLAIN_TERM + //#define MULTIUSER + #include "liblinux.h" ++ #include <string.h> + + // The ALTCHARSET may come across as DEC characters/JIS on non-ibm platforms + #define CHARACTER_SET 0 |