Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 May 2023 18:39:52 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: 7c80f1eaa6ae - main - math/Imath: bugfix update to 3.1.8
Message-ID:  <202305281839.34SIdqg0013602@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=7c80f1eaa6aeefbe7810ae89d91981986531ce90

commit 7c80f1eaa6aeefbe7810ae89d91981986531ce90
Author:     Matthias Andree <mandree@FreeBSD.org>
AuthorDate: 2023-05-24 15:55:14 +0000
Commit:     Matthias Andree <mandree@FreeBSD.org>
CommitDate: 2023-05-28 18:39:39 +0000

    math/Imath: bugfix update to 3.1.8
    
    Changelog:
    https://github.com/AcademySoftwareFoundation/Imath/blob/v3.1.8/CHANGES.md#version-318-May-22-2023
---
 graphics/openexr/Makefile | 4 ++--
 math/Imath/Makefile       | 6 +++---
 math/Imath/distinfo       | 6 +++---
 3 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/graphics/openexr/Makefile b/graphics/openexr/Makefile
index 02a496bba594..2d2eb320751f 100644
--- a/graphics/openexr/Makefile
+++ b/graphics/openexr/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	openexr
 PORTVERSION=	3.1.7
-PORTREVISION=	0
+PORTREVISION=	1
 CATEGORIES=	graphics devel
 
 MAINTAINER=	mandree@FreeBSD.org
@@ -10,7 +10,7 @@ WWW=		https://www.openexr.com/
 LICENSE=	BSD3CLAUSE
 
 # exact version required to avoid hard-to-debug issues
-LIB_DEPENDS=	libImath-3_1.so.30:math/Imath
+LIB_DEPENDS=	libImath-3_1.so.31:math/Imath
 
 USES=		cmake compiler:c++14-lang cpe pathfix pkgconfig
 
diff --git a/math/Imath/Makefile b/math/Imath/Makefile
index 3eee3f55aa41..ac1341f1eb20 100644
--- a/math/Imath/Makefile
+++ b/math/Imath/Makefile
@@ -1,7 +1,7 @@
 # Based on the graphics/ilmbase port that was done by: nork@FreeBSD.org
 
 PORTNAME=	Imath
-PORTVERSION=	3.1.7
+PORTVERSION=	3.1.8
 PORTREVISION=	0
 CATEGORIES=	math devel graphics
 
@@ -42,9 +42,9 @@ PYTHON_USES=		python
 PYTHON_CMAKE_BOOL=	PYTHON
 
 _MAJORVER=	3_1
-_VER=		30
+_VER=		31
 _MINVER=	0
-_PLVER=		1
+_PLVER=		0
 
 post-patch:
 	${REINPLACE_CMD} -E 's}find_package\(Python(3?) COMPONENTS}set(Python\1_EXECUTABLE ${PYTHON_CMD})\nfind_package(Python\1 ${PYTHON_VER} EXACT COMPONENTS}' \
diff --git a/math/Imath/distinfo b/math/Imath/distinfo
index a3066bec2411..9977c13d3cc5 100644
--- a/math/Imath/distinfo
+++ b/math/Imath/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1677784160
-SHA256 (AcademySoftwareFoundation-Imath-3.1.7-v3.1.7_GH0.tar.gz) = bff1fa140f4af0e7f02c6cb78d41b9a7d5508e6bcdfda3a583e35460eb6d4b47
-SIZE (AcademySoftwareFoundation-Imath-3.1.7-v3.1.7_GH0.tar.gz) = 583049
+TIMESTAMP = 1684943634
+SHA256 (AcademySoftwareFoundation-Imath-3.1.8-v3.1.8_GH0.tar.gz) = a23a4e2160ca8ff68607a4e129e484edd1d0d13f707394d32af7aed659020803
+SIZE (AcademySoftwareFoundation-Imath-3.1.8-v3.1.8_GH0.tar.gz) = 598165



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202305281839.34SIdqg0013602>