aboutsummaryrefslogtreecommitdiff
path: root/www/mod_clamav
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2008-09-15 19:56:38 +0000
committerRenato Botelho <garga@FreeBSD.org>2008-09-15 19:56:38 +0000
commit37c88c8e12ad9a0d6e9650fcf3fd6a9f952ee988 (patch)
tree81ded9fcdaddcfcae4d1d0762d9c2bb0bdce1692 /www/mod_clamav
parentf8478461222c738f5ae5a31d3f92d0ec7a2db333 (diff)
downloadports-37c88c8e12ad9a0d6e9650fcf3fd6a9f952ee988.tar.gz
ports-37c88c8e12ad9a0d6e9650fcf3fd6a9f952ee988.zip
- Update security/clamav to 0.94 [1] and fix a remote DoS [2]
- Chase libclamav version bump on all dependant ports - Bump necessary PORTREVISIONS - Fix some BROKEN messages from ports that were already broken with clamav-0.93 - Mark security/klamav as BROKEN since it doesn't build with clamav-0.94 PR: ports/127122 [1], ports/127310 [2] Submitted by: Gary Palmer <freebsd-gnats@in-addr.com> [1], delphij [2] Approved by: portmgr (pav)
Notes
Notes: svn path=/head/; revision=220390
Diffstat (limited to 'www/mod_clamav')
-rw-r--r--www/mod_clamav/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/mod_clamav/Makefile b/www/mod_clamav/Makefile
index 743fe0e3aca1..1d1b03c48da8 100644
--- a/www/mod_clamav/Makefile
+++ b/www/mod_clamav/Makefile
@@ -7,7 +7,7 @@
PORTNAME= mod_clamav
PORTVERSION= 0.22
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= www security
MASTER_SITES= http://software.othello.ch/mod_clamav/ \
http://www.kommunity.net/download/mod_clamav/
@@ -27,10 +27,10 @@ IGNORE= mod_clamav only compile and run with apache-2.0.x
.endif
.if defined(WITH_CLAMAVDEVEL)
-LIB_DEPENDS+= clamav:${PORTSDIR}/security/clamav-devel
+LIB_DEPENDS+= clamav.5:${PORTSDIR}/security/clamav-devel
.else
CLAMAV_PORT= security/clamav
-LIB_DEPENDS+= clamav:${PORTSDIR}/security/clamav
+LIB_DEPENDS+= clamav.5:${PORTSDIR}/security/clamav
.endif
CONFIGURE_ARGS= --with-apxs=${PREFIX}/sbin/apxs \