summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorSergey Matveychuk <sem@FreeBSD.org>2005-04-13 15:20:03 +0000
committerSergey Matveychuk <sem@FreeBSD.org>2005-04-13 15:20:03 +0000
commitbfeeb2a543e92b821304b454c196e7ad7542dca9 (patch)
tree9e27042cf976b674170ba4d81c6415488c19fca2 /www
parent- Unbreak: Fix plist (diff)
- Update to 1.0.16
PR: ports/78626 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=133249
Diffstat (limited to 'www')
-rw-r--r--www/mod_vhs/Makefile6
-rw-r--r--www/mod_vhs/distinfo4
-rw-r--r--www/mod_vhs/pkg-message7
3 files changed, 14 insertions, 3 deletions
diff --git a/www/mod_vhs/Makefile b/www/mod_vhs/Makefile
index dea87e2d7346..7a2f13a095f0 100644
--- a/www/mod_vhs/Makefile
+++ b/www/mod_vhs/Makefile
@@ -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
diff --git a/www/mod_vhs/distinfo b/www/mod_vhs/distinfo
index e41123afd865..3c3da69a74e5 100644
--- a/www/mod_vhs/distinfo
+++ b/www/mod_vhs/distinfo
@@ -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
diff --git a/www/mod_vhs/pkg-message b/www/mod_vhs/pkg-message
new file mode 100644
index 000000000000..ab8d680fe573
--- /dev/null
+++ b/www/mod_vhs/pkg-message
@@ -0,0 +1,7 @@
+***************************************************************
+
+If you use PHP support you should load mod_php BEFORE mod_vhs
+otherwise your Apache will not start.
+
+
+***************************************************************