svn commit: r525663 - head/math/rumur
Yuri Victorovich
yuri at FreeBSD.org
Sun Feb 9 16:01:20 UTC 2020
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 at 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 <bsd.port.mk>
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
More information about the svn-ports-all
mailing list