aboutsummaryrefslogtreecommitdiff
path: root/graphics/openimageio/Makefile
diff options
context:
space:
mode:
authorMatthias Andree <mandree@FreeBSD.org>2021-07-17 09:07:32 +0000
committerMatthias Andree <mandree@FreeBSD.org>2021-07-17 09:17:59 +0000
commita8825ced6ef6b02befb50f332be4dd7c1b534c5a (patch)
tree96c7d11089499bb86b9a4d7d7f4b2a3f9d3ac980 /graphics/openimageio/Makefile
parent8d67ee6b1b33edfb5dfb105bc33e58e88b773b2d (diff)
downloadports-a8825ced6ef6b02befb50f332be4dd7c1b534c5a.tar.gz
ports-a8825ced6ef6b02befb50f332be4dd7c1b534c5a.zip
graphics/*openimageio: chase Imath, update->2.2.16
openimageio upstream versions received lots of build fixes for Imath compatibility, so update to 2.2.16 from 2.2.13. (oiio 2.2.13 does not build with Imath 3.1.0) The patch fiddling is due to Ptex-related changes in openimageio's cmake build system, https://github.com/OpenImageIO/oiio/pull/3001 Changelogs (one document to read through): https://github.com/OpenImageIO/oiio/blob/v2.2.16.0/CHANGES.md#release-2216-1-jul-2021----compared-to-2215 or with clickable links to issues/merges: https://github.com/OpenImageIO/oiio/releases/tag/v2.2.16.0 https://github.com/OpenImageIO/oiio/releases/tag/v2.2.15.1 https://github.com/OpenImageIO/oiio/releases/tag/v2.2.15.0 https://github.com/OpenImageIO/oiio/releases/tag/v2.2.14.0
Diffstat (limited to 'graphics/openimageio/Makefile')
-rw-r--r--graphics/openimageio/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/openimageio/Makefile b/graphics/openimageio/Makefile
index 6b7a3a927b74..650b82aae25f 100644
--- a/graphics/openimageio/Makefile
+++ b/graphics/openimageio/Makefile
@@ -2,12 +2,12 @@
PORTNAME= openimageio
DISTVERSIONPREFIX= Release-
-DISTVERSION= 2.2.13.1
+DISTVERSION= 2.2.16.0
# PORTREVISION must be set with ?= so as not to stomp over
# py-openimageio's PORTREVISION.
# Also, just to be on the safe side, when resetting,
# best keep PORTREVISION?= 0.
-PORTREVISION?= 5
+PORTREVISION?= 0
CATEGORIES?= graphics multimedia
MAINTAINER?= FreeBSD@Shaneware.biz
@@ -101,7 +101,7 @@ VDB_LIB_DEPENDS= libopenvdb.so:misc/openvdb
PLIST_SUB+= LIBVERS=${DISTVERSION:C/([0-9]*)\.([0-9]*)\.([0-9]*)(.*)/\1.\2.\3/}
post-patch:
- @${REINPLACE_CMD} -e "s,%%LOCALBASE%%,${LOCALBASE}," ${WRKSRC}/src/cmake/modules/FindPTex.cmake
+ @${REINPLACE_CMD} -e "s,%%LOCALBASE%%,${LOCALBASE}," ${WRKSRC}/src/cmake/modules/FindPtex.cmake
.include <bsd.port.options.mk>