aboutsummaryrefslogtreecommitdiffstats
path: root/cad
diff options
context:
space:
mode:
authorChristoph Moench-Tegeder <cmt@FreeBSD.org>2020-01-18 06:16:25 +0800
committerChristoph Moench-Tegeder <cmt@FreeBSD.org>2020-01-18 06:16:25 +0800
commit05a7f8e49baabcf037153aa84a85a06042a1e42f (patch)
treeabc2f57bc7d70cb3b420bd3a8e98926a2fe39827 /cad
parent44d47c7faea88f85899e8b96ebd08f245caea8cb (diff)
downloadfreebsd-ports-gnome-05a7f8e49baabcf037153aa84a85a06042a1e42f.tar.gz
freebsd-ports-gnome-05a7f8e49baabcf037153aa84a85a06042a1e42f.tar.zst
freebsd-ports-gnome-05a7f8e49baabcf037153aa84a85a06042a1e42f.zip
update the Coin3D stack to it's latest release
Coin has moved to a new place on the web https://coin3d.github.io/ and the project has rolled new releases. Additionally, it's undergoing relicensing (most parts are now licensed user BSD 3-clause). This updates graphics/Coin to 4.0 graphics/py-pivy to 0.6.5 x11-toolkits/soqt to 1.6.0 Further, graphics/py-pivy-devel and x11-toolkits/soqt-devel have been renamed to graphics/py-pivy and x11-toolkits/soqt respectively (losing their -devel suffixes). Previously, these ports had been forks and/or pre-releases of the old Qt4-based pivy and soqt ports. As these old ports are long gone and these new versions have been updated to officially released versions, it seemed prudent to remove the devel from their names. Bumping FreeCAD for dependency change. Adding PORTEPOCH to soqt to prevent PKGVERSION going backwards. Thanks to pfg@, who contributed the update to graphics/Coin and reviewed my patches. While here, I'm taking over maintainership of these ports. Submitted by: pfg@ (graphics/Coin) Reviewed by: pfg@
Diffstat (limited to 'cad')
-rw-r--r--cad/freecad/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/cad/freecad/Makefile b/cad/freecad/Makefile
index 455eb541464d..cd04fbc703b2 100644
--- a/cad/freecad/Makefile
+++ b/cad/freecad/Makefile
@@ -2,7 +2,7 @@
PORTNAME= FreeCAD
DISTVERSION= 0.18.4
-PORTREVISION= 1
+PORTREVISION= 2
# use these for bugfixes/snapshots
# DISTVERSION= 0.18-16093 # git rev-list --count
# DISTVERSIONSUFFIX= -g690774c0e
@@ -32,7 +32,7 @@ LIB_DEPENDS= libexpat.so:textproc/expat2 \
libmed.so:french/med \
libshiboken2.cpython-${PYTHON_SUFFIX}${PYTHON_ABIVER}.so:devel/shiboken2@${PY_FLAVOR} \
libhdf5.so:science/hdf5
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pivy-devel>0:graphics/py-pivy-devel@${PY_FLAVOR} \
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pivy>0:graphics/py-pivy@${PY_FLAVOR} \
${PYTHON_SITELIBDIR}/matplotlib/__init__.py:math/py-matplotlib@${PY_FLAVOR}
USES= dos2unix compiler:c++11-lib cmake gl eigen:3 fortran jpeg \