git: 480539061966 - main - cad/ifcopenshell: unbreak
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 04 Feb 2022 11:06:26 UTC
The branch main has been updated by lbartoletti: URL: https://cgit.FreeBSD.org/ports/commit/?id=4805390619666e2a9df3bbe078571649188d3c7f commit 4805390619666e2a9df3bbe078571649188d3c7f Author: Loïc Bartoletti <lbartoletti@FreeBSD.org> AuthorDate: 2022-02-04 11:04:50 +0000 Commit: Loïc Bartoletti <lbartoletti@FreeBSD.org> CommitDate: 2022-02-04 11:06:09 +0000 cad/ifcopenshell: unbreak Switch back to opencascade < 7.6 --- cad/ifcopenshell/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cad/ifcopenshell/Makefile b/cad/ifcopenshell/Makefile index 13ece6462cf5..e1eb435371c6 100644 --- a/cad/ifcopenshell/Makefile +++ b/cad/ifcopenshell/Makefile @@ -1,7 +1,7 @@ PORTNAME= ifcopenshell DISTVERSIONPREFIX= v DISTVERSION= 0.6.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= cad MAINTAINER= lbartoletti@FreeBSD.org @@ -12,7 +12,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING.LESSER BUILD_DEPENDS= nlohmann-json>0:devel/nlohmann-json LIB_DEPENDS= libboost_system.so:devel/boost-libs \ - libTKernel.so:cad/opencascade + libTKernel.so:cad/opencascade740 USES= cmake compiler:c++11-lang eigen:3 gnome USE_GNOME= libxml2