From owner-svn-ports-head@freebsd.org Sun Feb 9 16:01:20 2020 Return-Path: Delivered-To: svn-ports-head@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 1C11023C453; Sun, 9 Feb 2020 16:01:20 +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 48Fv0b72sJz4HL5; Sun, 9 Feb 2020 16:01:19 +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 ED09F8A6D; Sun, 9 Feb 2020 16:01:19 +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 019G1Jgu049995; Sun, 9 Feb 2020 16:01:19 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 019G1JMB049993; Sun, 9 Feb 2020 16:01:19 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <202002091601.019G1JMB049993@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sun, 9 Feb 2020 16:01:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r525663 - head/math/rumur X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/math/rumur X-SVN-Commit-Revision: 525663 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Feb 2020 16:01:20 -0000 Author: yuri Date: Sun Feb 9 16:01:19 2020 New Revision: 525663 URL: https://svnweb.freebsd.org/changeset/ports/525663 Log: math/rumur: Update 2020.01.11 -> 2020.01.27-1 Reported by: portscout Modified: head/math/rumur/Makefile head/math/rumur/distinfo Modified: head/math/rumur/Makefile ============================================================================== --- head/math/rumur/Makefile Sun Feb 9 15:49:09 2020 (r525662) +++ head/math/rumur/Makefile Sun Feb 9 16:01:19 2020 (r525663) @@ -1,8 +1,8 @@ # $FreeBSD$ PORTNAME= rumur -DISTVERSIONPREFIX= v -DISTVERSION= 2020.01.11 +DISTVERSIONPREFIX= debian/v +DISTVERSION= 2020.01.27-1 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org @@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libgmpxx.so:math/gmp -USES= bison cmake compiler:c++11-lang python shebangfix +USES= bison cmake compiler:c++11-lang python:build shebangfix SHEBANG_FILES= rumur/src/rumur-run SHEBANG_GLOB= *.py USE_GITHUB= yes @@ -23,10 +23,10 @@ USE_LDCONFIG= yes CMAKE_ON= BUILD_SHARED_LIBS CMAKE_ARGS= BISON_EXECUTABLE:STRING=${LOCALBASE}/bin/bison -BINARY_ALIAS= python=${PYTHON_CMD} +BINARY_ALIAS= python3=${PYTHON_CMD} do-test: @cd ${BUILD_WRKSRC} && \ - ${WRKSRC}/tests/integration-tests.py --verbose + ${SETENV} ${CONFIGURE_ENV} ${CMAKE_BIN} --build . --target test .include Modified: head/math/rumur/distinfo ============================================================================== --- head/math/rumur/distinfo Sun Feb 9 15:49:09 2020 (r525662) +++ head/math/rumur/distinfo Sun Feb 9 16:01:19 2020 (r525663) @@ -1,3 +1,3 @@ -TIMESTAMP = 1578891494 -SHA256 (Smattr-rumur-v2020.01.11_GH0.tar.gz) = 1b71feb320b8b0ec5caa8d68395cbaf5d4538c333e5ed1c2cb7f4a903c0f0cd4 -SIZE (Smattr-rumur-v2020.01.11_GH0.tar.gz) = 223987 +TIMESTAMP = 1581263110 +SHA256 (Smattr-rumur-debian-v2020.01.27-1_GH0.tar.gz) = 00b887486ef5820a296a4218aaf08924072dc86a7e99dd3b5eed9ad741403a74 +SIZE (Smattr-rumur-debian-v2020.01.27-1_GH0.tar.gz) = 230863