Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Aug 2023 19:08:01 +0200
From:      Philipp Ost <pj@smo.de>
To:        "ports@freebsd.org" <ports@freebsd.org>
Cc:        rm@FreeBSD.org
Subject:   Re: make index fails: no entry for /usr/ports/textproc/py-zope.i18nmessageid
Message-ID:  <3b02a750-c7e5-c5ed-aa1a-8f0e195e8fd1@smo.de>
In-Reply-To: <21e01f53-391e-f901-ab26-38319d5e7482@smo.de>
References:  <21e01f53-391e-f901-ab26-38319d5e7482@smo.de>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3b02a750-c7e5-c5ed-aa1a-8f0e195e8fd1>