View | Details | Raw Unified | Return to bug 143159
Collapse All | Expand All

(-)/usr/ports/games/crafty/Makefile (-1 / +1 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	crafty
8
PORTNAME=	crafty
9
PORTVERSION=	23.0
9
PORTVERSION=	23.1
10
CATEGORIES=	games
10
CATEGORIES=	games
11
MASTER_SITES=	ftp://ftp.cis.uab.edu/pub/hyatt/pgn/:data \
11
MASTER_SITES=	ftp://ftp.cis.uab.edu/pub/hyatt/pgn/:data \
12
		ftp://ftp.cis.uab.edu/pub/hyatt/documentation/:doc \
12
		ftp://ftp.cis.uab.edu/pub/hyatt/documentation/:doc \
(-)/usr/ports/games/crafty/distinfo (-6 / +3 lines)
Lines 1-6 Link Here
1
MD5 (crafty/crafty-23.0.zip) = c0fe0ad318f313a1bf6ac4cb7427ec73
1
MD5 (crafty/crafty-23.1.zip) = c023e4844fccb6087fc7ff908363a745
2
SHA256 (crafty/crafty-23.0.zip) = 699bed07f49af02f054b6a241aa99e35a3087230664e2979b7714e5044ad89d2
2
SHA256 (crafty/crafty-23.1.zip) = 0c0c7378afa56290df959b3865b241c2ced41303c4297a1ca9e096e61734006a
3
SIZE (crafty/crafty-23.0.zip) = 419362
3
SIZE (crafty/crafty-23.1.zip) = 423190
4
MD5 (crafty/start.pgn) = 98176af8ec13945a4ec60ad9b5959412
4
MD5 (crafty/start.pgn) = 98176af8ec13945a4ec60ad9b5959412
5
SHA256 (crafty/start.pgn) = 750397385a67307bd3e565f7a86d69745476db5fed4735650af971cc94318021
5
SHA256 (crafty/start.pgn) = 750397385a67307bd3e565f7a86d69745476db5fed4735650af971cc94318021
6
SIZE (crafty/start.pgn) = 1349
6
SIZE (crafty/start.pgn) = 1349
Lines 19-24 Link Here
19
MD5 (crafty/sound.zip) = ccf72dfe83be9d11c230c9825f763af8
19
MD5 (crafty/sound.zip) = ccf72dfe83be9d11c230c9825f763af8
20
SHA256 (crafty/sound.zip) = a9cd8f9c4ebfb41a8a57056da2256c8c88d5fa21c3865f2aeea5bbe8cd2b4e24
20
SHA256 (crafty/sound.zip) = a9cd8f9c4ebfb41a8a57056da2256c8c88d5fa21c3865f2aeea5bbe8cd2b4e24
21
SIZE (crafty/sound.zip) = 737470
21
SIZE (crafty/sound.zip) = 737470
22
MD5 (crafty/book.bin) = 6d527840579904bf0e0b0a456a580a9b
23
SHA256 (crafty/book.bin) = 67a41dda9a477912b570cc5583fe5fac4f93fb2dba9db436f77f5f95217279b2
24
SIZE (crafty/book.bin) = 1697508
(-)/usr/ports/games/crafty/files/patch-chess.h (+10 lines)
Line 0 Link Here
1
--- chess.h.orig	2010-01-24 12:22:38.000000000 +0100
2
+++ chess.h	2010-01-24 12:22:45.000000000 +0100
3
@@ -23,7 +23,6 @@
4
 #include <stdio.h>
5
 #include <assert.h>
6
 #include <stdlib.h>
7
-#include <malloc.h>
8
 #include <string.h>
9
 #if !defined(TYPES_INCLUDED)
10
 #  include "lock.h"

Return to bug 143159