Date: Mon, 1 Nov 2021 12:04:46 GMT From: Matthias Andree <mandree@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 130a5d7e5a66 - main - graphics/openexr: bug fix update to 3.1.3 Message-ID: <202111011204.1A1C4kNv012707@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by mandree: URL: https://cgit.FreeBSD.org/ports/commit/?id=130a5d7e5a66d0feda489e3d9aefd96df696cfbc commit 130a5d7e5a66d0feda489e3d9aefd96df696cfbc Author: Matthias Andree <mandree@FreeBSD.org> AuthorDate: 2021-11-01 12:01:23 +0000 Commit: Matthias Andree <mandree@FreeBSD.org> CommitDate: 2021-11-01 12:04:24 +0000 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 --- graphics/openexr/Makefile | 6 +++--- graphics/openexr/distinfo | 6 +++--- 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202111011204.1A1C4kNv012707>