On 8/27/23 18:27, Philipp Ost wrote:
Hi everyone,
as the subject line says: make index fails with the following message
make_index: /usr/ports/devel/py-zope.configuration: no entry for
/usr/ports/textproc/py-zope.i18nmessageid
The commit that caused this seems to be
1daa5c9c40262b9dd10186c92bc3e250ff1bcc2b.
Kind regards
Philipp
This patch fixes it:
diff --git a/devel/py-zope.configuration/Makefile
b/devel/py-zope.configuration/Makefile
index c6ce7f659cb3..d87bb7395c36 100644
--- a/devel/py-zope.configuration/Makefile
+++ b/devel/py-zope.configuration/Makefile
@@ -13,7 +13,6 @@ WWW= https://pypi.org/project/zope.configuration/
LICENSE= ZPL21
RUN_DEPENDS=
${PYTHON_PKGNAMEPREFIX}zope.interface>=0:devel/py-zope.interface@${PY_FLAVOR}
\
-
${PYTHON_PKGNAMEPREFIX}zope.i18nmessageid>=0:textproc/py-zope.i18nmessageid@${PY_FLAVOR}
\
${PYTHON_PKGNAMEPREFIX}zope.schema>=0:devel/py-zope.schema@${PY_FLAVOR}
USES= python
Best
Philipp