Mercurial > hgrepos > FreeBSD > ports > www > uwsginl
changeset 50:4dda3a6c973d
Update the python3 plugin to uwsgi 2.0.18.
Currently must use python:3.5+ for the build to succeed.
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Sat, 09 Mar 2019 23:31:07 +0100 |
| parents | 7acc0bc940fc |
| children | 7e7b576aa608 |
| files | uwsginl-plugin-lang-py3/Makefile uwsginl-plugin-lang-py3/distinfo |
| diffstat | 2 files changed, 5 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/uwsginl-plugin-lang-py3/Makefile Sat Mar 09 23:07:19 2019 +0100 +++ b/uwsginl-plugin-lang-py3/Makefile Sat Mar 09 23:31:07 2019 +0100 @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME?= ${UWSGI_NAME}-plugin-lang-py3 -DISTVERSION= 2.0.16 +DISTVERSION= 2.0.18 PORTREVISION?= 0 CATEGORIES?= www python MASTER_SITES= http://projects.unbit.it/downloads/ @@ -21,7 +21,7 @@ RUN_DEPENDS+= ${UWSGI_NAME}==${PORTVERSION}:www/uwsginl # This specific python version is built -USES?= python:3 gettext-runtime +USES?= python:3.5+ gettext-runtime # Some python version is needed when building USES+= python:build pkgconfig
--- a/uwsginl-plugin-lang-py3/distinfo Sat Mar 09 23:07:19 2019 +0100 +++ b/uwsginl-plugin-lang-py3/distinfo Sat Mar 09 23:31:07 2019 +0100 @@ -1,3 +1,3 @@ -TIMESTAMP = 1518267669 -SHA256 (uwsgi-2.0.16.tar.gz) = a911f48f3cc51ac82fdabc4e001f18a32569128680beb5a833ebc3ff6edcc1f4 -SIZE (uwsgi-2.0.16.tar.gz) = 798509 +TIMESTAMP = 1552136313 +SHA256 (uwsgi-2.0.18.tar.gz) = 4972ac538800fb2d421027f49b4a1869b66048839507ccf0aa2fda792d99f583 +SIZE (uwsgi-2.0.18.tar.gz) = 801555
