mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
math/Imath: update to patch release 3.1.6
Patch release with miscellaneous bug/doc/build fixes.
Excerpt from release tag:
[#269] fix memory leak in V3fArrayFromBuffer
[#268] Add <cstdint> for int64_t
[#263] Initialize x in testRoots.cpp:solve() to suppress compiler warning
[#262] Fix gcc compiler warning in testFun.cpp
[#261] Test return value of extractSHRT to avoid uninitialized reference
[#260] Fix example code so it compiles as is
[#259] Cuda safety in several headers
[#256] Fix markdown and typos in README.md
[#255] Do not warn if half.h has already being included
[#248] Update sphinx version
ChangeLog: https://github.com/AcademySoftwareFoundation/Imath/releases/tag/v3.1.6
MFH: 2022Q4
(cherry picked from commit 27cccc85da
)
This commit is contained in:
parent
df559c24e8
commit
1c27cf43b4
2 changed files with 6 additions and 6 deletions
|
@ -1,8 +1,8 @@
|
|||
# Based on the graphics/ilmbase port that was done by: nork@FreeBSD.org
|
||||
|
||||
PORTNAME= Imath
|
||||
PORTVERSION= 3.1.5
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 3.1.6
|
||||
PORTREVISION= 0
|
||||
CATEGORIES= math devel graphics
|
||||
|
||||
MAINTAINER= mandree@FreeBSD.org
|
||||
|
@ -43,7 +43,7 @@ PYTHON_CMAKE_BOOL= PYTHON
|
|||
|
||||
_MAJORVER= 3_1
|
||||
_VER= 29
|
||||
_MINVER= 4
|
||||
_MINVER= 5
|
||||
_PLVER= 0
|
||||
|
||||
post-patch:
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
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
|
||||
TIMESTAMP = 1667891465
|
||||
SHA256 (AcademySoftwareFoundation-Imath-3.1.6-v3.1.6_GH0.tar.gz) = ea5592230f5ab917bea3ceab266cf38eb4aa4a523078d46eac0f5a89c52304db
|
||||
SIZE (AcademySoftwareFoundation-Imath-3.1.6-v3.1.6_GH0.tar.gz) = 573255
|
||||
|
|
Loading…
Add table
Reference in a new issue