svn commit: r553585 - head/games/black-hole-solver

Tobias C. Berner tcberner at FreeBSD.org
Thu Oct 29 05:22:03 UTC 2020


Author: tcberner
Date: Thu Oct 29 05:22:02 2020
New Revision: 553585
URL: https://svnweb.freebsd.org/changeset/ports/553585

Log:
  games/black-hole-solver: update to 1.10.1

Modified:
  head/games/black-hole-solver/Makefile
  head/games/black-hole-solver/distinfo
  head/games/black-hole-solver/pkg-plist

Modified: head/games/black-hole-solver/Makefile
==============================================================================
--- head/games/black-hole-solver/Makefile	Thu Oct 29 05:02:52 2020	(r553584)
+++ head/games/black-hole-solver/Makefile	Thu Oct 29 05:22:02 2020	(r553585)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	black-hole-solver
-DISTVERSION=	1.8.0
+DISTVERSION=	1.10.1
 CATEGORIES=	games
 MASTER_SITES=	https://fc-solve.shlomifish.org/downloads/fc-solve/
 
@@ -14,7 +14,9 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 BUILD_DEPENDS=	rinutils>0:devel/rinutils \
 		p5-Path-Tiny>=0:devel/p5-Path-Tiny
 
-USES=		cmake compiler:c11 tar:xz
+USES=		cmake compiler:c11 python:build tar:xz
 USE_PERL5=	build
+
+BINARY_ALIAS=	python3=${PYTHON_CMD}
 
 .include <bsd.port.mk>

Modified: head/games/black-hole-solver/distinfo
==============================================================================
--- head/games/black-hole-solver/distinfo	Thu Oct 29 05:02:52 2020	(r553584)
+++ head/games/black-hole-solver/distinfo	Thu Oct 29 05:22:02 2020	(r553585)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1595751723
-SHA256 (black-hole-solver-1.8.0.tar.xz) = f73c14272545baa4cba717b61646ec0c610b124e1721288b0a9bff680bb9982c
-SIZE (black-hole-solver-1.8.0.tar.xz) = 76264
+TIMESTAMP = 1603948548
+SHA256 (black-hole-solver-1.10.1.tar.xz) = 36e1953a99e02e82489a3cb109fb590bcab307b4ddaec34cb0e67347668511e2
+SIZE (black-hole-solver-1.10.1.tar.xz) = 78848

Modified: head/games/black-hole-solver/pkg-plist
==============================================================================
--- head/games/black-hole-solver/pkg-plist	Thu Oct 29 05:02:52 2020	(r553584)
+++ head/games/black-hole-solver/pkg-plist	Thu Oct 29 05:22:02 2020	(r553585)
@@ -4,6 +4,6 @@ include/black-hole-solver/bool.h
 include/black-hole-solver/fcs_dllexport.h
 lib/libblack_hole_solver.so
 lib/libblack_hole_solver.so.1
-lib/libblack_hole_solver.so.1.0.0
+lib/libblack_hole_solver.so.1.0.1
 libdata/pkgconfig/libblack-hole-solver.pc
 share/man/man6/black-hole-solve.6.gz


More information about the svn-ports-all mailing list