Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Feb 2022 11:06:26 GMT
From:      =?utf-8?Q?Lo=C3=AFc Bartoletti?= <lbartoletti@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 480539061966 - main - cad/ifcopenshell: unbreak
Message-ID:  <202202041106.214B6QIU085268@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202202041106.214B6QIU085268>