diff --git a/math/rumur/Makefile b/math/rumur/Makefile index 0947841cbe39..b3697ddd2330 100644 --- a/math/rumur/Makefile +++ b/math/rumur/Makefile @@ -1,30 +1,30 @@ PORTNAME= rumur DISTVERSIONPREFIX= v -DISTVERSION= 2020.12.20 +DISTVERSION= 2021.09.29 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org COMMENT= Model checker, a formal verification tool for state machines LICENSE= PD LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libgmpxx.so:math/gmp USES= bison cmake compiler:c++11-lang python:build shebangfix SHEBANG_FILES= rumur/src/rumur-run SHEBANG_GLOB= *.py USE_GITHUB= yes GH_ACCOUNT= Smattr USE_LDCONFIG= yes CMAKE_ON= BUILD_SHARED_LIBS CMAKE_ARGS= BISON_EXECUTABLE:STRING=${LOCALBASE}/bin/bison BINARY_ALIAS= python3=${PYTHON_CMD} do-test: @cd ${BUILD_WRKSRC} && \ ${SETENV} ${CONFIGURE_ENV} ${CMAKE_BIN} --build . --target check .include diff --git a/math/rumur/distinfo b/math/rumur/distinfo index 7b8f2735010a..b25e081a773f 100644 --- a/math/rumur/distinfo +++ b/math/rumur/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1608844484 -SHA256 (Smattr-rumur-v2020.12.20_GH0.tar.gz) = 0d9a4c202b2b6f4cbd8179e7a9993e13ee81eda0cb04b7ab0f46248980d26c77 -SIZE (Smattr-rumur-v2020.12.20_GH0.tar.gz) = 299922 +TIMESTAMP = 1633073535 +SHA256 (Smattr-rumur-v2021.09.29_GH0.tar.gz) = e61eb820375168955da24dd29e03033991695606263fe040566d20158c3c8cde +SIZE (Smattr-rumur-v2021.09.29_GH0.tar.gz) = 313520 diff --git a/math/rumur/pkg-plist b/math/rumur/pkg-plist index c51bcb8e105d..de20b0954cca 100644 --- a/math/rumur/pkg-plist +++ b/math/rumur/pkg-plist @@ -1,38 +1,41 @@ bin/murphi2c bin/murphi2murphi +bin/murphi2uclid bin/murphi2xml bin/rumur bin/rumur-run include/rumur/Boolean.h include/rumur/Comment.h include/rumur/Decl.h include/rumur/Expr.h include/rumur/Function.h include/rumur/Model.h include/rumur/Node.h include/rumur/Number.h include/rumur/Property.h include/rumur/Ptr.h include/rumur/Rule.h include/rumur/Stmt.h include/rumur/Symtab.h include/rumur/TypeExpr.h include/rumur/except.h include/rumur/indexer.h include/rumur/location.hh include/rumur/parse.h include/rumur/parser.yy.hh include/rumur/position.hh include/rumur/resolve-symbols.h -include/rumur/rumur.h include/rumur/rumur-get-version.h +include/rumur/rumur.h +include/rumur/sanitise_rule_names.h include/rumur/scanner.h include/rumur/stack.hh include/rumur/traverse.h include/rumur/validate.h lib/librumur.so man/man1/murphi2c.1.gz man/man1/murphi2murphi.1.gz +man/man1/murphi2uclid.1.gz man/man1/murphi2xml.1.gz man/man1/rumur-run.1.gz man/man1/rumur.1.gz