git: 11c8add256ef - main - math/Imath: update → 3.1.9, fixing library versioning
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 02 Jun 2023 21:42:06 UTC
The branch main has been updated by mandree: URL: https://cgit.FreeBSD.org/ports/commit/?id=11c8add256ef7cac322d2d8bad905e8a11885139 commit 11c8add256ef7cac322d2d8bad905e8a11885139 Author: Matthias Andree <mandree@FreeBSD.org> AuthorDate: 2023-06-02 19:43:38 +0000 Commit: Matthias Andree <mandree@FreeBSD.org> CommitDate: 2023-06-02 21:40:22 +0000 math/Imath: update → 3.1.9, fixing library versioning Note this reverts the .so file major version from 31 to 29, but after some discussion, the AcademySoftwareFoundation people seem to have revised the versioning policies and also did not intentionally make breaking changes. <https://github.com/AcademySoftwareFoundation/Imath/issues/189> It looks as though future releases should be less painful WRT versioning. Unfortunately that means we need to bump PORTREVISION and rebuild ports again, and it's getting messy with respect to 2023Q2, which has 3.1.7 and major version 30... Changelog: https://github.com/AcademySoftwareFoundation/Imath/blob/v3.1.9/CHANGES.md#version-319-May-31-2023 --- math/Imath/Makefile | 8 ++++---- math/Imath/distinfo | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/math/Imath/Makefile b/math/Imath/Makefile index ac1341f1eb20..9fa973911789 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.8 +PORTVERSION= 3.1.9 PORTREVISION= 0 CATEGORIES= math devel graphics @@ -11,7 +11,7 @@ WWW= https://github.com/AcademySoftwareFoundation/Imath/ LICENSE= BSD3CLAUSE -USES= cmake compiler:c++14-lang pkgconfig +USES= cmake compiler:c++14-lang pathfix pkgconfig USE_GITHUB= yes GH_TUPLE= AcademySoftwareFoundation:Imath:v${PORTVERSION} @@ -42,8 +42,8 @@ PYTHON_USES= python PYTHON_CMAKE_BOOL= PYTHON _MAJORVER= 3_1 -_VER= 31 -_MINVER= 0 +_VER= 29 +_MINVER= 8 _PLVER= 0 post-patch: diff --git a/math/Imath/distinfo b/math/Imath/distinfo index 9977c13d3cc5..f9da02d60398 100644 --- a/math/Imath/distinfo +++ b/math/Imath/distinfo @@ -1,3 +1,3 @@ -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 +TIMESTAMP = 1685734514 +SHA256 (AcademySoftwareFoundation-Imath-3.1.9-v3.1.9_GH0.tar.gz) = f1d8aacd46afed958babfced3190d2d3c8209b66da451f556abd6da94c165cf3 +SIZE (AcademySoftwareFoundation-Imath-3.1.9-v3.1.9_GH0.tar.gz) = 598497