diff options
Diffstat (limited to 'graphics/openexr/Makefile')
-rw-r--r-- | graphics/openexr/Makefile | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/graphics/openexr/Makefile b/graphics/openexr/Makefile index 94bdefbcc3ff..74944d3740ed 100644 --- a/graphics/openexr/Makefile +++ b/graphics/openexr/Makefile @@ -1,5 +1,5 @@ PORTNAME?= openexr -PORTVERSION?= 3.3.3 # ALSO update openexr-website-docs! -- verify sigstore: make makesum verify-sigstore +PORTVERSION?= 3.4.0 # ALSO update openexr-website-docs! -- verify sigstore: make makesum verify-sigstore PORTREVISION?= 0 CATEGORIES= graphics devel .if !defined(MASTERDIR) @@ -36,8 +36,12 @@ LICENSE= BSD3CLAUSE BUILD_DEPENDS?= help2man:misc/help2man # exact libImath version required to avoid hard-to-debug issues -LIB_DEPENDS?= libImath-3_1.so.29:math/Imath \ - libdeflate.so:archivers/libdeflate +# but this is due to Imath and OpenEXR being close in terms of their +# release engineering, no other port should version pin Imath +# or OpenEXR without extremely good reason +LIB_DEPENDS?= libImath-3_2.so.30:math/Imath \ + libdeflate.so:archivers/libdeflate \ + libopenjph.so:graphics/openjph USES?= cmake:testing compiler:c++14-lang cpe pathfix pkgconfig @@ -62,8 +66,8 @@ CPPFLAGS+= -I. # must be linked with -l{thr|pthread} explicitly LDFLAGS+= -lpthread -_MAJORVER= 3_3 -_VER= 32 +_MAJORVER= 3_4 +_VER= 33 _REL= ${PORTVERSION} PLIST_SUB+= MAJORVER=${_MAJORVER} \ VER=${_VER} \ |