1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

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>
This commit is contained in:
Tilman Keskinoz 2005-09-26 20:30:03 +00:00
parent 495c7bf624
commit 82d5ec69ee
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=143602
2 changed files with 4 additions and 4 deletions

View File

@ -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"

View File

@ -1,2 +1,2 @@
MD5 (apache2/mod_vhs-1.0.22.tar.gz) = 2024948fe47ca407d0e8b87059747ba8
SIZE (apache2/mod_vhs-1.0.22.tar.gz) = 14872
MD5 (apache2/mod_vhs-1.0.24.tar.gz) = 63bfbf9b6980041129c6cd7899128a8c
SIZE (apache2/mod_vhs-1.0.24.tar.gz) = 17206