diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2019-12-24 07:50:05 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2019-12-24 07:50:05 +0000 |
commit | 14388d64e34cfe827f65dd9e6aab0dcfb0df5b0c (patch) | |
tree | 10e139e463cea5173f52d617815f71455e4940c6 | |
parent | f51e93a43b9382c67ea26c63fe1cc62f9c873cd8 (diff) | |
download | ports-14388d64e34cfe827f65dd9e6aab0dcfb0df5b0c.tar.gz ports-14388d64e34cfe827f65dd9e6aab0dcfb0df5b0c.zip |
Notes
-rw-r--r-- | math/rumur/Makefile | 5 | ||||
-rw-r--r-- | math/rumur/distinfo | 6 |
2 files changed, 6 insertions, 5 deletions
diff --git a/math/rumur/Makefile b/math/rumur/Makefile index 54e2900030dd..352ab4c2dc43 100644 --- a/math/rumur/Makefile +++ b/math/rumur/Makefile @@ -2,7 +2,7 @@ PORTNAME= rumur DISTVERSIONPREFIX= v -DISTVERSION= 2019.11.24 +DISTVERSION= 2019.12.22 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org @@ -14,7 +14,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libgmpxx.so:math/gmp USES= bison cmake compiler:c++11-lang python shebangfix -SHEBANG_FILES= rumur/src/rumur-run tests/integration-tests.py +SHEBANG_FILES= rumur/src/rumur-run +SHEBANG_GLOB= *.py USE_GITHUB= yes GH_ACCOUNT= Smattr USE_LDCONFIG= yes diff --git a/math/rumur/distinfo b/math/rumur/distinfo index ce5ff6e58f5b..36b9a81963ef 100644 --- a/math/rumur/distinfo +++ b/math/rumur/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1575157775 -SHA256 (Smattr-rumur-v2019.11.24_GH0.tar.gz) = c58f9b79003a6bc585f9c6fb9decbd630f97207e4570f85fbad357a922886aaa -SIZE (Smattr-rumur-v2019.11.24_GH0.tar.gz) = 215535 +TIMESTAMP = 1577173539 +SHA256 (Smattr-rumur-v2019.12.22_GH0.tar.gz) = 046c2114bd2923f54fd82e36e841313b563f5dcf96aca62adb5f7195ecdffb97 +SIZE (Smattr-rumur-v2019.12.22_GH0.tar.gz) = 216275 |