On 2025/01/17 07:37, Stuart Henderson wrote: > On 2025/01/17 03:54, Sebastian Reitenbach wrote: > > Any hint on how to best address the "make update" issue? > > yes, use a PKGNAME which matches the existing one.
btw, this is very common with Python ports, names of distfiles for newer pypi uploads have started being normalized. > -MODPY_DISTV=1.0.1 > -DISTNAME= Flask-WTF-${MODPY_DISTV} > -PKGNAME= py-${DISTNAME:L} > +MODPY_DISTV= 1.2.2 > +DISTNAME= flask_wtf-${MODPY_DISTV} > +PKGNAME= py-flask-wtf-${MODPY_DISTV}