git: 89316ab4bccb - main - devel/py-Jinja2: fix build of the slave port devel/py-Jinja2-doc
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 17 Nov 2022 16:02:14 UTC
The branch main has been updated by nivit:
URL: https://cgit.FreeBSD.org/ports/commit/?id=89316ab4bccbe484f81587d39457b11182b3fd51
commit 89316ab4bccbe484f81587d39457b11182b3fd51
Author: Nicola Vitale <nivit@FreeBSD.org>
AuthorDate: 2022-11-17 15:56:00 +0000
Commit: Nicola Vitale <nivit@FreeBSD.org>
CommitDate: 2022-11-17 15:56:00 +0000
devel/py-Jinja2: fix build of the slave port devel/py-Jinja2-doc
The slave port requires a version of the dependecy
textproc/py-pallets-sphinx-themes >= 2.0.2.
Poudriere log: https://gist.github.com/nivit/01f2cb9a413b7c97c48435b9cf923df3
Reported by: pkg-fallout
---
devel/py-Jinja2/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/devel/py-Jinja2/Makefile b/devel/py-Jinja2/Makefile
index 4e258154f246..ac57ecd02e1b 100644
--- a/devel/py-Jinja2/Makefile
+++ b/devel/py-Jinja2/Makefile
@@ -38,8 +38,8 @@ BABEL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Babel>=2.7:devel/py-babel@${PY_FLAVOR}
.include <bsd.port.pre.mk>
.if ${PKGNAMESUFFIX} == "-doc"
-BUILD_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}Pallets-Sphinx-Themes>=1.2.3:textproc/py-pallets-sphinx-themes@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}importlib-metadata>=0.23:devel/py-importlib-metadata@${PY_FLAVOR} \
+BUILD_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}importlib-metadata>=0.23:devel/py-importlib-metadata@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}Pallets-Sphinx-Themes>=2.0.2:textproc/py-pallets-sphinx-themes@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}sphinx-issues>=1.2.0:textproc/py-sphinx-issues@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}sphinx>=1.1.3:textproc/py-sphinx@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}sphinxcontrib-log-cabinet>=1.0.1:textproc/py-sphinxcontrib-log-cabinet@${PY_FLAVOR}