# HG changeset patch # User Franz Glasner # Date 1512923595 -3600 # Node ID a3cb9ed08a83c50009cc2ae121aaf4c2bd7d2d50 # Parent 16556170d9cd029f3fd65dd94fc1211e5f6b6b22 The latest SVN changes to the original of port www/uwsgi: using new stuff from US_PYTHON now: "concurrent" and "optsuffix" diff -r 16556170d9cd -r a3cb9ed08a83 Makefile --- a/Makefile Sat Nov 11 00:07:00 2017 +0100 +++ b/Makefile Sun Dec 10 17:33:15 2017 +0100 @@ -1,5 +1,5 @@ # Created by: Daniel Gerzo -# $FreeBSD: head/www/uwsgi/Makefile 453888 2017-11-10 08:48:57Z eugen $ +# $FreeBSD: head/www/uwsgi/Makefile 455210 2017-11-30 15:50:30Z mat $ PORTNAME= uwsgi PORTVERSION= 2.0.15 @@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE USES= pkgconfig python ssl -USE_PYTHON= distutils +USE_PYTHON= distutils concurrent optsuffix USE_RC_SUBR= uwsgi CFLAGS+= -I${OPENSSLINC}