git: 85915d1d5d42 - main - graphics/openimageio: update to 2.3.16.0 release (+)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 16 Jun 2022 22:57:18 UTC
The branch main has been updated by fluffy: URL: https://cgit.FreeBSD.org/ports/commit/?id=85915d1d5d425cfa17c1b5a83b1ff33c5014ea44 commit 85915d1d5d425cfa17c1b5a83b1ff33c5014ea44 Author: Dima Panov <fluffy@FreeBSD.org> AuthorDate: 2022-06-16 22:53:41 +0000 Commit: Dima Panov <fluffy@FreeBSD.org> CommitDate: 2022-06-16 22:53:41 +0000 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) --- graphics/openimageio/Makefile | 4 ++-- graphics/openimageio/distinfo | 6 +++--- graphics/openimageio/pkg-plist | 1 + graphics/py-openimageio/Makefile | 2 +- 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}