summaryrefslogtreecommitdiffstats
path: root/www/mod_vhs
diff options
context:
space:
mode:
authorarved <arved@FreeBSD.org>2005-09-26 20:30:03 +0000
committerarved <arved@FreeBSD.org>2005-09-26 20:30:03 +0000
commitd900b7e5873bdd8f5355071d9dc7c4b915d84c41 (patch)
treee8bf16f585df7a7c04e23fae3b9d108293422e39 /www/mod_vhs
parent75bde709d2cf4e76f94a70a83462ad9209f7c08b (diff)
downloadFreeBSD-ports-d900b7e5873bdd8f5355071d9dc7c4b915d84c41.zip
FreeBSD-ports-d900b7e5873bdd8f5355071d9dc7c4b915d84c41.tar.gz
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>
Diffstat (limited to 'www/mod_vhs')
-rw-r--r--www/mod_vhs/Makefile4
-rw-r--r--www/mod_vhs/distinfo4
2 files changed, 4 insertions, 4 deletions
diff --git a/www/mod_vhs/Makefile b/www/mod_vhs/Makefile
index a342e3b..dc7cf13 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"
diff --git a/www/mod_vhs/distinfo b/www/mod_vhs/distinfo
index 07b1d54..eabde89 100644
--- a/www/mod_vhs/distinfo
+++ b/www/mod_vhs/distinfo
@@ -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
OpenPOWER on IntegriCloud