svn commit: r373521 - head/cad/opencascade

Thierry Thomas thierry at FreeBSD.org
Thu Nov 27 21:21:57 UTC 2014


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


More information about the svn-ports-head mailing list