Date: Thu, 27 Nov 2014 21:21:56 +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: r373521 - head/cad/opencascade Message-ID: <201411272121.sARLLu3r063593@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: thierry Date: Thu Nov 27 21:21:55 2014 New Revision: 373521 URL: https://svnweb.freebsd.org/changeset/ports/373521 QAT: https://qat.redports.org/buildarchive/r373521/ Log: Unbreak. The tarball has been rerolled: now VTK could be optional. Since there is no option for VTK in the port, there is no impact. I'll try to add this option with the next update. Full diff at <http://people.freebsd.org/~thierry/ports/opencascade-6.8.0_141110_141120.diff> Modified: head/cad/opencascade/Makefile head/cad/opencascade/distinfo Modified: head/cad/opencascade/Makefile ============================================================================== --- head/cad/opencascade/Makefile Thu Nov 27 19:47:06 2014 (r373520) +++ head/cad/opencascade/Makefile Thu Nov 27 21:21:55 2014 (r373521) @@ -3,6 +3,7 @@ PORTNAME= opencascade PORTVERSION= 6.8.0 +PORTREVISION= 1 CATEGORIES= cad science MASTER_SITES= http://files.opencascade.com/OCCT/OCC_${PORTVERSION}_release/ @@ -14,8 +15,6 @@ LICENSE_NAME= LGPL21 with exception LICENSE_FILE= ${WRKSRC}/OCCT_LGPL_EXCEPTION.txt LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept -BROKEN= Checksum and size mismatch - LIB_DEPENDS= libtbb.so:${PORTSDIR}/devel/tbb \ libvtksys-${VTKVER}.so:${PORTSDIR}/math/vtk6 RUN_DEPENDS= bash:${PORTSDIR}/shells/bash Modified: head/cad/opencascade/distinfo ============================================================================== --- head/cad/opencascade/distinfo Thu Nov 27 19:47:06 2014 (r373520) +++ head/cad/opencascade/distinfo Thu Nov 27 21:21:55 2014 (r373521) @@ -1,2 +1,2 @@ -SHA256 (opencascade-6.8.0.tgz) = 6646c1af4b54228db15173862be6999ffb60b1d79d7b77dbc6d5e342498f0236 -SIZE (opencascade-6.8.0.tgz) = 198312319 +SHA256 (opencascade-6.8.0.tgz) = b8d8293402b0ce828dd4319b48d14bad4137696ef76afeeca614e7ef81f7d371 +SIZE (opencascade-6.8.0.tgz) = 198310135
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201411272121.sARLLu3r063593>