Date: Wed, 2 Jun 2021 18:22:05 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: c61d92a8368e - main - math/Imath: update to v3.0.4 Message-ID: <202106021822.152IM5vs099667@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=c61d92a8368ebb54ae8a4da698c05f549d4b0ebd commit c61d92a8368ebb54ae8a4da698c05f549d4b0ebd Author: Matthias Andree <mandree@FreeBSD.org> AuthorDate: 2021-06-02 18:20:15 +0000 Commit: Matthias Andree <mandree@FreeBSD.org> CommitDate: 2021-06-02 18:20:15 +0000 math/Imath: update to v3.0.4 Release note: "Patch release that corrects a problem with the release version number of v3.0.2." <https://github.com/AcademySoftwareFoundation/Imath/releases/tag/v3.0.4> --- math/Imath/Makefile | 4 ++-- math/Imath/distinfo | 6 +++--- math/Imath/pkg-plist | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/math/Imath/Makefile b/math/Imath/Makefile index e858a64332e7..df29dcd67f68 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.0.3 +PORTVERSION= 3.0.4 CATEGORIES= math devel graphics MAINTAINER= mandree@FreeBSD.org @@ -42,7 +42,7 @@ PYTHON_CMAKE_BOOL= PYTHON _MAJORVER= 3_0 _VER= 28 _MINVER= 0 -_PLVER= 0 +_PLVER= 1 post-install: .for l in libImath diff --git a/math/Imath/distinfo b/math/Imath/distinfo index a554fcc3158d..bb7fd58ab2ec 100644 --- a/math/Imath/distinfo +++ b/math/Imath/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1621667405 -SHA256 (AcademySoftwareFoundation-Imath-3.0.3-v3.0.3_GH0.tar.gz) = 296c4facd4e5022a937f9ac7c354d62f0d002d3bf47434e91c5ee5f4a4f8ee93 -SIZE (AcademySoftwareFoundation-Imath-3.0.3-v3.0.3_GH0.tar.gz) = 528293 +TIMESTAMP = 1622657187 +SHA256 (AcademySoftwareFoundation-Imath-3.0.4-v3.0.4_GH0.tar.gz) = 3b5cef518964755963550b5f4a16e7c0a0872574921b1443f1d47fdb6b8c5afe +SIZE (AcademySoftwareFoundation-Imath-3.0.4-v3.0.4_GH0.tar.gz) = 528340 diff --git a/math/Imath/pkg-plist b/math/Imath/pkg-plist index ad3f34a85cef..e3193a5a35e6 100644 --- a/math/Imath/pkg-plist +++ b/math/Imath/pkg-plist @@ -39,7 +39,7 @@ lib/cmake/Imath/ImathTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/Imath/ImathTargets.cmake lib/libImath-%%MAJORVER%%.so lib/libImath-%%MAJORVER%%.so.%%VER%% -lib/libImath-%%MAJORVER%%.so.%%VER%%.0.0 +lib/libImath-%%MAJORVER%%.so.%%VER%%.0.%%PLVER%% lib/libImath.so libdata/pkgconfig/Imath.pc %%PYTHON%%include/Imath/PyImath.h @@ -84,7 +84,7 @@ libdata/pkgconfig/Imath.pc %%PYTHON%%lib/cmake/Imath/ImathConfig-%%CMAKE_BUILD_TYPE%%.cmake %%PYTHON%%lib/libPyImath_Python%%PYVER%%-%%MAJORVER%%.so %%PYTHON%%lib/libPyImath_Python%%PYVER%%-%%MAJORVER%%.so.%%VER%% -%%PYTHON%%lib/libPyImath_Python%%PYVER%%-%%MAJORVER%%.so.%%VER%%.0.0 +%%PYTHON%%lib/libPyImath_Python%%PYVER%%-%%MAJORVER%%.so.%%VER%%.0.%%PLVER%% %%PYTHON%%%%PYTHON_SITELIBDIR%%/imath.so %%PYTHON%%%%PYTHON_SITELIBDIR%%/imathnumpy.so %%PYTHON%%libdata/pkgconfig/PyImath.pc
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202106021822.152IM5vs099667>