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>
This commit is contained in:
parent
b769df4187
commit
c61d92a836
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user