git: f3a38995f5c7 - main - graphics/openexr-website-docs: unbreak and update to 3.3.2
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 13 Nov 2024 01:47:09 UTC
The branch main has been updated by mandree:
URL: https://cgit.FreeBSD.org/ports/commit/?id=f3a38995f5c7e7df57a9eff61fc158ce8485ed68
commit f3a38995f5c7e7df57a9eff61fc158ce8485ed68
Author: Matthias Andree <mandree@FreeBSD.org>
AuthorDate: 2024-11-13 01:45:01 +0000
Commit: Matthias Andree <mandree@FreeBSD.org>
CommitDate: 2024-11-13 01:47:02 +0000
graphics/openexr-website-docs: unbreak and update to 3.3.2
And while here, decouple our PORTVERSION from the openexr version so we
don't break builds.
v3.3.2 seems to have a regression and causes a warning around Latest
News inserts on one site, so add -DSPHINX_OPTS= to override the default
of -W which means "treat warnings as errors", as of 3.3.2, I see one
warning.
---
graphics/openexr-website-docs/Makefile | 4 ++--
graphics/openexr-website-docs/distinfo | 6 +++---
graphics/openexr/Makefile | 2 +-
3 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/graphics/openexr-website-docs/Makefile b/graphics/openexr-website-docs/Makefile
index 6cc631aa83fc..ace7e8b0825c 100644
--- a/graphics/openexr-website-docs/Makefile
+++ b/graphics/openexr-website-docs/Makefile
@@ -1,5 +1,5 @@
-# PORTVERSION taken from MASTER port, graphics/openexr
PORTNAME= openexr-website-docs
+PORTVERSION= 3.3.2
PORTREVISION= 0
MASTER_SITES= https://github.com/AcademySoftwareFoundation/openexr/releases/download/v${PORTVERSION}/:DEFAULT \
https://raw.githubusercontent.com/AcademySoftwareFoundation/openexr-images/main/:website \
@@ -123,7 +123,7 @@ BUILD_DEPENDS= breathe-apidoc:devel/py-breathe \
openexr>=0:graphics/openexr
LIB_DEPENDS=
USES= cmake python:build
-CMAKE_ARGS= -DPython_EXECUTABLE:STRING=${PYTHON_CMD} -DBUILD_WEBSITE=on -Wno-dev
+CMAKE_ARGS= -DPython_EXECUTABLE:STRING=${PYTHON_CMD} -DBUILD_WEBSITE=on -DSPHINX_OPTS= -Wno-dev
MAKE_ENV= FREEBSD_DIST=${DISTDIR}/${DIST_SUBDIR}
ALL_TARGET= website
diff --git a/graphics/openexr-website-docs/distinfo b/graphics/openexr-website-docs/distinfo
index 3a816e2c0f89..9e9b60680687 100644
--- a/graphics/openexr-website-docs/distinfo
+++ b/graphics/openexr-website-docs/distinfo
@@ -1,6 +1,6 @@
-TIMESTAMP = 1728832927
-SHA256 (openexr/openexr-3.3.1.tar.gz) = 2d602128b53f6f9df84482bdfdf1d19dc0cb552c9fba0af9205a8937dd2633e9
-SIZE (openexr/openexr-3.3.1.tar.gz) = 21314086
+TIMESTAMP = 1731453585
+SHA256 (openexr/openexr-3.3.2.tar.gz) = 4fb4c643b39f04b67e8f4138e4d5a7804b62fdc15b8f6bcdd32ccc8ecd515683
+SIZE (openexr/openexr-3.3.2.tar.gz) = 21319411
SHA256 (openexr/TestImages/README.rst) = 3cbb0a9ab20868940de1b9bf582bdc5ff4244cc585c682d6e40b9befb8fd593c
SIZE (openexr/TestImages/README.rst) = 2588
SHA256 (openexr/TestImages/AllHalfValues.exr) = eede573a0b59b79f21de15ee9d3b7649d58d8f2a8e7787ea34f192db3b3c84a4
diff --git a/graphics/openexr/Makefile b/graphics/openexr/Makefile
index d8e6ff8ec5c0..cb5e6559642d 100644
--- a/graphics/openexr/Makefile
+++ b/graphics/openexr/Makefile
@@ -1,5 +1,5 @@
PORTNAME?= openexr
-PORTVERSION= 3.3.2 # verify sigstore: make makesum verify-sigstore
+PORTVERSION?= 3.3.2 # ALSO update openexr-website-docs! -- verify sigstore: make makesum verify-sigstore
PORTREVISION?= 0
CATEGORIES= graphics devel
.if !defined(MASTERDIR)