aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Andree <mandree@FreeBSD.org>2021-11-01 12:01:23 +0000
committerMatthias Andree <mandree@FreeBSD.org>2021-11-01 12:07:55 +0000
commit4a115e6fe7b12d5916fe7fdc43589fb298756229 (patch)
treeff3ad512a3c8fc66ba4972bc26f38ae37a00d041
parent7a96f5d917c8e8799bd86fdd3ee92ba8db0fa100 (diff)
downloadports-4a115e6fe7b12d5916fe7fdc43589fb298756229.tar.gz
ports-4a115e6fe7b12d5916fe7fdc43589fb298756229.zip
graphics/openexr: bug fix update to 3.1.3
Note that the default zip compression level is changed from 6 to 4 by the upstream, to improve compression times by 2x "with only a tiny drop in compression ratio." Release notes: https://github.com/AcademySoftwareFoundation/openexr/releases/tag/v3.1.3 Changelog: https://github.com/AcademySoftwareFoundation/openexr/blob/v3.1.3/CHANGES.md#version-313-october-27-2021 Note this was all cherry-picked to 2021Q4 in order to resolve the many OSS-fuzz issues. See ChangeLog. (cherry picked from commit 130a5d7e5a66d0feda489e3d9aefd96df696cfbc)
-rw-r--r--graphics/openexr/Makefile6
-rw-r--r--graphics/openexr/distinfo6
2 files changed, 6 insertions, 6 deletions
diff --git a/graphics/openexr/Makefile b/graphics/openexr/Makefile
index add5b44e09e7..32aa958d08eb 100644
--- a/graphics/openexr/Makefile
+++ b/graphics/openexr/Makefile
@@ -1,7 +1,7 @@
# Created by: nork@FreeBSD.org
PORTNAME= openexr
-PORTVERSION= 3.1.2
+PORTVERSION= 3.1.3
CATEGORIES= graphics devel
MAINTAINER= mandree@FreeBSD.org
@@ -27,7 +27,7 @@ PATCH_STRIP= -p0
_MAJORVER= 3_1
_VER= 30
-_MINVER= 2
+_MINVER= 3
_PLVER= 0
PLIST_SUB+= MAJORVER=${_MAJORVER} \
@@ -40,8 +40,8 @@ PORTEXAMPLES= *
OPTIONS_DEFINE= DOCS EXAMPLES
OPTIONS_SUB= yes
-DOCS_CMAKE_BOOL=DOCS
DOCS_BUILD_DEPENDS=breathe-apidoc:devel/py-breathe
+DOCS_CMAKE_BOOL=DOCS
_DOCSRCDIR1= ${WRKSRC}
_DOC_FILES1= CHANGES.md CONTRIBUTING.md GOVERNANCE.md LICENSE.md SECURITY.md \
diff --git a/graphics/openexr/distinfo b/graphics/openexr/distinfo
index 3c0b8d97b03f..68b2094878f1 100644
--- a/graphics/openexr/distinfo
+++ b/graphics/openexr/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1634462340
-SHA256 (AcademySoftwareFoundation-openexr-3.1.2-v3.1.2_GH0.tar.gz) = f5c8f148e8f972e76b47e802aada1c59ef1837f0a9259c6677756e7cd347640f
-SIZE (AcademySoftwareFoundation-openexr-3.1.2-v3.1.2_GH0.tar.gz) = 20315253
+TIMESTAMP = 1635764727
+SHA256 (AcademySoftwareFoundation-openexr-3.1.3-v3.1.3_GH0.tar.gz) = 6f70a624d1321319d8269a911c4032f24950cde52e76f46e9ecbebfcb762f28c
+SIZE (AcademySoftwareFoundation-openexr-3.1.3-v3.1.3_GH0.tar.gz) = 20322346