Mercurial > hgrepos > FreeBSD > ports > www > uwsginl
changeset 137:56877b42b246
MERGE: original version as of 2022-09-21 (commit 4f7a47b7e058481ff1b327a2767093399a58b364)
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Sun, 25 Sep 2022 17:54:32 +0200 |
| parents | 4e5892c75f51 (current diff) 4443158ec41b (diff) |
| children | 0591ef28d649 |
| files | uwsginl-plugin-lang-py3/distinfo uwsginl/Makefile uwsginl/distinfo uwsginl/pkg-descr |
| diffstat | 2 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/uwsginl/Makefile Mon Jan 24 09:30:32 2022 +0100 +++ b/uwsginl/Makefile Sun Sep 25 17:54:32 2022 +0200 @@ -2,7 +2,7 @@ # Based on www/uwsgi by: Daniel Gerzo <danger@FreeBSD.org> PORTNAME= uwsginl -#DISTVERSION= 2.0.18 +#DISTVERSION= 2.0.20 # "pl" sorts before .a .b .dev ... PORTVERSION= 2.1.pl4.g${MYGH_TAG_DATE} CATEGORIES= www @@ -12,6 +12,7 @@ MAINTAINER= freebsd-dev@dom66.de COMMENT= WSGI server which uses the uwsgi protocol (nolang profile) +WWW= https://projects.unbit.it/uwsgi/ LICENSE= GPLv2-WITH-LINKING-EXCEPTION LICENSE_GROUPS= FSF GPL OSI @@ -19,8 +20,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept -USES= pkgconfig python:3.6+,build +USES= cpe pkgconfig python:3.6-3.10,build USE_RC_SUBR= uwsginl +CPE_VENDOR= unbit .include "Makefile.gh"
