From owner-svn-ports-all@freebsd.org Sat Feb 8 19:10:38 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 9BCF12495F9; Sat, 8 Feb 2020 19:10:38 +0000 (UTC) (envelope-from yuri@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) server-signature RSA-PSS (4096 bits) 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 48FMFV3fyDz4B7v; Sat, 8 Feb 2020 19:10:38 +0000 (UTC) (envelope-from yuri@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 5EDC821EF5; Sat, 8 Feb 2020 19:10:38 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 018JAcBs074239; Sat, 8 Feb 2020 19:10:38 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 018JAcBR074238; Sat, 8 Feb 2020 19:10:38 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <202002081910.018JAcBR074238@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sat, 8 Feb 2020 19:10:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r525595 - head/math/boolector X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/math/boolector X-SVN-Commit-Revision: 525595 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.29 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: Sat, 08 Feb 2020 19:10:38 -0000 Author: yuri Date: Sat Feb 8 19:10:37 2020 New Revision: 525595 URL: https://svnweb.freebsd.org/changeset/ports/525595 Log: math/boolector: Update 3.1.0 -> 3.2.0 Reported by: portscout Modified: head/math/boolector/Makefile head/math/boolector/distinfo Modified: head/math/boolector/Makefile ============================================================================== --- head/math/boolector/Makefile Sat Feb 8 19:04:20 2020 (r525594) +++ head/math/boolector/Makefile Sat Feb 8 19:10:37 2020 (r525595) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= boolector -DISTVERSION= 3.1.0 +DISTVERSION= 3.2.0 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org @@ -21,8 +21,11 @@ GH_ACCOUNT= Boolector CMAKE_ON= BUILD_SHARED_LIBS -do-test: # tests assume that python-3.6 is installed # some tests fail: https://github.com/Boolector/boolector/issues/53 - @${REINPLACE_CMD} 's|#!/usr/bin/env python2|#!${LOCALBASE}/bin/python3.6|' ${WRKSRC}/contrib/btorcheckmodel.py +do-test: # tests assume that python-3.7 and bash are installed + @${FIND} ${WRKDIR} -name "*.py" \ + | ${XARGS} ${REINPLACE_CMD} -e 's|#!/usr/bin/env python$$|#!${LOCALBASE}/bin/python3.7| ; s|#!/usr/bin/env python3$$|#!${LOCALBASE}/bin/python3.7|' + @${FIND} ${WRKDIR} -name "*.sh" \ + | ${XARGS} ${REINPLACE_CMD} 's|#!/bin/bash$$|#!${LOCALBASE}/bin/bash|' @cd ${BUILD_WRKSRC} && \ ${SETENV} ${CONFIGURE_ENV} ${CMAKE_BIN} ${CMAKE_ARGS} -DBUILD_TESTING:BOOL=ON ${CMAKE_SOURCE_PATH} && \ ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} ${ALL_TARGET} && \ Modified: head/math/boolector/distinfo ============================================================================== --- head/math/boolector/distinfo Sat Feb 8 19:04:20 2020 (r525594) +++ head/math/boolector/distinfo Sat Feb 8 19:10:37 2020 (r525595) @@ -1,3 +1,3 @@ -TIMESTAMP = 1575434687 -SHA256 (Boolector-boolector-3.1.0_GH0.tar.gz) = 0c799f4e835e7f20ae7ecf7c3c8a99b9638b01cfe7b7f5dd1bc93ac478a0b06c -SIZE (Boolector-boolector-3.1.0_GH0.tar.gz) = 1548782 +TIMESTAMP = 1581185405 +SHA256 (Boolector-boolector-3.2.0_GH0.tar.gz) = 5065ed4032f2761aff509a99df2124c0de1ab4fc8e7407d271946c92d564f268 +SIZE (Boolector-boolector-3.2.0_GH0.tar.gz) = 1558017