Mercurial > hgrepos > FreeBSD > ports > www > uwsginl
diff Makefile @ 168:df2620ce614c origin
Update to latest snapshot of 2.0.21 as of 2024-01-16
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Tue, 16 Jan 2024 22:10:04 +0100 |
| parents | 4443158ec41b |
| children | 72804fc47f7c |
line wrap: on
line diff
--- a/Makefile Sun Sep 25 13:08:29 2022 +0200 +++ b/Makefile Tue Jan 16 22:10:04 2024 +0100 @@ -1,17 +1,19 @@ PORTNAME= uwsgi -PORTVERSION= 2.0.20 +PORTVERSION= 2.0.21 CATEGORIES= www python -MASTER_SITES= http://projects.unbit.it/downloads/ +PKGNAMESUFFIX= ${PYTHON_PKGNAMESUFFIX} -MAINTAINER= eugene@zhegan.in +MAINTAINER= amdmi3@FreeBSD.org COMMENT= Developer-friendly WSGI server which uses uwsgi protocol WWW= https://projects.unbit.it/uwsgi/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE -USES= cpe pkgconfig python:3.6-3.10 -USE_PYTHON= distutils concurrent optsuffix +USES= cpe pkgconfig python +USE_GITHUB= yes +GH_ACCOUNT= unbit +USE_PYTHON= distutils concurrent USE_RC_SUBR= uwsgi CPE_VENDOR= unbit
