diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2010-09-09 11:31:20 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2010-09-09 11:31:20 +0800 |
commit | 5792a25477b72dc91fa829c2ac80bf0d0f5bb235 (patch) | |
tree | 3c8ae7c17a3b7c0b37d1ed64d8cc56af21b99551 /www/mod_wsgi3 | |
parent | a791738aad05491cd70c8f8836304a2de527dd3c (diff) | |
download | freebsd-ports-gnome-5792a25477b72dc91fa829c2ac80bf0d0f5bb235.tar.gz freebsd-ports-gnome-5792a25477b72dc91fa829c2ac80bf0d0f5bb235.tar.zst freebsd-ports-gnome-5792a25477b72dc91fa829c2ac80bf0d0f5bb235.zip |
- Update to mod_wsgi3 to 3.3
- Add LICENSE
- Update CONFLICTS
PR: ports/148982
Submitted by: Douglas Thrift <douglas@douglasthrift.net> (maintainer)
Diffstat (limited to 'www/mod_wsgi3')
-rw-r--r-- | www/mod_wsgi3/Makefile | 12 | ||||
-rw-r--r-- | www/mod_wsgi3/files/pkg-message.in | 9 |
2 files changed, 17 insertions, 4 deletions
diff --git a/www/mod_wsgi3/Makefile b/www/mod_wsgi3/Makefile index c51409659392..555201d979cc 100644 --- a/www/mod_wsgi3/Makefile +++ b/www/mod_wsgi3/Makefile @@ -17,10 +17,12 @@ PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX} MAINTAINER= douglas@douglasthrift.net COMMENT= Python WSGI adapter module for Apache +LICENSE= ASL + MAKE_JOBS_SAFE= yes #LATEST_LINK= mod_wsgi -CONFLICTS= mod_wsgi-2.* +CONFLICTS= ${PKGNAMEPREFIX}mod_wsgi-2.*www/mod_wsgi-2.* PROJECTHOST= modwsgi @@ -38,6 +40,14 @@ SUB_FILES= pkg-message IGNORE= is unsupported with Python 3.0 .endif +pre-everything:: + @${ECHO_MSG} "======================= ATTENTION! ======================" + @${ECHO_MSG} + @${ECHO_MSG} "If you want to use daemon mode you will need to make sure" + @${ECHO_MSG} "Apache and APR include thread support." + @${ECHO_MSG} + @${ECHO_MSG} "=========================================================" + post-install: @${APXS} -e -a -n "${SHORTMODNAME}" "${APACHEMODDIR}/${MODULENAME}.so" @${CAT} ${PKGMESSAGE} diff --git a/www/mod_wsgi3/files/pkg-message.in b/www/mod_wsgi3/files/pkg-message.in index dea5054f301f..5c72392ba9d4 100644 --- a/www/mod_wsgi3/files/pkg-message.in +++ b/www/mod_wsgi3/files/pkg-message.in @@ -1,5 +1,8 @@ -================================================================================ +============================================================================ -For more information, see http://www.modwsgi.org/. +If you want to use daemon mode you will need to make sure Apache and APR +include thread support. -================================================================================ +For more information, see http://www.modwsgi.org/wiki/InstallationOnFreeBSD. + +============================================================================ |