aboutsummaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2022-03-29 16:55:18 +0000
committerTobias C. Berner <tcberner@FreeBSD.org>2022-03-29 18:06:21 +0000
commit109f5b4b09c369a8a3677e030c8165451805d3b5 (patch)
treeae3753887aa3a41153b3e2d6e6bf391dc930d485 /games
parent7b4d6e5eac272940dec583a268243275acfbe6d3 (diff)
downloadports-109f5b4b09c369a8a3677e030c8165451805d3b5.tar.gz
ports-109f5b4b09c369a8a3677e030c8165451805d3b5.zip
games/black-hole-solver: update to 1.12.0
Diffstat (limited to 'games')
-rw-r--r--games/black-hole-solver/Makefile2
-rw-r--r--games/black-hole-solver/distinfo6
-rw-r--r--games/black-hole-solver/files/patch-xxHash-wrapper_xxHash-0.7.2_xxh3.h14
3 files changed, 4 insertions, 18 deletions
diff --git a/games/black-hole-solver/Makefile b/games/black-hole-solver/Makefile
index 119e5d44e121..d73ddace56b6 100644
--- a/games/black-hole-solver/Makefile
+++ b/games/black-hole-solver/Makefile
@@ -1,5 +1,5 @@
PORTNAME= black-hole-solver
-DISTVERSION= 1.10.1
+DISTVERSION= 1.12.0
CATEGORIES= games
MASTER_SITES= https://fc-solve.shlomifish.org/downloads/fc-solve/
diff --git a/games/black-hole-solver/distinfo b/games/black-hole-solver/distinfo
index cd6759fbbe65..7d3eea92f7f7 100644
--- a/games/black-hole-solver/distinfo
+++ b/games/black-hole-solver/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1603948548
-SHA256 (black-hole-solver-1.10.1.tar.xz) = 36e1953a99e02e82489a3cb109fb590bcab307b4ddaec34cb0e67347668511e2
-SIZE (black-hole-solver-1.10.1.tar.xz) = 78848
+TIMESTAMP = 1648572503
+SHA256 (black-hole-solver-1.12.0.tar.xz) = d32f32536f7573292588f41bb0d85ae42d561376c218dc4ab6badfe4904a37a7
+SIZE (black-hole-solver-1.12.0.tar.xz) = 99444
diff --git a/games/black-hole-solver/files/patch-xxHash-wrapper_xxHash-0.7.2_xxh3.h b/games/black-hole-solver/files/patch-xxHash-wrapper_xxHash-0.7.2_xxh3.h
deleted file mode 100644
index 1406bd175c65..000000000000
--- a/games/black-hole-solver/files/patch-xxHash-wrapper_xxHash-0.7.2_xxh3.h
+++ /dev/null
@@ -1,14 +0,0 @@
---- xxHash-wrapper/xxHash-0.7.2/xxh3.h.orig 2020-06-18 10:18:02 UTC
-+++ xxHash-wrapper/xxHash-0.7.2/xxh3.h
-@@ -159,8 +159,10 @@
- /* VSX stuff. It's a lot because VSX support is mediocre across compilers and
- * there is a lot of mischief with endianness. */
- #if XXH_VECTOR == XXH_VSX
--# include <altivec.h>
-+# undef bool
- # undef vector
-+# include <altivec.h>
-+# define bool _Bool
- typedef __vector unsigned long long U64x2;
- typedef __vector unsigned char U8x16;
- typedef __vector unsigned U32x4;