From owner-svn-ports-head@FreeBSD.ORG Thu Nov 21 17:38:41 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2C8F8B05; Thu, 21 Nov 2013 17:38:41 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1BB0D2671; Thu, 21 Nov 2013 17:38:41 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rALHce2B086103; Thu, 21 Nov 2013 17:38:40 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rALHcePh086102; Thu, 21 Nov 2013 17:38:40 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201311211738.rALHcePh086102@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Thu, 21 Nov 2013 17:38:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334504 - head/www/mod_wsgi3 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Nov 2013 17:38:41 -0000 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 (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 - -.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 +.include