diff options
author | Ganael LAPLANCHE <martymac@FreeBSD.org> | 2019-09-25 10:03:49 +0000 |
---|---|---|
committer | Ganael LAPLANCHE <martymac@FreeBSD.org> | 2019-09-25 10:03:49 +0000 |
commit | 03166a4b367cfd9489be5ba0dfe3093da97e24c3 (patch) | |
tree | 0c3bf59949692fde61d5522b02094a3785bbe6d2 /graphics/blender | |
parent | devel/libstrfunc: fix build on GCC architectures (diff) |
Update devel/tbb to 2019.8 and bump dependent ports' revisions
Changelog: https://github.com/intel/tbb/blob/tbb_2019/CHANGES
Notes
Notes:
svn path=/head/; revision=512777
Diffstat (limited to 'graphics/blender')
-rw-r--r-- | graphics/blender/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/blender/Makefile b/graphics/blender/Makefile index 22af7d4d53f0..052d39f00064 100644 --- a/graphics/blender/Makefile +++ b/graphics/blender/Makefile @@ -3,7 +3,7 @@ PORTNAME= blender DISTVERSION= 2.80 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics multimedia MASTER_SITES= http://download.blender.org/source/ \ http://mirror.cs.umn.edu/blender.org/source/ \ |