Date: Sun, 9 Feb 2025 10:03:14 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 282e680fe255 - main - =?utf-8?Q?devel/ispc: update 1.25.3 =E2=86=92 1.26.0?= Message-ID: <202502091003.519A3Eet088007@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=282e680fe255c021097834c4e08a6dbe43c625ae commit 282e680fe255c021097834c4e08a6dbe43c625ae Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2025-02-09 06:14:56 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2025-02-09 10:03:08 +0000 devel/ispc: update 1.25.3 → 1.26.0 Reported by: portscout --- devel/ispc/Makefile | 6 ++++-- 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202502091003.519A3Eet088007>