aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDima Panov <fluffy@FreeBSD.org>2022-06-16 22:53:41 +0000
committerDima Panov <fluffy@FreeBSD.org>2022-06-16 22:53:41 +0000
commit85915d1d5d425cfa17c1b5a83b1ff33c5014ea44 (patch)
tree893c7274daf5535b3145196a832ff182f5037471
parent38cc58eb9a43f88f04b817e8e441002b617f05a2 (diff)
downloadports-85915d1d5d425cfa17c1b5a83b1ff33c5014ea44.tar.gz
ports-85915d1d5d425cfa17c1b5a83b1ff33c5014ea44.zip
graphics/openimageio: update to 2.3.16.0 release (+)
Changelog: https://github.com/OpenImageIO/oiio/releases/tag/v2.3.16.0 Approved by: maintainer (implicit)
-rw-r--r--graphics/openimageio/Makefile4
-rw-r--r--graphics/openimageio/distinfo6
-rw-r--r--graphics/openimageio/pkg-plist1
-rw-r--r--graphics/py-openimageio/Makefile2
4 files changed, 7 insertions, 6 deletions
diff --git a/graphics/openimageio/Makefile b/graphics/openimageio/Makefile
index d52ec3c4e2aa..2ed62a03b8de 100644
--- a/graphics/openimageio/Makefile
+++ b/graphics/openimageio/Makefile
@@ -1,11 +1,11 @@
PORTNAME= openimageio
DISTVERSIONPREFIX= v
-DISTVERSION= 2.3.15.0
+DISTVERSION= 2.3.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?= 1
+PORTREVISION?= 0
CATEGORIES?= graphics multimedia
MAINTAINER?= FreeBSD@Shaneware.biz
diff --git a/graphics/openimageio/distinfo b/graphics/openimageio/distinfo
index d6def2f8b046..f96f566af4c9 100644
--- a/graphics/openimageio/distinfo
+++ b/graphics/openimageio/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1653521974
-SHA256 (OpenImageIO-oiio-v2.3.15.0_GH0.tar.gz) = 37bb0ba854d512b7b3a74e2008416a247d5cab882e750360b16c3dd4dd8d0f81
-SIZE (OpenImageIO-oiio-v2.3.15.0_GH0.tar.gz) = 32626322
+TIMESTAMP = 1655371994
+SHA256 (OpenImageIO-oiio-v2.3.16.0_GH0.tar.gz) = e25e773005e8684edb30aab759d22f671d3163bcba67c4fc191f5a5535b3d392
+SIZE (OpenImageIO-oiio-v2.3.16.0_GH0.tar.gz) = 32632560
diff --git a/graphics/openimageio/pkg-plist b/graphics/openimageio/pkg-plist
index 83d7eb5ff269..921866f719ed 100644
--- a/graphics/openimageio/pkg-plist
+++ b/graphics/openimageio/pkg-plist
@@ -60,6 +60,7 @@ include/OpenImageIO/texture.h
include/OpenImageIO/thread.h
include/OpenImageIO/tiffutils.h
include/OpenImageIO/timer.h
+include/OpenImageIO/type_traits.h
include/OpenImageIO/typedesc.h
include/OpenImageIO/unittest.h
include/OpenImageIO/unordered_map_concurrent.h
diff --git a/graphics/py-openimageio/Makefile b/graphics/py-openimageio/Makefile
index 895130272631..04c03006263b 100644
--- a/graphics/py-openimageio/Makefile
+++ b/graphics/py-openimageio/Makefile
@@ -1,6 +1,6 @@
# Created by: Shane Ambler
-PORTREVISION= 2
+PORTREVISION= 0
CATEGORIES= graphics multimedia python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}