diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2005-09-26 20:30:03 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2005-09-26 20:30:03 +0000 |
commit | 82d5ec69eea60ee0481c2018fca35eab2a7b9c1f (patch) | |
tree | 09edf503cc4c5f3e3d0866c3441bc072ef28c699 /www/mod_vhs/Makefile | |
parent | update to 0.5.1 (diff) |
Update to 1.0.24
Since mod_vhs 1.0.24
--------------------
o Fix wrong paths and informations sent to apache / environment variables
when vhs_Path_Prefix is used.
o PHP can be configured now using "passwd" libhome field.
o Fix some missing path values when used vhs_Path_Prefix
o Compile only what is needed. eg don't include php code or config
variables when PHP support is not compiled into.
PR: 86607
Submitted by: Xavier Beaudouin <kiwi@oav.net>
Notes
Notes:
svn path=/head/; revision=143602
Diffstat (limited to 'www/mod_vhs/Makefile')
-rw-r--r-- | www/mod_vhs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/mod_vhs/Makefile b/www/mod_vhs/Makefile index a342e3b694f2..dc7cf1347270 100644 --- a/www/mod_vhs/Makefile +++ b/www/mod_vhs/Makefile @@ -6,7 +6,7 @@ # PORTNAME= mod_vhs -PORTVERSION= 1.0.22 +PORTVERSION= 1.0.24 CATEGORIES= www MASTER_SITES= http://www.oav.net/projects/mod_vhs/ DIST_SUBDIR= apache2 @@ -29,7 +29,7 @@ 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= ChangeLog AUTHORS README README.logs README.wildcards WARNING \ - WARNING.THREADS + WARNING.THREADS README.phpopt .include <bsd.port.pre.mk> .include "${PORTSDIR}/www/apache2/Makefile.modules.3rd" |