Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Jun 2026 17:25:50 +0000
From:      Max Brazhnikov <makc@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: decbe2c9def7 - main - textproc/py-sphinx-design: Allow build with sphinx-9.0.4
Message-ID:  <6a3eb61e.369fe.47e6a067@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by makc:

URL: https://cgit.FreeBSD.org/ports/commit/?id=decbe2c9def7977bd1d39aede8ab5edfd7060317

commit decbe2c9def7977bd1d39aede8ab5edfd7060317
Author:     Max Brazhnikov <makc@FreeBSD.org>
AuthorDate: 2026-06-26 17:23:08 +0000
Commit:     Max Brazhnikov <makc@FreeBSD.org>
CommitDate: 2026-06-26 17:23:08 +0000

    textproc/py-sphinx-design: Allow build with sphinx-9.0.4
---
 textproc/py-sphinx-design/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/textproc/py-sphinx-design/Makefile b/textproc/py-sphinx-design/Makefile
index f44f3913f17b..a43b1f10c272 100644
--- a/textproc/py-sphinx-design/Makefile
+++ b/textproc/py-sphinx-design/Makefile
@@ -14,7 +14,7 @@ LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}flit-core>=3.4<4:devel/py-flit-core@${PY_FLAVOR}
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}sphinx>=5,1<9,1:textproc/py-sphinx@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}sphinx>=5,1<10,1:textproc/py-sphinx@${PY_FLAVOR}
 
 USES=		python:3.11+
 USE_PYTHON=	autoplist concurrent pep517


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a3eb61e.369fe.47e6a067>