diff options
author | Matthias Andree <mandree@FreeBSD.org> | 2020-05-08 11:57:55 +0000 |
---|---|---|
committer | Matthias Andree <mandree@FreeBSD.org> | 2020-05-08 11:57:55 +0000 |
commit | ded32047a723b1a1fde99db2077174e186424cb9 (patch) | |
tree | 80c1887fbd11c77022d8b87d4a2d2ab6c4249c63 /graphics/synfigstudio | |
parent | 19b03a9a1019b86077c231c9619e2372572700c4 (diff) | |
download | ports-ded32047a723b1a1fde99db2077174e186424cb9.tar.gz ports-ded32047a723b1a1fde99db2077174e186424cb9.zip |
graphics/ilmbase: graphics/openexr: update to v2.5.0
ChangeLog:
- https://github.com/AcademySoftwareFoundation/openexr/releases/tag/v2.5.0
* Bump PORTREVISION of all consumers except py-openimageio (BROKEN).
* cad/PrusaSlicer:
LIB_DEPENDS: remove version from libHalf.so
BUILD_DEPENDS+=qt5-buildtools as package (needed on bare metal builds)
USE_GL+=gl
USES+=pkgconfig (needed to find libHalf)
Notes
Notes:
svn path=/head/; revision=534388
Diffstat (limited to 'graphics/synfigstudio')
-rw-r--r-- | graphics/synfigstudio/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/synfigstudio/Makefile b/graphics/synfigstudio/Makefile index 7bf5ef5d994e..f197b745b503 100644 --- a/graphics/synfigstudio/Makefile +++ b/graphics/synfigstudio/Makefile @@ -4,7 +4,7 @@ PORTNAME= synfigstudio PORTVERSION= 1.2.2 DISTVERSIONPREFIX=v -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics multimedia MAINTAINER= woodsb02@FreeBSD.org |