git: 5d6617b206c9 - main - devel/cvise: Update version 2.8.0=>2.9.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 08 Nov 2023 19:29:47 UTC
The branch main has been updated by bofh:
URL: https://cgit.FreeBSD.org/ports/commit/?id=5d6617b206c99f36d197cae7b33127870cbeeb30
commit 5d6617b206c99f36d197cae7b33127870cbeeb30
Author: Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-11-08 16:16:36 +0000
Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-11-08 19:29:30 +0000
devel/cvise: Update version 2.8.0=>2.9.0
Changelog: https://github.com/marxin/cvise/releases/tag/v2.9.0
---
devel/cvise/Makefile | 8 +-------
devel/cvise/distinfo | 6 +++---
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)