Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Feb 2018 18:44:20 +0000 (UTC)
From:      Jochen Neumeister <joneum@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r461083 - head/www/mod_wsgi4
Message-ID:  <201802061844.w16IiK9v032482@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@chrullrich.net>
  Approved by:	Douglas Thrift <douglas@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@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}"



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