From owner-svn-ports-all@freebsd.org Thu Oct 29 05:22:03 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 99F8744084A; Thu, 29 Oct 2020 05:22:03 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4CMDMb3dbLz49qx; Thu, 29 Oct 2020 05:22:03 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 45FD22863F; Thu, 29 Oct 2020 05:22:03 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 09T5M3LT043922; Thu, 29 Oct 2020 05:22:03 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 09T5M25t043919; Thu, 29 Oct 2020 05:22:02 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <202010290522.09T5M25t043919@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Thu, 29 Oct 2020 05:22:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r553585 - head/games/black-hole-solver X-SVN-Group: ports-head X-SVN-Commit-Author: tcberner X-SVN-Commit-Paths: head/games/black-hole-solver X-SVN-Commit-Revision: 553585 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Oct 2020 05:22:03 -0000 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 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