svn commit: r461083 - head/www/mod_wsgi4

Jochen Neumeister joneum at FreeBSD.org
Tue Feb 6 18:44:20 UTC 2018


Author: joneum
Date: Tue Feb  6 18:44:19 2018
New Revision: 461083
URL: https://svnweb.freebsd.org/changeset/ports/461083

Log:
  www/mod_wsgi4: Support FLAVORS
  
  PR:		225647
  Submitted by:	Christian Ullrich <chris at chrullrich.net>
  Approved by:	Douglas Thrift <douglas at douglasthrift.net> (maintainer)
  Approved by:	mat, tcberner (mentor)
  Differential Revision:	https://reviews.freebsd.org/D14191

Modified:
  head/www/mod_wsgi4/Makefile

Modified: head/www/mod_wsgi4/Makefile
==============================================================================
--- head/www/mod_wsgi4/Makefile	Tue Feb  6 18:40:29 2018	(r461082)
+++ head/www/mod_wsgi4/Makefile	Tue Feb  6 18:44:19 2018	(r461083)
@@ -2,9 +2,10 @@
 
 PORTNAME=	mod_wsgi
 DISTVERSION=	4.5.24
+PORTREVISION=	1
 CATEGORIES=	www python
 MASTER_SITES=	CHEESESHOP
-PKGNAMEPREFIX=	${APACHE_PKGNAMEPREFIX}
+PKGNAMEPREFIX=	${APACHE_PKGNAMEPREFIX}${PYTHON_PKGNAMEPREFIX}
 PKGNAMESUFFIX=	4
 
 MAINTAINER=	douglas at douglasthrift.net
@@ -16,6 +17,7 @@ CONFLICTS_INSTALL=${PKGNAMEPREFIX}mod_wsgi3.* mod_wsgi
 
 USES=		gettext python
 USE_APACHE=	22+
+USE_PYTHON=	flavors
 
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS+=--with-apxs="${APXS}" --with-python="${PYTHON_CMD}"


More information about the svn-ports-head mailing list