aboutsummaryrefslogtreecommitdiff
path: root/benchmarks
diff options
context:
space:
mode:
authorEdward Tomasz Napierala <trasz@FreeBSD.org>2008-06-18 10:03:44 +0000
committerEdward Tomasz Napierala <trasz@FreeBSD.org>2008-06-18 10:03:44 +0000
commit341bea55cb18e2f77203e244e9783b24d2edaec8 (patch)
treefc20acae52fc4986cce26d86bd2e1452a34713cb /benchmarks
parent507b59dca2feb7d7a0fe8abafef31592031ba209 (diff)
downloadports-341bea55cb18e2f77203e244e9783b24d2edaec8.tar.gz
ports-341bea55cb18e2f77203e244e9783b24d2edaec8.zip
- Distfile was rerolled and its contents slightly modified.
Notes
Notes: svn path=/head/; revision=215056
Diffstat (limited to 'benchmarks')
-rw-r--r--benchmarks/fhourstones/Makefile1
-rw-r--r--benchmarks/fhourstones/distinfo6
-rw-r--r--benchmarks/fhourstones/files/patch-Makefile18
3 files changed, 14 insertions, 11 deletions
diff --git a/benchmarks/fhourstones/Makefile b/benchmarks/fhourstones/Makefile
index 7e1f35da982b..578196d1cf4b 100644
--- a/benchmarks/fhourstones/Makefile
+++ b/benchmarks/fhourstones/Makefile
@@ -7,6 +7,7 @@
PORTNAME= fhourstones
PORTVERSION= 3.1
+PORTREVISION= 1
CATEGORIES= benchmarks
MASTER_SITES= http://homepages.cwi.nl/~tromp/c4/
DISTNAME= Fhourstones
diff --git a/benchmarks/fhourstones/distinfo b/benchmarks/fhourstones/distinfo
index 14b50ae2d15d..4e71fe8bebbb 100644
--- a/benchmarks/fhourstones/distinfo
+++ b/benchmarks/fhourstones/distinfo
@@ -1,3 +1,3 @@
-MD5 (Fhourstones.tar.gz) = 4137746ea1520aa6041ed1cd9b1a0d26
-SHA256 (Fhourstones.tar.gz) = a7b3562562b5522900480aaa29d70e1b70239ef028a0d5222a41c7222e3f5a6c
-SIZE (Fhourstones.tar.gz) = 10387
+MD5 (Fhourstones.tar.gz) = 020cc5476aba44e4abf343e63fd47fca
+SHA256 (Fhourstones.tar.gz) = 3fcca1fc0685709024f4c738a5a9575ac62ca7867265348ab0f3651b1e60a599
+SIZE (Fhourstones.tar.gz) = 11396
diff --git a/benchmarks/fhourstones/files/patch-Makefile b/benchmarks/fhourstones/files/patch-Makefile
index cc579396ec34..adf8596da270 100644
--- a/benchmarks/fhourstones/files/patch-Makefile
+++ b/benchmarks/fhourstones/files/patch-Makefile
@@ -1,8 +1,10 @@
---- /dev/null Thu Nov 23 08:54:18 2006
-+++ Makefile Thu Nov 23 08:54:28 2006
-@@ -0,0 +1,5 @@
-+all: SearchGame
-+
-+SearchGame: Game.c SearchGame.c TransGame.c
-+ $(CC) -o $@ $(CFLAGS) SearchGame.c
-+
+--- Makefile.orig 2008-06-17 21:47:28.000000000 +0200
++++ Makefile 2008-06-17 21:47:37.000000000 +0200
+@@ -1,6 +1,6 @@
+ # GNU Makefile
+
+-CFLAGS = -O3 -Wextra -Wall
++CFLAGS += -Wextra -Wall
+ CFILES = SearchGame.c TransGame.c Game.c
+ JAVAFILES = SearchGame.java Connect4.java Game.java TransGame.java
+ HASKELLFILES = Main.hs Connect4.hs GameTreeSearch.hs