Date: Sat, 2 Jan 2016 09:59:35 +0000 (UTC) From: Dmitry Sivachenko <demon@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r405059 - head/www/uwsgi Message-ID: <201601020959.u029xZdg014760@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: demon Date: Sat Jan 2 09:59:35 2016 New Revision: 405059 URL: https://svnweb.freebsd.org/changeset/ports/405059 Log: Move UWSGI_EMBED_PLUGINS assignment to MAKE_ENV as submitter reports it does not works anymore is defined in MAKE_ARGS. PR: 197492 Submitted by: kevin.bowling@kev009.com Modified: head/www/uwsgi/Makefile Modified: head/www/uwsgi/Makefile ============================================================================== --- head/www/uwsgi/Makefile Sat Jan 2 09:30:21 2016 (r405058) +++ head/www/uwsgi/Makefile Sat Jan 2 09:59:35 2016 (r405059) @@ -3,6 +3,7 @@ PORTNAME= uwsgi PORTVERSION= 2.0.12 +PORTREVISION= 1 CATEGORIES= www python MASTER_SITES= http://projects.unbit.it/downloads/ @@ -21,8 +22,7 @@ OPTIONS_DEFINE= DEBUG DEBUG_VARS= PYDISTUTILS_BUILDARGS+=--debug LDFLAGS+= "-L${LOCALBASE}/lib" -MAKE_ENV+= CPUCOUNT=${MAKE_JOBS_NUMBER} -MAKE_ARGS+= UWSGI_EMBED_PLUGINS=cgi +MAKE_ENV+= CPUCOUNT=${MAKE_JOBS_NUMBER} UWSGI_EMBED_PLUGINS=cgi PYSETUP= uwsgiconfig.py PYDISTUTILS_BUILD_TARGET= --build
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201601020959.u029xZdg014760>