Mercurial > hgrepos > FreeBSD > ports > www > uwsginl
diff uwsginl-plugin-lang-py3/Makefile @ 171:1a3ff1a9335b
Upgrade the uwsginl language plugin "python3" to the new version 2.1.pl7.g20231226
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Wed, 17 Jan 2024 00:14:07 +0100 |
| parents | 9b279d675487 |
| children | 9f86d2b1b802 |
line wrap: on
line diff
--- a/uwsginl-plugin-lang-py3/Makefile Tue Jan 16 23:50:50 2024 +0100 +++ b/uwsginl-plugin-lang-py3/Makefile Wed Jan 17 00:14:07 2024 +0100 @@ -2,7 +2,7 @@ PORTNAME?= ${UWSGI_NAME}-plugin-lang-py3 #DISTVERSION= 2.0.20 -PORTVERSION= 2.1.pl6.g${MYGH_TAG_DATE} +PORTVERSION= 2.1.pl7.g${MYGH_TAG_DATE} PORTREVISION?= 0 CATEGORIES?= www python # Use GitHub id for now (before official 2.1); see below @@ -23,7 +23,7 @@ RUN_DEPENDS+= ${UWSGI_NAME}==${PORTVERSION}:www/uwsginl # This specific python version is built -USES?= python:3.5+ gettext-runtime +USES?= python:3.8+ gettext-runtime # Some python version is also needed when building USES+= cpe python:build pkgconfig CPE_VENDOR= unbit
