aboutsummaryrefslogtreecommitdiff
path: root/games/crafty
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2010-04-02 17:09:09 +0000
committerMartin Wilke <miwi@FreeBSD.org>2010-04-02 17:09:09 +0000
commit6ac76a855f99cbce8fce87a702dae855d44d1fbb (patch)
tree128e8a5499d7e4be8c01805065babfd242520709 /games/crafty
parenta31fb11e7263a265a09afaaf8deee647133ac02d (diff)
downloadports-6ac76a855f99cbce8fce87a702dae855d44d1fbb.tar.gz
ports-6ac76a855f99cbce8fce87a702dae855d44d1fbb.zip
Notes
Diffstat (limited to 'games/crafty')
-rw-r--r--games/crafty/Makefile5
-rw-r--r--games/crafty/distinfo6
-rw-r--r--games/crafty/files/patch-Makefile16
3 files changed, 14 insertions, 13 deletions
diff --git a/games/crafty/Makefile b/games/crafty/Makefile
index 3d5e943c8a12..ba1db5f02c7c 100644
--- a/games/crafty/Makefile
+++ b/games/crafty/Makefile
@@ -6,9 +6,10 @@
#
PORTNAME= crafty
-PORTVERSION= 23.1
+PORTVERSION= 23.2
CATEGORIES= games
-MASTER_SITES= ftp://ftp.cis.uab.edu/pub/hyatt/pgn/:data \
+MASTER_SITES= http://www.craftychess.com/:src \
+ ftp://ftp.cis.uab.edu/pub/hyatt/pgn/:data \
ftp://ftp.cis.uab.edu/pub/hyatt/documentation/:doc \
ftp://ftp.cis.uab.edu/pub/hyatt/source/:src \
ftp://ftp.cis.uab.edu/pub/hyatt/book/:utils \
diff --git a/games/crafty/distinfo b/games/crafty/distinfo
index 68bc024ef0fb..20f445f38468 100644
--- a/games/crafty/distinfo
+++ b/games/crafty/distinfo
@@ -1,6 +1,6 @@
-MD5 (crafty/crafty-23.1.zip) = c023e4844fccb6087fc7ff908363a745
-SHA256 (crafty/crafty-23.1.zip) = 0c0c7378afa56290df959b3865b241c2ced41303c4297a1ca9e096e61734006a
-SIZE (crafty/crafty-23.1.zip) = 423190
+MD5 (crafty/crafty-23.2.zip) = 522bb6b4ad1f04c198e6f9b2a0b1503d
+SHA256 (crafty/crafty-23.2.zip) = f7bd2881cbde29874f4c0934afe82acd9276256fcb1ffc622b23930ac396d951
+SIZE (crafty/crafty-23.2.zip) = 424434
MD5 (crafty/start.pgn) = 98176af8ec13945a4ec60ad9b5959412
SHA256 (crafty/start.pgn) = 750397385a67307bd3e565f7a86d69745476db5fed4735650af971cc94318021
SIZE (crafty/start.pgn) = 1349
diff --git a/games/crafty/files/patch-Makefile b/games/crafty/files/patch-Makefile
index 46bacfd5af70..43ccfaa81b92 100644
--- a/games/crafty/files/patch-Makefile
+++ b/games/crafty/files/patch-Makefile
@@ -1,17 +1,17 @@
---- Makefile.orig 2009-01-27 04:15:14.000000000 +0300
-+++ Makefile 2009-02-28 03:36:17.000000000 +0300
-@@ -119,11 +119,11 @@
+--- Makefile.orig 2010-03-30 17:06:21.000000000 +0200
++++ Makefile 2010-03-30 17:06:57.000000000 +0200
+@@ -81,11 +81,11 @@
freebsd:
$(MAKE) target=FreeBSD \
- CC=gcc CXX='$(CC)' \
-- CFLAGS='$(CFLAGS) -fomit-frame-pointer -m486 -O3 -Wall' \
-- CXFLAGS=$(CFLAGS) \
-- LDFLAGS='$(LDFLAGS) -lpthread' \
+- CFLAGS='-fomit-frame-pointer -m486 -O3 -Wall' \
+- CXFLAGS='-fomit-frame-pointer -m486 -O3 -Wall' \
+- LDFLAGS=$(LDFLAGS) \
- opt='$(opt) -DINLINE32' \
+ CC='$(CC)' CXX='$(CC)' \
-+ CFLAGS='$(CFLAGS) -fomit-frame-pointer -Wall' \
-+ CXFLAGS='$(CXXFLAGS)' \
++ CFLAGS='$(CFLAGS) -fomit-frame-pointer -O3 -Wall' \
++ CXFLAGS='$(CXXFLAGS) -fomit-frame-pointer -O3 -Wall' \
+ LDFLAGS='$(LDFLAGS) -pthread -lstdc++' \
+ opt='$(opt)' \
crafty-make