View | Details | Raw Unified | Return to bug 269935
Collapse All | Expand All

(-)b/devel/cvise/Makefile (-4 / +18 lines)
Lines 1-5 Link Here
1
PORTNAME=	cvise
1
PORTNAME=	cvise
2
PORTVERSION=	2.4.0
2
PORTVERSION=	2.7.0
3
DISTVERSIONPREFIX=	v
3
DISTVERSIONPREFIX=	v
4
CATEGORIES=	devel python
4
CATEGORIES=	devel python
5
5
Lines 29-46 TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} \ Link Here
29
# once this is installed, all tests pass for me:
29
# once this is installed, all tests pass for me:
30
# 260 passed, 1 skipped in 64.82 seconds
30
# 260 passed, 1 skipped in 64.82 seconds
31
31
32
USES=		cmake python:3.6+ shebangfix
32
USES=		cmake compiler python:3.6+ shebangfix
33
CMAKE_ARGS+=	-DLLVM_DIR:PATH=${LOCALBASE}/llvm${LLVM_VER}/lib/cmake/llvm
33
CMAKE_ARGS+=	-DLLVM_DIR:PATH=${LOCALBASE}/llvm${LLVM_VER}/lib/cmake/llvm
34
CMAKE_ARGS+=	-DClang_DIR:PATH=${LOCALBASE}/llvm${LLVM_VER}/lib/cmake/clang
34
CMAKE_ARGS+=	-DClang_DIR:PATH=${LOCALBASE}/llvm${LLVM_VER}/lib/cmake/clang
35
LLVM_VER=	13
35
LLVM_VER=	15
36
SHEBANG_FILES=	cvise-delta.py cvise.py
36
SHEBANG_FILES=	cvise-delta.py cvise.py
37
USE_GITHUB=	yes
37
USE_GITHUB=	yes
38
GH_ACCOUNT=	marxin
38
GH_ACCOUNT=	marxin
39
39
40
PATCH_SITES=	https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
41
PATCHFILES+=	ff4e51e093a53615362f77c956d90f0f728c12e5.patch:-p1
42
PATCHFILES+=	80476310943053aa97969d6410743bddb2d1c770.patch:-p1
43
PATCHFILES+=	c560ef24eae3946573317d20759938209fb882fa.patch:-p1
44
PATCHFILES+=	222313aa5467d22ba58d3fdc3198abdf75a07f0e.patch:-p1
45
46
.include <bsd.port.pre.mk>
47
48
.if ${COMPILER_TYPE} == "clang" && ${COMPILER_VERSION} < 150
49
CPP=		clang-cpp${LLVM_VER}
50
CC=		clang${LLVM_VER}
51
CXX=		clang++${LLVM_VER}
52
.endif
53
40
post-patch:
54
post-patch:
41
	@${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|' ${WRKSRC}/cvise.py
55
	@${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|' ${WRKSRC}/cvise.py
42
56
43
do-test:
57
do-test:
44
	cd ${BUILD_WRKSRC} && pytest
58
	cd ${BUILD_WRKSRC} && pytest
45
59
46
.include <bsd.port.mk>
60
.include <bsd.port.post.mk>
(-)b/devel/cvise/distinfo (-3 / +11 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1644767746
1
TIMESTAMP = 1677785583
2
SHA256 (marxin-cvise-v2.4.0_GH0.tar.gz) = 55ae8c39bdbaddba9a2ac1173bef7995e58387bc81f4610125dd1488c8e8b1ae
2
SHA256 (marxin-cvise-v2.7.0_GH0.tar.gz) = a0468bb16b99c9bc67b7cdd6557a79d441e5e1f253fdf7d73f21c15f9dc3b444
3
SIZE (marxin-cvise-v2.4.0_GH0.tar.gz) = 252810
3
SIZE (marxin-cvise-v2.7.0_GH0.tar.gz) = 269155
4
SHA256 (ff4e51e093a53615362f77c956d90f0f728c12e5.patch) = 260fec0128a6c5e9ff5b8a3cd767c100de38683f23bbad64ae2debeb69eb61ed
5
SIZE (ff4e51e093a53615362f77c956d90f0f728c12e5.patch) = 1316
6
SHA256 (80476310943053aa97969d6410743bddb2d1c770.patch) = 327a7ca6b8eccb23dc553bc509995ed5c893fd6df0d24f8f7c9dd8ae233eeea0
7
SIZE (80476310943053aa97969d6410743bddb2d1c770.patch) = 1924
8
SHA256 (c560ef24eae3946573317d20759938209fb882fa.patch) = 3f1b06d3cef99edda363305a189c636de09d123b3504ce7f6e71cc8db453d4bc
9
SIZE (c560ef24eae3946573317d20759938209fb882fa.patch) = 837
10
SHA256 (222313aa5467d22ba58d3fdc3198abdf75a07f0e.patch) = def653fe4309d4f0d1196517934e704f681e4b2295983477588fe052c4c73f3e
11
SIZE (222313aa5467d22ba58d3fdc3198abdf75a07f0e.patch) = 877

Return to bug 269935