Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Oct 2015 12:17:28 +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: r400149 - head/www/uwsgi
Message-ID:  <201510251217.t9PCHSbo036670@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: demon
Date: Sun Oct 25 12:17:28 2015
New Revision: 400149
URL: https://svnweb.freebsd.org/changeset/ports/400149

Log:
  Build cgi plugin by default.
  
  PR:		197492
  Requested by:	kevin.bowling@kev009.com

Modified:
  head/www/uwsgi/Makefile

Modified: head/www/uwsgi/Makefile
==============================================================================
--- head/www/uwsgi/Makefile	Sun Oct 25 10:38:27 2015	(r400148)
+++ head/www/uwsgi/Makefile	Sun Oct 25 12:17:28 2015	(r400149)
@@ -3,6 +3,7 @@
 
 PORTNAME=	uwsgi
 PORTVERSION=	2.0.11.2
+PORTREVISION=	1
 CATEGORIES=	www python
 MASTER_SITES=	http://projects.unbit.it/downloads/
 
@@ -16,6 +17,7 @@ USES=		python
 USE_RC_SUBR=	uwsgi
 
 LDFLAGS+=	"-L${LOCALBASE}/lib"
+MAKE_ARGS+=	UWSGI_EMBED_PLUGINS=cgi
 
 PLIST_FILES=	bin/uwsgi \
 		%%PYTHON_SITELIBDIR%%/uwsgidecorators.py



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510251217.t9PCHSbo036670>