Re: git: 813dcb368358 - main - www/py-flask-limiter3: Remove port

From: Rene Ladan <rene_at_freebsd.org>
Date: Mon, 10 Aug 2026 20:23:46 UTC
On Sun, Aug 09, 2026 at 06:33:10PM +0300, Yusuf Yaman wrote:
> Hi Jochen,
> 
> Thank you for the heads up. I didn't knew removed ports should also go into
> MOVED, too.
> 
For not-too-difficult cases, there is Tools/scripts/rmport :)

Kind regards,
René

> Thanks, I will try to add it.
> 
> On 8/9/26 18:20, Jochen Neumeister wrote:
> > 
> > 
> > Am 09.08.26 um 17:18 schrieb Yusuf Yaman:
> > > The branch main has been updated by nxjoseph:
> > > 
> > > URL: https://cgit.FreeBSD.org/ports/commit/?id=813dcb368358f34cc406d91f262cc3b3dc78f756
> > > 
> > > commit 813dcb368358f34cc406d91f262cc3b3dc78f756
> > > Author:     Matthew Wener <matthew@wener.org>
> > > AuthorDate: 2026-08-08 20:27:41 +0000
> > > Commit:     Yusuf Yaman <nxjoseph@FreeBSD.org>
> > > CommitDate: 2026-08-09 15:17:52 +0000
> > > 
> > >      www/py-flask-limiter3: Remove port
> > >           The one and only consumer www/py-calibreweb now supports v4.
> > >           PR:             297376
> > >      Reported by:    Matthew Wener <matthew@wener.org> (maintainer)
> > >      Approved by:    osa, vvd (Mentors, implicit)
> > > ---
> > >   www/Makefile                    |  1 -
> > >   www/py-flask-limiter3/Makefile  | 29 -----------------------------
> > >   www/py-flask-limiter3/distinfo  |  3 ---
> > >   www/py-flask-limiter3/pkg-descr |  4 ----
> > >   4 files changed, 37 deletions(-)
> > 
> > Hello,
> > the entry in MOVED is missing
> > Jochen
> > 
> > > 
> > > diff --git a/www/Makefile b/www/Makefile
> > > index 3a339f1ad296..3eb7c9822fd6 100644
> > > --- a/www/Makefile
> > > +++ b/www/Makefile
> > > @@ -1755,7 +1755,6 @@
> > >       SUBDIR += py-flask-jwt
> > >       SUBDIR += py-flask-jwt-extended
> > >       SUBDIR += py-flask-limiter
> > > -    SUBDIR += py-flask-limiter3
> > >       SUBDIR += py-flask-login
> > >       SUBDIR += py-flask-marshmallow
> > >       SUBDIR += py-flask-migrate
> > > diff --git a/www/py-flask-limiter3/Makefile
> > > b/www/py-flask-limiter3/Makefile
> > > deleted file mode 100644
> > > index 35d2dad1bca6..000000000000
> > > --- a/www/py-flask-limiter3/Makefile
> > > +++ /dev/null
> > > @@ -1,29 +0,0 @@
> > > -PORTNAME=    Flask_Limiter
> > > -PORTVERSION=    3.12
> > > -CATEGORIES=    www python
> > > -MASTER_SITES=    PYPI
> > > -PKGNAMEPREFIX=    ${PYTHON_PKGNAMEPREFIX}
> > > -PKGNAMESUFFIX=    3
> > > -DISTNAME=    flask_limiter-${PORTVERSION}
> > > -
> > > -MAINTAINER=    matthew@wener.org
> > > -COMMENT=    Flask-Limiter adds rate limiting to Flask applications
> > > -WWW=        https://github.com/alisaifee/flask-limiter
> > > -
> > > -LICENSE=    MIT
> > > -
> > > -BUILD_DEPENDS=    ${PY_SETUPTOOLS} \
> > > - ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
> > > -RUN_DEPENDS=
> > > ${PYTHON_PKGNAMEPREFIX}flask>=2:www/py-flask@${PY_FLAVOR} \
> > > - ${PYTHON_PKGNAMEPREFIX}limits>=3.13:www/py-limits@${PY_FLAVOR} \
> > > -
> > > ${PYTHON_PKGNAMEPREFIX}ordered-set>4,<5:devel/py-ordered-set@${PY_FLAVOR}
> > > \
> > > - ${PYTHON_PKGNAMEPREFIX}rich>=12:textproc/py-rich@${PY_FLAVOR} \
> > > -
> > > -USES=        python
> > > -USE_PYTHON=    autoplist concurrent pep517
> > > -
> > > -CONFLICTS_INSTALL=    ${PYTHON_PKGNAMEPREFIX}flask_limiter
> > > -
> > > -NO_ARCH=    yes
> > > -
> > > -.include <bsd.port.mk>
> > > diff --git a/www/py-flask-limiter3/distinfo
> > > b/www/py-flask-limiter3/distinfo
> > > deleted file mode 100644
> > > index 4533b661099e..000000000000
> > > --- a/www/py-flask-limiter3/distinfo
> > > +++ /dev/null
> > > @@ -1,3 +0,0 @@
> > > -TIMESTAMP = 1761423656
> > > -SHA256 (flask_limiter-3.12.tar.gz) =
> > > f9e3e3d0c4acd0d1ffbfa729e17198dd1042f4d23c130ae160044fc930e21300
> > > -SIZE (flask_limiter-3.12.tar.gz) = 303162
> > > diff --git a/www/py-flask-limiter3/pkg-descr
> > > b/www/py-flask-limiter3/pkg-descr
> > > deleted file mode 100644
> > > index f1739f43d86b..000000000000
> > > --- a/www/py-flask-limiter3/pkg-descr
> > > +++ /dev/null
> > > @@ -1,4 +0,0 @@
> > > -Flask-Limiter adds rate limiting to Flask applications. You can
> > > -configure rate limits at different levels such as: application
> > > -wide global limits per user, default limits per route, by
> > > -blueprints, class based views and individual routes.
> > > 
> > > 
> > 
> -- 
> Yusuf Yaman
>