diff options
author | Hye-Shik Chang <perky@FreeBSD.org> | 2004-03-11 14:36:30 +0000 |
---|---|---|
committer | Hye-Shik Chang <perky@FreeBSD.org> | 2004-03-11 14:36:30 +0000 |
commit | 421a5d8ea9a19a4448bc3f77a9251e13c2407e6c (patch) | |
tree | b97b13cf962689ccf464525b6229a123516b8cb8 /www/mod_python3/Makefile | |
parent | Fixup OPTIONS use (diff) |
Update to 3.1.3 and unmark FORBIDDEN.
Spotted by: Simon Barner <barner@in.tum.de>,
Oliver Eikemeier <eikemeier@fillmore-labs.com>
Notes
Notes:
svn path=/head/; revision=103653
Diffstat (limited to 'www/mod_python3/Makefile')
-rw-r--r-- | www/mod_python3/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/www/mod_python3/Makefile b/www/mod_python3/Makefile index c8a0425b25c9..9bcdf02f1c23 100644 --- a/www/mod_python3/Makefile +++ b/www/mod_python3/Makefile @@ -6,7 +6,7 @@ # PORTNAME= mod_python -PORTVERSION= 3.0.3 +PORTVERSION= 3.1.3 CATEGORIES= www python MASTER_SITES= ${MASTER_SITE_APACHE_HTTPD} MASTER_SITE_SUBDIR= modpython @@ -15,8 +15,6 @@ EXTRACT_SUFX= .tgz MAINTAINER= perky@FreeBSD.org COMMENT= Apache module that embeds the Python interpreter within the server -FORBIDDEN= denial of service vulnerability - WITH_APACHE2= yes USE_APACHE= yes USE_PYTHON= yes |