git: aa00969613c6 - main - graphics/openexr: chase math/Imath update

Matthias Andree mandree at FreeBSD.org
Sat Jul 17 09:18:20 UTC 2021


The branch main has been updated by mandree:

URL: https://cgit.FreeBSD.org/ports/commit/?id=aa00969613c6efc09f07be82f302ba1c53870786

commit aa00969613c6efc09f07be82f302ba1c53870786
Author:     Matthias Andree <mandree at FreeBSD.org>
AuthorDate: 2021-07-17 09:05:01 +0000
Commit:     Matthias Andree <mandree at 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 at 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
 


More information about the dev-commits-ports-all mailing list