git: 109f5b4b09c3 - main - games/black-hole-solver: update to 1.12.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 29 Mar 2022 18:07:14 UTC
The branch main has been updated by tcberner: URL: https://cgit.FreeBSD.org/ports/commit/?id=109f5b4b09c369a8a3677e030c8165451805d3b5 commit 109f5b4b09c369a8a3677e030c8165451805d3b5 Author: Tobias C. Berner <tcberner@FreeBSD.org> AuthorDate: 2022-03-29 16:55:18 +0000 Commit: Tobias C. Berner <tcberner@FreeBSD.org> CommitDate: 2022-03-29 18:06:21 +0000 games/black-hole-solver: update to 1.12.0 --- games/black-hole-solver/Makefile | 2 +- games/black-hole-solver/distinfo | 6 +++--- .../files/patch-xxHash-wrapper_xxHash-0.7.2_xxh3.h | 14 -------------- 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;