diff options
author | Clement Laforet <clement@FreeBSD.org> | 2005-09-11 11:39:05 +0000 |
---|---|---|
committer | Clement Laforet <clement@FreeBSD.org> | 2005-09-11 11:39:05 +0000 |
commit | 4446cfb20903145aaa668790a84752753a9f210b (patch) | |
tree | 30edfb0b55dcc4f378ccfb4587f2e3c5045691a5 /www/mod_vhs/Makefile | |
parent | Update to 0.67. (diff) |
- Update to 1.0.18
- ChangeLog :
o Removed VH_HOST variable since it is more or less unusuable and somewhat
dangerous. You can enable it again by compiling mod_vhs with -DWANT_VH_HOST.
o Fixed compilation of mod_vhs when using Apache 2.0 branch (problems
with ap_regex_t that exists only on Apache 2.1)
o Added open_basedir functions to append homedir to a default open_basedir
path.
o Added experimental SUEXEC support. Not tested and not documented !
o According to Frédéric VANNIERE, mod_rewrite don't work when it
is specified in module list... Another neat exception of Apache...
Now mod_vhs should work with mod_rewrite...
o Use Apache internal regexp than "system" ones. This fix portability
of this code on Debian
PR: ports/85222
Submitted: Xavier Beaudouin <kiwi@oav.net> (maintainer)
Notes
Notes:
svn path=/head/; revision=142436
Diffstat (limited to 'www/mod_vhs/Makefile')
-rw-r--r-- | www/mod_vhs/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www/mod_vhs/Makefile b/www/mod_vhs/Makefile index abd2508f30e9..3b625468f299 100644 --- a/www/mod_vhs/Makefile +++ b/www/mod_vhs/Makefile @@ -6,8 +6,7 @@ # PORTNAME= mod_vhs -PORTVERSION= 1.0.16 -PORTREVISION= 1 +PORTVERSION= 1.0.18 CATEGORIES= www MASTER_SITES= http://www.oav.net/projects/mod_vhs/ DIST_SUBDIR= apache2 @@ -29,7 +28,7 @@ AP_INC+= ${LOCALBASE}/include/home AP_LIB+= ${LOCALBASE}/lib -lhome AP_EXTRAS+= -I ${LOCALBASE}/include/php -I ${LOCALBASE}/include/php/Zend -I ${LOCALBASE}/include/php/TSRM -DHAVE_MOD_PHP_SUPPORT -PORTDOCS= AUTHORS README +PORTDOCS= AUTHORS README README.logs README.wildcards .include <bsd.port.pre.mk> .include "${PORTSDIR}/www/apache2/Makefile.modules.3rd" |