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_wsgi | |
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_wsgi')
-rw-r--r-- | www/mod_wsgi/Makefile | 13 | ||||
-rw-r--r-- | www/mod_wsgi/files/pkg-message.in | 9 |
2 files changed, 18 insertions, 4 deletions
diff --git a/www/mod_wsgi/Makefile b/www/mod_wsgi/Makefile index 564cda817520..fbeb7df33b88 100644 --- a/www/mod_wsgi/Makefile +++ b/www/mod_wsgi/Makefile @@ -16,10 +16,12 @@ PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX} MAINTAINER= douglas@douglasthrift.net COMMENT= Python WSGI adapter module for Apache +LICENSE= ASL + MAKE_JOBS_SAFE= yes LATEST_LINK= mod_wsgi2 -CONFLICTS= mod_wsgi-3.* +CONFLICTS= ${PKGNAMEPREFIX}mod_wsgi-3.*www/mod_wsgi-3.* PROJECTHOST= modwsgi @@ -30,8 +32,17 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-apxs="${APXS}" --with-python="${PYTHON_CMD}" SUB_FILES= pkg-message + PORTSCOUT= limit:^2\. +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_wsgi/files/pkg-message.in b/www/mod_wsgi/files/pkg-message.in index dea5054f301f..5c72392ba9d4 100644 --- a/www/mod_wsgi/files/pkg-message.in +++ b/www/mod_wsgi/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. + +============================================================================ |