diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2025-02-09 06:14:56 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2025-02-09 10:03:08 +0000 |
commit | 282e680fe255c021097834c4e08a6dbe43c625ae (patch) | |
tree | 1a99628ac8c3f90272e83cbbbe04c36d09365b6b | |
parent | c26a991c6295be1a8e736346920f6c1d9c48ba41 (diff) |
devel/ispc: update 1.25.3 → 1.26.0
Reported by: portscout
-rw-r--r-- | devel/ispc/Makefile | 6 | ||||
-rw-r--r-- | devel/ispc/distinfo | 6 |
2 files changed, 7 insertions, 5 deletions
diff --git a/devel/ispc/Makefile b/devel/ispc/Makefile index b7b57da38f1d..d5f5ee554493 100644 --- a/devel/ispc/Makefile +++ b/devel/ispc/Makefile @@ -1,6 +1,6 @@ PORTNAME= ispc DISTVERSIONPREFIX= v -DISTVERSION= 1.25.3 +DISTVERSION= 1.26.0 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org @@ -19,7 +19,7 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/flex:textproc/flex \ LIB_DEPENDS= libLLVM.so:devel/llvm${LLVM_VERSION} \ libtbb.so:devel/onetbb -USES= bison cmake compiler:c++17-lang llvm:lib,min=16,max=16 python:build,test shebangfix +USES= bison cmake compiler:c++17-lang llvm:lib,min=19,max=19 python:build,test shebangfix USE_LDCONFIG= yes USE_GITHUB= yes @@ -79,4 +79,6 @@ run-examples: build ./${e} .endfor +# tests as of 1.26.0: PASSRATE (1389/1389) = 100% + .include <bsd.port.mk> diff --git a/devel/ispc/distinfo b/devel/ispc/distinfo index 4886dfbb8a93..84238e1c1afe 100644 --- a/devel/ispc/distinfo +++ b/devel/ispc/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1731084548 -SHA256 (ispc-ispc-v1.25.3_GH0.tar.gz) = 6f00038e0e86e90474f3117c3b393f6695a8fbe1b3d8fe3b1a0baf197dfb7557 -SIZE (ispc-ispc-v1.25.3_GH0.tar.gz) = 19805596 +TIMESTAMP = 1739079828 +SHA256 (ispc-ispc-v1.26.0_GH0.tar.gz) = f75b26894af1429a3dc6929ae03e2c9e99bb8c5930eda14add5d2f6674db7afb +SIZE (ispc-ispc-v1.26.0_GH0.tar.gz) = 19849086 SHA256 (google-googletest-6a7ed31_GH0.tar.gz) = f488bc430d2b5fdbc51711b142fd50dbf0f33012fa65c5f8e7d4f908ed935bcf SIZE (google-googletest-6a7ed31_GH0.tar.gz) = 904250 |