diff options
author | clement <clement@FreeBSD.org> | 2005-10-31 06:27:38 +0800 |
---|---|---|
committer | clement <clement@FreeBSD.org> | 2005-10-31 06:27:38 +0800 |
commit | 072b97ff1943215658f8d19d80427143d65f1693 (patch) | |
tree | 3711c3d55472e047ba4635830e1c834b15dcace2 /www | |
parent | 00a3d86a4775fc263f2a9cb3fc9745a1c28e50dd (diff) | |
download | freebsd-ports-gnome-072b97ff1943215658f8d19d80427143d65f1693.tar.gz freebsd-ports-gnome-072b97ff1943215658f8d19d80427143d65f1693.tar.zst freebsd-ports-gnome-072b97ff1943215658f8d19d80427143d65f1693.zip |
- update to 1.0.26
PR: ports/88170
Submitted by: Xavier Beaudouin <kiwi@oav.net> (maintainer)
Diffstat (limited to 'www')
-rw-r--r-- | www/mod_vhs/Makefile | 12 | ||||
-rw-r--r-- | www/mod_vhs/distinfo | 4 |
2 files changed, 10 insertions, 6 deletions
diff --git a/www/mod_vhs/Makefile b/www/mod_vhs/Makefile index 857d4bde2963..93033c5cac03 100644 --- a/www/mod_vhs/Makefile +++ b/www/mod_vhs/Makefile @@ -6,7 +6,7 @@ # PORTNAME= mod_vhs -PORTVERSION= 1.0.24 +PORTVERSION= 1.0.26 CATEGORIES= www MASTER_SITES= http://www.oav.net/projects/mod_vhs/ DIST_SUBDIR= apache2 @@ -16,21 +16,25 @@ COMMENT= Allows mass virtual hosting using libhome system with Apache 2.0.x LIB_DEPENDS+= home:${PORTSDIR}/misc/libhome -BROKEN= Conflicting dependencies (apache 1.x vs apache 2.x) - +WITH_APACHE2= yes USE_PHP= yes USE_PHP_BUILD= yes WANT_PHP_MOD= yes WANT_APACHE= 2 AP_FAST_BUILD= YES AP_GENPLIST= YES + +.if defined(PACKAGE_BUILDING) +IGNORE= This port cannot be build as package because lang/php4 requires apache2 +.endif + WRKSRC= ${WRKDIR}/${PORTNAME} AP_INC+= ${LOCALBASE}/include/home 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 \ +PORTDOCS= ChangeLog AUTHORS README.logs README.wildcards WARNING \ WARNING.THREADS README.phpopt .include <bsd.port.pre.mk> diff --git a/www/mod_vhs/distinfo b/www/mod_vhs/distinfo index eabde89babcd..2d42d07bc3c5 100644 --- a/www/mod_vhs/distinfo +++ b/www/mod_vhs/distinfo @@ -1,2 +1,2 @@ -MD5 (apache2/mod_vhs-1.0.24.tar.gz) = 63bfbf9b6980041129c6cd7899128a8c -SIZE (apache2/mod_vhs-1.0.24.tar.gz) = 17206 +MD5 (apache2/mod_vhs-1.0.26.tar.gz) = deb33f6104ca5453ec16a7056d44cc0b +SIZE (apache2/mod_vhs-1.0.26.tar.gz) = 15455 |