Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Nov 2013 17:38:40 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r334504 - head/www/mod_wsgi3
Message-ID:  <201311211738.rALHcePh086102@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu Nov 21 17:38:40 2013
New Revision: 334504
URL: http://svnweb.freebsd.org/changeset/ports/334504

Log:
  - Fix PKGNAME collision
  - Update MASTER_SITES
  - Support STAGEDIR
  - While I'm here:
    - update USE_PYTHON
    - Remove outdated PYTHON_REL check
    - Use bsd.port.mk instead of bsd.port.pre.mk + bsd.port.post.mk
  
  PR:		ports/184065
  Submitted by:	Douglas William Thrift <douglas@douglasthrift.net> (maintainer)

Modified:
  head/www/mod_wsgi3/Makefile

Modified: head/www/mod_wsgi3/Makefile
==============================================================================
--- head/www/mod_wsgi3/Makefile	Thu Nov 21 16:55:54 2013	(r334503)
+++ head/www/mod_wsgi3/Makefile	Thu Nov 21 17:38:40 2013	(r334504)
@@ -6,32 +6,25 @@ PORTREVISION=	1
 CATEGORIES=	www python
 MASTER_SITES=	GOOGLE_CODE
 PKGNAMEPREFIX=	${APACHE_PKGNAMEPREFIX}
+PKGNAMESUFFIX=	3
 
 MAINTAINER=	douglas@douglasthrift.net
 COMMENT=	Python WSGI adapter module for Apache
 
 LICENSE=	AL2
 
-#LATEST_LINK=	mod_wsgi
 CONFLICTS=	${PKGNAMEPREFIX}mod_wsgi-2.* mod_wsgi-2.*
 
 PROJECTHOST=	modwsgi
 
 USE_APACHE=	22+
-USE_PYTHON=	2.5+
+USE_PYTHON=	yes
 
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS+=--with-apxs="${APXS}" --with-python="${PYTHON_CMD}"
 
 SUB_FILES=	pkg-message
 
-NO_STAGE=	yes
-.include <bsd.port.pre.mk>
-
-.if ${PYTHON_REL} >= 300 && ${PYTHON_REL} < 310
-IGNORE=		is unsupported with Python 3.0
-.endif
-
 pre-everything::
 	@${ECHO_MSG} "======================= ATTENTION! ======================"
 	@${ECHO_MSG}
@@ -42,6 +35,5 @@ pre-everything::
 
 post-install:
 	@${APXS} -e -a -n "${SHORTMODNAME}" "${APACHEMODDIR}/${MODULENAME}.so"
-	@${CAT} ${PKGMESSAGE}
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>



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