Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Mar 2022 20:47:42 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: dfc2eea6431a - main - math/Imath: bugfix/docfix update to v3.1.5
Message-ID:  <202203302047.22UKlgdd025336@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=dfc2eea6431ac3eec344b5ad84d54ee84a3adfcc

commit dfc2eea6431ac3eec344b5ad84d54ee84a3adfcc
Author:     Matthias Andree <mandree@FreeBSD.org>
AuthorDate: 2022-03-30 19:26:31 +0000
Commit:     Matthias Andree <mandree@FreeBSD.org>
CommitDate: 2022-03-30 20:47:31 +0000

    math/Imath: bugfix/docfix update to v3.1.5
    
    - [#244] Fix 32-bit x86 build failure with 16c instructions
    - [#241] Move numeric_limits specializations into half.h
    - [#236] Change references to "master" branch to "main"
    
    Full Changelog:
    https://github.com/AcademySoftwareFoundation/Imath/releases/tag/v3.1.5
    
    MFH skipped, we are just two days before 2022Q2.
---
 math/Imath/Makefile | 4 ++--
 math/Imath/distinfo | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/math/Imath/Makefile b/math/Imath/Makefile
index 92f5a6a6b6ef..a8dfc492bc43 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.4
+PORTVERSION=	3.1.5
 CATEGORIES=	math devel graphics
 
 MAINTAINER=	mandree@FreeBSD.org
@@ -41,7 +41,7 @@ PYTHON_CMAKE_BOOL=	PYTHON
 
 _MAJORVER=	3_1
 _VER=		29
-_MINVER=	3
+_MINVER=	4
 _PLVER=		0
 
 post-patch:
diff --git a/math/Imath/distinfo b/math/Imath/distinfo
index 40e316fa9815..06b8f8b38e55 100644
--- a/math/Imath/distinfo
+++ b/math/Imath/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1643242766
-SHA256 (AcademySoftwareFoundation-Imath-3.1.4-v3.1.4_GH0.tar.gz) = fcca5fbb37d375a252bacd8a29935569bdc28b888f01ef1d9299ca0c9e87c17a
-SIZE (AcademySoftwareFoundation-Imath-3.1.4-v3.1.4_GH0.tar.gz) = 572214
+TIMESTAMP = 1648667803
+SHA256 (AcademySoftwareFoundation-Imath-3.1.5-v3.1.5_GH0.tar.gz) = 1e9c7c94797cf7b7e61908aed1f80a331088cc7d8873318f70376e4aed5f25fb
+SIZE (AcademySoftwareFoundation-Imath-3.1.5-v3.1.5_GH0.tar.gz) = 570875



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