Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 1 Jun 2013 09:17:52 GMT
From:      Gautam Mani <execve@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/179168: [maintenance] [patch] Update games/stockfish to version 3
Message-ID:  <201306010917.r519HqXg056452@oldred.FreeBSD.org>
Resent-Message-ID: <201306010920.r519K0Sx099969@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         179168
>Category:       ports
>Synopsis:       [maintenance] [patch] Update games/stockfish to version 3
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jun 01 09:20:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Gautam Mani
>Release:        9-STABLE
>Organization:
NA
>Environment:
FreeBSD xxxxx 9.1-STABLE FreeBSD 9.1-STABLE #9 r+1bee561-dirty: Sun Feb 24 00:12:20 IST 2013     root@xxxxx:/usr/obj/usr/src/sys/MYKERNEL  amd64

>Description:
Updated to stockfish-3. Tested on amd64 9-stable.

I havent been able to test all combinations with redports due to auth problems. the website is also showing a 404. 
>How-To-Repeat:
NA
>Fix:
patch attached.

Patch attached with submission follows:

diff --git a/ports/stockfish/Makefile b/ports/stockfish/Makefile
index d5925f7..1a9918a 100644
--- a/ports/stockfish/Makefile
+++ b/ports/stockfish/Makefile
@@ -1,16 +1,16 @@
 # Created by: Gautam Mani <execve@gmail.com>
-# $FreeBSD: ports/games/stockfish/Makefile,v 1.7 2012/11/17 05:57:53 svnexp Exp $
+# $FreeBSD$
 
 PORTNAME=	stockfish
-PORTVERSION=	2.3.1
+PORTVERSION=	3
 CATEGORIES=	games
-MASTER_SITES=	http://cl.ly/2t3y2k2Y3Y1H/download/:src \
+MASTER_SITES=	http://cl.ly/2n1O3h2d3u2W/download/:src \
 		http://www.execve.net/sf/:src \
-		http://api.cld.me/2R1L1Y0V0b1M3M1B1D26/download/:book \
+		http://cl.ly/3x333m0G173F/download/:book \
 		http://www.execve.net/sf/:book
 DISTNAME=	stockfish-${PORTVERSION:S/.//g}-linux
 DISTFILES=	stockfish-${PORTVERSION:S/.//g}-linux.zip:src \
-		sf-211-book.zip:book
+		stockfish-231-book.zip:book
 
 MAINTAINER=	execve@gmail.com
 COMMENT=	Open source chess engine
@@ -21,7 +21,7 @@ USE_ZIP=	yes
 WRKSRC=		${WRKDIR}/${DISTNAME}/src
 USE_GMAKE=	yes
 MYARCH=		${ARCH}
-BOOKDIR=	sf-211-book
+BOOKDIR=	.
 PORTDOCS=	Readme.txt polyglot.ini
 PORTDATA=	Book.bin
 FETCH_ARGS=	-Fpr
diff --git a/ports/stockfish/distinfo b/ports/stockfish/distinfo
index fca568a..14e6922 100644
--- a/ports/stockfish/distinfo
+++ b/ports/stockfish/distinfo
@@ -1,4 +1,4 @@
-SHA256 (stockfish-231-linux.zip) = 119acf339d18b8b23c6142a72c9d8e09edf385c20a811a458bc0b63472c6a682
-SIZE (stockfish-231-linux.zip) = 852252
-SHA256 (sf-211-book.zip) = fc4b2964128278dcf076b1601a5fb7a6cc88d87d9f617d32fa82aeb05cfdff74
-SIZE (sf-211-book.zip) = 8831695
+SHA256 (stockfish-3-linux.zip) = ccae1ae491eba86f02e10891f4b110007bd97f5e2a71871ca895f309d5031019
+SIZE (stockfish-3-linux.zip) = 807403
+SHA256 (stockfish-231-book.zip) = 07ee06bcd3fe1c5e0d90a2d0aede8bac2dd31d52fb4e1c9bc477bb5a8939e414
+SIZE (stockfish-231-book.zip) = 3479786
diff --git a/ports/stockfish/pkg-descr b/ports/stockfish/pkg-descr
index 662d4c4..174ec8a 100644
--- a/ports/stockfish/pkg-descr
+++ b/ports/stockfish/pkg-descr
@@ -1,5 +1,9 @@
-Stockfish is an open-source UCI chess engine based on Glaurung.
-Stockfish is an alpha-beta searcher and uses a bitboard representation.
+Stockfish is a free UCI chess engine derived from Glaurung 2.1. It is
+not a complete chess program and requires some UCI-compatible GUI
+(e.g. XBoard with PolyGlot, eboard, Arena, Sigma Chess, Shredder, Chess
+Partner or Fritz) in order to be used comfortably. Read the
+documentation for your GUI of choice for information about how to use
+Stockfish with it.
 
 Stockfish is free and uses the GPL license. You can download, read, 
 and modify the source code.


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306010917.r519HqXg056452>