diff options
Diffstat (limited to 'www/py-searxng-devel/Makefile')
-rw-r--r-- | www/py-searxng-devel/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/py-searxng-devel/Makefile b/www/py-searxng-devel/Makefile index dc759595d471..a2f8006c78c2 100644 --- a/www/py-searxng-devel/Makefile +++ b/www/py-searxng-devel/Makefile @@ -1,6 +1,5 @@ PORTNAME= searxng -DISTVERSION= 20250711 -PORTREVISION= 1 +DISTVERSION= 20250819 CATEGORIES= www python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} PKGNAMESUFFIX= -devel @@ -38,11 +37,12 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Babel>=0:devel/py-babel@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}tomli>=0:textproc/py-tomli@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}typer>=0:devel/py-typer@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}uvloop>=0:devel/py-uvloop@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}valkey>=0:databases/py-valkey@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}valkey>=0:databases/py-valkey@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}whitenoise>=0:www/py-whitenoise@${PY_FLAVOR} USES= python USE_GITHUB= yes -GH_TAGNAME= d5743398539263f2c0cac676e073a08cb3eb6eb8 +GH_TAGNAME= 25647c20d1904840d089892bb118390f46c66984 USE_PYTHON= autoplist distutils USE_RC_SUBR= searxng |