Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Apr 2020 18:42:28 +0000 (UTC)
From:      Thierry Thomas <thierry@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r532040 - head/cad/opencascade
Message-ID:  <202004181842.03IIgSxm046815@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: thierry
Date: Sat Apr 18 18:42:27 2020
New Revision: 532040
URL: https://svnweb.freebsd.org/changeset/ports/532040

Log:
  Switch to VTK-8.1.

Modified:
  head/cad/opencascade/Makefile

Modified: head/cad/opencascade/Makefile
==============================================================================
--- head/cad/opencascade/Makefile	Sat Apr 18 18:02:05 2020	(r532039)
+++ head/cad/opencascade/Makefile	Sat Apr 18 18:42:27 2020	(r532040)
@@ -3,7 +3,7 @@
 
 PORTNAME=	opencascade
 PORTVERSION=	7.4.0
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	cad science
 MASTER_SITES=	LOCAL/thierry
 
@@ -16,7 +16,7 @@ LICENSE_FILE=	${WRKSRC}/OCCT_LGPL_EXCEPTION.txt
 LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
 
 LIB_DEPENDS=	libfontconfig.so:x11-fonts/fontconfig	\
-		libvtksys-${VTKVER}.so:math/vtk6	\
+		libvtksys-${VTKVER}.so:math/vtk8	\
 		libfreetype.so:print/freetype2		\
 		libtbb.so:devel/tbb
 RUN_DEPENDS=	bash:shells/bash
@@ -37,7 +37,7 @@ SHEBANG_FILES=	adm/templates/*.sh	\
 		gendoc
 ENVSH=		adm/templates/env.sh
 
-VTKVER=		6.2
+VTKVER=		8.1
 
 OPTIONS_DEFINE=	DOCS DOXYGEN FFMPEG VIS
 VIS_DESC=	Build Visualizazion module (requires OpenGL, freetype, ftgl and gl2ps)



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