diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-11-08 16:16:36 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-11-08 19:29:30 +0000 |
commit | 5d6617b206c99f36d197cae7b33127870cbeeb30 (patch) | |
tree | ac7f10cdb768c3077468fc1dccbfb35b274a4587 | |
parent | 91db48840801f0971ddb5e6721a992e2eed50702 (diff) |
devel/cvise: Update version 2.8.0=>2.9.0
-rw-r--r-- | devel/cvise/Makefile | 8 | ||||
-rw-r--r-- | devel/cvise/distinfo | 6 | ||||
-rw-r--r-- | devel/cvise/files/patch-cvise.py | 11 |
3 files changed, 4 insertions, 21 deletions
diff --git a/devel/cvise/Makefile b/devel/cvise/Makefile index 61355b46f56b..d50e9dbb22d6 100644 --- a/devel/cvise/Makefile +++ b/devel/cvise/Makefile @@ -1,5 +1,5 @@ PORTNAME= cvise -PORTVERSION= 2.8.0 +PORTVERSION= 2.9.0 DISTVERSIONPREFIX= v CATEGORIES= devel python @@ -36,10 +36,4 @@ SHEBANG_FILES= cvise-delta.py cvise.py CMAKE_ARGS+= -DLLVM_DIR:PATH=${LLVM_PREFIX}/lib/cmake/llvm CMAKE_ARGS+= -DClang_DIR:PATH=${LLVM_PREFIX}/lib/cmake/clang -post-patch: - @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|' ${WRKSRC}/cvise.py - -do-test: - cd ${BUILD_WRKSRC} && pytest - .include <bsd.port.mk> diff --git a/devel/cvise/distinfo b/devel/cvise/distinfo index 9cb2ccfaa05e..dc9e6b7d3482 100644 --- a/devel/cvise/distinfo +++ b/devel/cvise/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1682787601 -SHA256 (marxin-cvise-v2.8.0_GH0.tar.gz) = cb0bd15885b18b4e79be216c6ca7bed546defc0e9b533d6103868580c690a1a1 -SIZE (marxin-cvise-v2.8.0_GH0.tar.gz) = 269582 +TIMESTAMP = 1699382911 +SHA256 (marxin-cvise-v2.9.0_GH0.tar.gz) = e4acb8c4de9433766c4d6fc90e9dfb271a9b69a60f6118b00ae5218a8ce50366 +SIZE (marxin-cvise-v2.9.0_GH0.tar.gz) = 269921 diff --git a/devel/cvise/files/patch-cvise.py b/devel/cvise/files/patch-cvise.py deleted file mode 100644 index e63a3f8051da..000000000000 --- a/devel/cvise/files/patch-cvise.py +++ /dev/null @@ -1,11 +0,0 @@ ---- cvise.py.orig 2022-02-13 16:58:05 UTC -+++ cvise.py -@@ -283,7 +283,7 @@ if __name__ == '__main__': - script = None - if args.commands: - with tempfile.NamedTemporaryFile(mode='w', delete=False, suffix='.sh') as script: -- script.write('#!/bin/bash\n\n') -+ script.write('#!%%LOCALBASE%%/bin/bash\n\n') - script.write(args.commands + '\n') - os.chmod(script.name, 0o744) - logging.info('Using temporary interestingness test: %s' % script.name) |