diff options
author | Ganael LAPLANCHE <martymac@FreeBSD.org> | 2020-04-01 14:14:51 +0000 |
---|---|---|
committer | Ganael LAPLANCHE <martymac@FreeBSD.org> | 2020-04-01 14:14:51 +0000 |
commit | 555ae57247c2882e21b39edf5fcc06a04c7feb01 (patch) | |
tree | 1ec3b42e68db87c63d4b3f0a1ac9d78b1dfea12d /cad | |
parent | - update python plugin (diff) |
Update devel/tbb to 2020.2 and bump dependent port's revisions
Changelog: https://github.com/oneapi-src/oneTBB/blob/tbb_2020/CHANGES
Notes
Notes:
svn path=/head/; revision=530219
Diffstat (limited to 'cad')
-rw-r--r-- | cad/PrusaSlicer/Makefile | 1 | ||||
-rw-r--r-- | cad/opencascade/Makefile | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/cad/PrusaSlicer/Makefile b/cad/PrusaSlicer/Makefile index 6b14befdba8f..25e907f2f657 100644 --- a/cad/PrusaSlicer/Makefile +++ b/cad/PrusaSlicer/Makefile @@ -3,6 +3,7 @@ PORTNAME= PrusaSlicer DISTVERSIONPREFIX= version_ DISTVERSION= 2.1.1 +PORTREVISION= 1 CATEGORIES= cad MAINTAINER= teodor@sigaev.ru diff --git a/cad/opencascade/Makefile b/cad/opencascade/Makefile index 67c3d0aba4dc..f386493f242f 100644 --- a/cad/opencascade/Makefile +++ b/cad/opencascade/Makefile @@ -3,7 +3,7 @@ PORTNAME= opencascade PORTVERSION= 7.4.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= cad science MASTER_SITES= LOCAL/thierry |