summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2010-01-27 01:04:01 +0000
committerMartin Wilke <miwi@FreeBSD.org>2010-01-27 01:04:01 +0000
commit7a409cbc345561a8cb15aec6cef59015299d74cc (patch)
treefd0800b7f20f77eb7aba423bb2d5f0393f6ba30a /games
parent- Unbreak for amd64 (diff)
- Update to 23.1
PR: 143159 Submitted by: Florian Smeets <flo@kasimir.com> (maintainer)
Notes
Notes: svn path=/head/; revision=248647
Diffstat (limited to 'games')
-rw-r--r--games/crafty/Makefile2
-rw-r--r--games/crafty/distinfo9
-rw-r--r--games/crafty/files/patch-chess.h10
3 files changed, 14 insertions, 7 deletions
diff --git a/games/crafty/Makefile b/games/crafty/Makefile
index 5e869bebb59a..3d5e943c8a12 100644
--- a/games/crafty/Makefile
+++ b/games/crafty/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= crafty
-PORTVERSION= 23.0
+PORTVERSION= 23.1
CATEGORIES= games
MASTER_SITES= ftp://ftp.cis.uab.edu/pub/hyatt/pgn/:data \
ftp://ftp.cis.uab.edu/pub/hyatt/documentation/:doc \
diff --git a/games/crafty/distinfo b/games/crafty/distinfo
index d568af4cb7ed..68bc024ef0fb 100644
--- a/games/crafty/distinfo
+++ b/games/crafty/distinfo
@@ -1,6 +1,6 @@
-MD5 (crafty/crafty-23.0.zip) = c0fe0ad318f313a1bf6ac4cb7427ec73
-SHA256 (crafty/crafty-23.0.zip) = 699bed07f49af02f054b6a241aa99e35a3087230664e2979b7714e5044ad89d2
-SIZE (crafty/crafty-23.0.zip) = 419362
+MD5 (crafty/crafty-23.1.zip) = c023e4844fccb6087fc7ff908363a745
+SHA256 (crafty/crafty-23.1.zip) = 0c0c7378afa56290df959b3865b241c2ced41303c4297a1ca9e096e61734006a
+SIZE (crafty/crafty-23.1.zip) = 423190
MD5 (crafty/start.pgn) = 98176af8ec13945a4ec60ad9b5959412
SHA256 (crafty/start.pgn) = 750397385a67307bd3e565f7a86d69745476db5fed4735650af971cc94318021
SIZE (crafty/start.pgn) = 1349
@@ -19,6 +19,3 @@ SIZE (crafty/bitmaps.tgz) = 27317
MD5 (crafty/sound.zip) = ccf72dfe83be9d11c230c9825f763af8
SHA256 (crafty/sound.zip) = a9cd8f9c4ebfb41a8a57056da2256c8c88d5fa21c3865f2aeea5bbe8cd2b4e24
SIZE (crafty/sound.zip) = 737470
-MD5 (crafty/book.bin) = 6d527840579904bf0e0b0a456a580a9b
-SHA256 (crafty/book.bin) = 67a41dda9a477912b570cc5583fe5fac4f93fb2dba9db436f77f5f95217279b2
-SIZE (crafty/book.bin) = 1697508
diff --git a/games/crafty/files/patch-chess.h b/games/crafty/files/patch-chess.h
new file mode 100644
index 000000000000..073779471229
--- /dev/null
+++ b/games/crafty/files/patch-chess.h
@@ -0,0 +1,10 @@
+--- chess.h.orig 2010-01-24 12:22:38.000000000 +0100
++++ chess.h 2010-01-24 12:22:45.000000000 +0100
+@@ -23,7 +23,6 @@
+ #include <stdio.h>
+ #include <assert.h>
+ #include <stdlib.h>
+-#include <malloc.h>
+ #include <string.h>
+ #if !defined(TYPES_INCLUDED)
+ # include "lock.h"