summaryrefslogtreecommitdiff
path: root/math/Imath/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/Imath/Makefile')
-rw-r--r--math/Imath/Makefile15
1 files changed, 7 insertions, 8 deletions
diff --git a/math/Imath/Makefile b/math/Imath/Makefile
index fb08353744b0..7bd7c31c3f69 100644
--- a/math/Imath/Makefile
+++ b/math/Imath/Makefile
@@ -1,14 +1,14 @@
# Based on the graphics/ilmbase port that was done by: nork@FreeBSD.org
PORTNAME= Imath
-PORTVERSION= 3.2.0
+PORTVERSION= 3.2.1
CATEGORIES= math devel graphics
MASTER_SITES= https://github.com/AcademySoftwareFoundation/${PORTNAME}/releases/download/v${PORTVERSION}/ \
LOCAL/mandree/
# to verify: 'make makesum' and download .sigstore.json to working directory, then:
# sigstore verify github --cert-identity \
-# https://github.com/AcademySoftwareFoundation/Imath/.github/workflows/release-sign.yml@refs/tags/v3.2.0 \
-# /usr/ports/distfiles/Imath-3.2.0.tar.gz --bundle Imath-3.2.0.tar.gz.sigstore.json
+# https://github.com/AcademySoftwareFoundation/Imath/.github/workflows/release-sign.yml@refs/tags/v3.2.1 \
+# /usr/ports/distfiles/Imath-3.2.1.tar.gz --bundle Imath-3.2.1.tar.gz.sigstore.json
MAINTAINER= mandree@FreeBSD.org
COMMENT= C++/Python lib of 2D/3D vector, matrix, math ops for computer graphics
@@ -26,9 +26,8 @@ CMAKE_ARGS+= -DCMAKE_DEBUG_POSTFIX= \
PATCH_STRIP= -p1
PLIST_SUB= MAJORVER=${_MAJORVER} \
- MINVER=${_MINVER} \
- PLVER=${_PLVER} \
VER=${_VER} \
+ REL=${_REL} \
PYVER=${PYTHON_VER:S/./_/}
PORTDOCS= README.md
@@ -39,15 +38,15 @@ LARGE_STACK_DESC= Enable sys-dependent large stack optimizations
LARGE_STACK_CMAKE_BOOL= IMATH_ENABLE_LARGE_STACK
PYTHON_BUILD_DEPENDS= ${PYNUMPY}
-PYTHON_LIB_DEPENDS= ${PY_BOOST}
+PYTHON_LIB_DEPENDS= ${PY_BOOST} \
+ libboost_container.so:devel/boost-libs
PYTHON_RUN_DEPENDS= ${PYNUMPY}
PYTHON_USES= python
PYTHON_CMAKE_BOOL= PYTHON
_MAJORVER= 3_2
_VER= 30
-_MINVER= 3
-_PLVER= 2.0
+_REL= ${PORTVERSION}
post-install:
.for l in libImath