Date: Sun, 12 Mar 2023 14:04:20 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: 5f57f503aaaa - main - graphics/openexr: bugfix update to 3.1.6 Message-ID: <202303121404.32CE4KUC094040@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=5f57f503aaaa958542e3f58bf98ee7c656f8c2c9 commit 5f57f503aaaa958542e3f58bf98ee7c656f8c2c9 Author: Matthias Andree <mandree@FreeBSD.org> AuthorDate: 2023-03-12 14:00:13 +0000 Commit: Matthias Andree <mandree@FreeBSD.org> CommitDate: 2023-03-12 14:03:21 +0000 graphics/openexr: bugfix update to 3.1.6 ChangeLog: https://github.com/AcademySoftwareFoundation/openexr/blob/v3.1.6/CHANGES.md#version-316-march-9-2023 --- graphics/openexr/Makefile | 13 ++++++++----- graphics/openexr/distinfo | 6 +++--- 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/graphics/openexr/Makefile b/graphics/openexr/Makefile index b832116a2243..8c2606cd78a5 100644 --- a/graphics/openexr/Makefile +++ b/graphics/openexr/Makefile @@ -1,6 +1,6 @@ PORTNAME= openexr -PORTVERSION= 3.1.5 -PORTREVISION= 1 +PORTVERSION= 3.1.6 +PORTREVISION= 0 CATEGORIES= graphics devel MAINTAINER= mandree@FreeBSD.org @@ -27,7 +27,7 @@ PATCH_STRIP= -p0 _MAJORVER= 3_1 _VER= 30 -_MINVER= 5 +_MINVER= 6 _PLVER= 1 PLIST_SUB+= MAJORVER=${_MAJORVER} \ @@ -40,8 +40,11 @@ PORTEXAMPLES= * OPTIONS_DEFINE= DOCS EXAMPLES OPTIONS_SUB= yes -DOCS_BUILD_DEPENDS=breathe-apidoc:devel/py-breathe -DOCS_CMAKE_BOOL=DOCS +DOCS_BUILD_DEPENDS=breathe-apidoc:devel/py-breathe \ + ${PYTHON_PKGNAMEPREFIX}sphinx_press_theme>=0:textproc/py-sphinx_press_theme +DOCS_CMAKE_BOOL=BUILD_DOCS +DOCS_CMAKE_ON= -DPython_EXECUTABLE:STRING=${PYTHON_CMD} +DOCS_USES= python:build _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 ef16501008cd..fc4e62a6a441 100644 --- a/graphics/openexr/distinfo +++ b/graphics/openexr/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1649791228 -SHA256 (AcademySoftwareFoundation-openexr-3.1.5-v3.1.5_GH0.tar.gz) = 93925805c1fc4f8162b35f0ae109c4a75344e6decae5a240afdfce25f8a433ec -SIZE (AcademySoftwareFoundation-openexr-3.1.5-v3.1.5_GH0.tar.gz) = 20327926 +TIMESTAMP = 1678529133 +SHA256 (AcademySoftwareFoundation-openexr-3.1.6-v3.1.6_GH0.tar.gz) = daa33d93a7b706e27368a162060df0246a7750c39a01a122d33b13f5c45d2029 +SIZE (AcademySoftwareFoundation-openexr-3.1.6-v3.1.6_GH0.tar.gz) = 20494002
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202303121404.32CE4KUC094040>