svn commit: r532040 - head/cad/opencascade

Thierry Thomas thierry at FreeBSD.org
Sat Apr 18 18:42:28 UTC 2020


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)


More information about the svn-ports-head mailing list