Date: Tue, 19 Nov 2024 11:45:37 GMT From: Ganael LAPLANCHE <martymac@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: be4d14c34c09 - main - cad/opencascade: Chase oneTBB update Message-ID: <202411191145.4AJBjbCV029480@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by martymac: URL: https://cgit.FreeBSD.org/ports/commit/?id=be4d14c34c09e842a24db73178f5b48d75910472 commit be4d14c34c09e842a24db73178f5b48d75910472 Author: Ganael LAPLANCHE <martymac@FreeBSD.org> AuthorDate: 2024-11-19 11:36:31 +0000 Commit: Ganael LAPLANCHE <martymac@FreeBSD.org> CommitDate: 2024-11-19 11:45:30 +0000 cad/opencascade: Chase oneTBB update Opencascade hardcodes oneTBB library version in file: lib/cmake/OpenCASCADE/OpenCASCADEDrawTargets.cmake Commit 2e1a63a ('devel/onetbb: Update to 2022.0.0') made the library bump, so bump PORTREVISION to chase the new version. PR: 282850 Reported by: John Hein <jcfyecrayz@liamekaens.com> Approved by: portmgr (blanket) --- cad/opencascade/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cad/opencascade/Makefile b/cad/opencascade/Makefile index 500fe49cad69..44811ddca835 100644 --- a/cad/opencascade/Makefile +++ b/cad/opencascade/Makefile @@ -1,7 +1,7 @@ PORTNAME= opencascade DISTVERSIONPREFIX= V DISTVERSION= 7_8_1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= cad science DIST_SUBDIR= ${PORTNAME}-${DISTVERSION}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202411191145.4AJBjbCV029480>