Date: Sat, 17 Jul 2021 09:18:20 GMT From: Matthias Andree <mandree@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: aa00969613c6 - main - graphics/openexr: chase math/Imath update Message-ID: <202107170918.16H9IKYa019004@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by mandree: URL: https://cgit.FreeBSD.org/ports/commit/?id=aa00969613c6efc09f07be82f302ba1c53870786 commit aa00969613c6efc09f07be82f302ba1c53870786 Author: Matthias Andree <mandree@FreeBSD.org> AuthorDate: 2021-07-17 09:05:01 +0000 Commit: Matthias Andree <mandree@FreeBSD.org> CommitDate: 2021-07-17 09:17:58 +0000 graphics/openexr: chase math/Imath update ...and update LIB_DEPENDS to Imath's new name. --- graphics/openexr/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/graphics/openexr/Makefile b/graphics/openexr/Makefile index f39bbc73acd8..3ca539fecfec 100644 --- a/graphics/openexr/Makefile +++ b/graphics/openexr/Makefile @@ -2,6 +2,7 @@ PORTNAME= openexr PORTVERSION= 3.0.5 +PORTREVISION= 1 CATEGORIES= graphics devel MAINTAINER= mandree@FreeBSD.org @@ -10,7 +11,7 @@ COMMENT= High dynamic-range (HDR) image file format LICENSE= BSD3CLAUSE # exact version required to avoid hard-to-debug issues -LIB_DEPENDS= libImath-3_0.so.28:math/Imath +LIB_DEPENDS= libImath-3_1.so.29:math/Imath USES= cmake compiler:c++14-lang pathfix pkgconfig
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202107170918.16H9IKYa019004>