1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

- Update to 1.0.16

PR:		ports/78626
Submitted by:	maintainer
This commit is contained in:
Sergey Matveychuk 2005-04-13 15:20:03 +00:00
parent 38e32ee43c
commit bfeeb2a543
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=133249
3 changed files with 14 additions and 3 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= mod_vhs
PORTVERSION= 1.0.10
PORTVERSION= 1.0.16
CATEGORIES= www
MASTER_SITES= http://www.oav.net/projects/mod_vhs/
DIST_SUBDIR= apache2
@ -16,6 +16,9 @@ COMMENT= Allows mass virtual hosting using libhome system with Apache 2.0.x
LIB_DEPENDS+= home:${PORTSDIR}/misc/libhome
USE_PHP= yes
USE_PHP_BUILD= yes
WANT_PHP_MOD= yes
WANT_APACHE= 2
AP_FAST_BUILD= YES
AP_GENPLIST= YES
@ -23,6 +26,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}
AP_INC+= ${LOCALBASE}/include/home
AP_LIB+= ${LOCALBASE}/lib -lhome
AP_EXTRAS+= -I ${LOCALBASE}/include/php -I ${LOCALBASE}/include/php/Zend -DHAVE_MOD_PHP_SUPPORT
PORTDOCS= AUTHORS README

View File

@ -1,2 +1,2 @@
MD5 (apache2/mod_vhs-1.0.10.tar.gz) = e1a1375a722d9f8ad62d8995acd33c19
SIZE (apache2/mod_vhs-1.0.10.tar.gz) = 6908
MD5 (apache2/mod_vhs-1.0.16.tar.gz) = 3f7075c7d63c0b366bd595b90980832e
SIZE (apache2/mod_vhs-1.0.16.tar.gz) = 12523

7
www/mod_vhs/pkg-message Normal file
View File

@ -0,0 +1,7 @@
***************************************************************
If you use PHP support you should load mod_php BEFORE mod_vhs
otherwise your Apache will not start.
***************************************************************