From 6dee7aadd206bc514c80d7ae5b6ab6b2da2627cc Mon Sep 17 00:00:00 2001
From: Renato Botelho <garga@FreeBSD.org>
Date: Tue, 13 Mar 2007 20:11:19 +0000
Subject: - Update clamav to 0.90.1 - Use -lthr to build clamav since it has
 problems with libpthread - Bump PORTREVISION of dependant ports, libclamav
 version was bumped - Fix clamcour to build with clamav-0.90.x using patch
 sent by maintainer

---
 www/c-icap/Makefile     | 6 +++---
 www/havp/Makefile       | 4 ++--
 www/mod_clamav/Makefile | 1 +
 www/raqdevil/Makefile   | 1 +
 4 files changed, 7 insertions(+), 5 deletions(-)

(limited to 'www')

diff --git a/www/c-icap/Makefile b/www/c-icap/Makefile
index 3366f0ff3070..16399ff0bdd4 100644
--- a/www/c-icap/Makefile
+++ b/www/c-icap/Makefile
@@ -7,7 +7,7 @@
 
 PORTNAME=	c-icap
 PORTVERSION=	030606
-PORTREVISION=	2
+PORTREVISION=	3
 PORTEPOCH=	1
 CATEGORIES=	www
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE} \
@@ -54,8 +54,8 @@ PLIST_SUB+=	PERL="@comment "
 CONFIGURE_ARGS+=	--without-perl
 .endif
 
-.if defined(WITH_CLAMAV)
-LIB_DEPENDS+=	clamav.1:${PORTSDIR}/security/clamav
+.if !defined(WITHOUT_CLAMAV)
+LIB_DEPENDS+=	clamav.2:${PORTSDIR}/security/clamav
 PLIST_SUB+=	CLAMAV=""
 CONFIGURE_ARGS+=	--with-clamav
 CONFIGURE_ENV=	CFLAGS="-I${LOCALBASE}/include" \
diff --git a/www/havp/Makefile b/www/havp/Makefile
index 111626f04387..49700b188df7 100644
--- a/www/havp/Makefile
+++ b/www/havp/Makefile
@@ -7,7 +7,7 @@
 
 PORTNAME=	havp
 PORTVERSION=	0.82
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	www
 MASTER_SITES=	http://www.server-side.de/download/ \
 				http://bio3k.softboard.ru/uploads/arch/
@@ -15,7 +15,7 @@ MASTER_SITES=	http://www.server-side.de/download/ \
 MAINTAINER=	b3k@mail.ru
 COMMENT=	HTTP Antivirus Proxy
 
-LIB_DEPENDS=	clamav.1:${PORTSDIR}/security/clamav
+LIB_DEPENDS=	clamav.2:${PORTSDIR}/security/clamav
 
 GNU_CONFIGURE=	yes
 USE_GMAKE=	yes
diff --git a/www/mod_clamav/Makefile b/www/mod_clamav/Makefile
index 85550c032897..7b8ec281b6e0 100644
--- a/www/mod_clamav/Makefile
+++ b/www/mod_clamav/Makefile
@@ -7,6 +7,7 @@
 
 PORTNAME=	mod_clamav
 PORTVERSION=	0.21
+PORTREVISION=	1
 CATEGORIES=	www security
 MASTER_SITES=	http://software.othello.ch/mod_clamav/
 
diff --git a/www/raqdevil/Makefile b/www/raqdevil/Makefile
index 231f424aec01..4bd37a74f379 100644
--- a/www/raqdevil/Makefile
+++ b/www/raqdevil/Makefile
@@ -7,6 +7,7 @@
 
 PORTNAME=	raqdevil
 PORTVERSION=	1.0
+PORTREVISION=	1
 CATEGORIES=	www sysutils
 MASTER_SITES=	http://www.raqdevil.com/
 
-- 
cgit debian/1.2.3+git2.25.1-1-2-gaceb0