Skip to content

Commit

Permalink
math/Imath: update → 3.1.9, fixing library versioning
Browse files Browse the repository at this point in the history
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.
<AcademySoftwareFoundation/Imath#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
  • Loading branch information
mandree committed Jun 2, 2023
1 parent ea66635 commit 11c8add
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions math/Imath/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Based on the graphics/ilmbase port that was done by: [email protected]

PORTNAME= Imath
PORTVERSION= 3.1.8
PORTVERSION= 3.1.9
PORTREVISION= 0
CATEGORIES= math devel graphics

Expand All @@ -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}
Expand Down Expand Up @@ -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:
Expand Down
6 changes: 3 additions & 3 deletions math/Imath/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 11c8add

Please sign in to comment.