View | Details | Raw Unified | Return to bug 262140
Collapse All | Expand All

(-)b/cad/freecad/Makefile (-5 / +2 lines)
Lines 1-6 Link Here
1
PORTNAME=	FreeCAD
1
PORTNAME=	FreeCAD
2
DISTVERSION=	0.19.2
2
DISTVERSION=	0.19.3
3
PORTREVISION=	4
4
# use these for bugfixes/snapshots
3
# use these for bugfixes/snapshots
5
# DISTVERSION=	0.18-16093 # git rev-list --count
4
# DISTVERSION=	0.18-16093 # git rev-list --count
6
# DISTVERSIONSUFFIX=	-g690774c0e
5
# DISTVERSIONSUFFIX=	-g690774c0e
Lines 12-19 COMMENT= General purpose 3D CAD modeller Link Here
12
LICENSE=	LGPL20+
11
LICENSE=	LGPL20+
13
LICENSE_FILE=	${WRKSRC}/LICENSE
12
LICENSE_FILE=	${WRKSRC}/LICENSE
14
13
15
BROKEN=		does not build with OpenCascade 7.6 (yet)
16
17
BUILD_DEPENDS=	pyside_tool.py:devel/pyside2-tools@${PY_FLAVOR} \
14
BUILD_DEPENDS=	pyside_tool.py:devel/pyside2-tools@${PY_FLAVOR} \
18
		${PYTHON_SITELIBDIR}/matplotlib/__init__.py:math/py-matplotlib@${PY_FLAVOR} \
15
		${PYTHON_SITELIBDIR}/matplotlib/__init__.py:math/py-matplotlib@${PY_FLAVOR} \
19
		swig:devel/swig
16
		swig:devel/swig
Lines 25-31 LIB_DEPENDS= libexpat.so:textproc/expat2 \ Link Here
25
		libpng.so:graphics/png \
22
		libpng.so:graphics/png \
26
		libtiff.so:graphics/tiff \
23
		libtiff.so:graphics/tiff \
27
		libvtksys-${VTK_VER}.so:math/vtk${VTK_VER:R} \
24
		libvtksys-${VTK_VER}.so:math/vtk${VTK_VER:R} \
28
		libTKernel.so:cad/opencascade \
25
		libTKernel.so:cad/opencascade740 \
29
		libxerces-c.so:textproc/xerces-c3 \
26
		libxerces-c.so:textproc/xerces-c3 \
30
		libboost_thread.so:devel/boost-libs \
27
		libboost_thread.so:devel/boost-libs \
31
		libarea.so:devel/libarea \
28
		libarea.so:devel/libarea \
(-)b/cad/freecad/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1626012113
1
TIMESTAMP = 1645540844
2
SHA256 (FreeCAD-FreeCAD-0.19.2_GH0.tar.gz) = 47e39e3d6fcafe6e0c68923fb1b86acda16986268e5e6011694057b940139fba
2
SHA256 (FreeCAD-FreeCAD-0.19.3_GH0.tar.gz) = 568fa32a9601693ff9273f3a5a2e825915f58b2455ffa173bc23f981edecd07d
3
SIZE (FreeCAD-FreeCAD-0.19.2_GH0.tar.gz) = 296987961
3
SIZE (FreeCAD-FreeCAD-0.19.3_GH0.tar.gz) = 296986058

Return to bug 262140