diff options
author | Renato Botelho <garga@FreeBSD.org> | 2007-12-20 07:08:38 +0800 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2007-12-20 07:08:38 +0800 |
commit | e74905e54bdaced2d06fbc274a14a42b211d3126 (patch) | |
tree | 2aa5e741bcd48e2b1212e1da5c91c272aa68a881 /www/havp | |
parent | 19a8a2ec339772a805b5fb6ff0cfb1a6d41c3aee (diff) | |
download | freebsd-ports-gnome-e74905e54bdaced2d06fbc274a14a42b211d3126.tar.gz freebsd-ports-gnome-e74905e54bdaced2d06fbc274a14a42b211d3126.tar.zst freebsd-ports-gnome-e74905e54bdaced2d06fbc274a14a42b211d3126.zip |
- Update security/clamav to 0.92
- Add a new OPTION (RAR) because unrar code is optional to fix a license
issue
- Some cosmetic changes
- Chase library version bump and bump PORTREVISION of all dependant ports
Approved by: portmgr (pav)
Security: CVE-2007-6335, CVE-2007-6336, CVE-2007-6337
Diffstat (limited to 'www/havp')
-rw-r--r-- | www/havp/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/havp/Makefile b/www/havp/Makefile index 7de64d1da123..94da63dc3bf2 100644 --- a/www/havp/Makefile +++ b/www/havp/Makefile @@ -7,6 +7,7 @@ PORTNAME= havp PORTVERSION= 0.86 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://www.server-side.de/download/ \ http://bio3k.softboard.ru/uploads/arch/ @@ -14,7 +15,7 @@ MASTER_SITES= http://www.server-side.de/download/ \ MAINTAINER= b3k@mail.ru COMMENT= HTTP Antivirus Proxy -LIB_DEPENDS= clamav.2:${PORTSDIR}/security/clamav +LIB_DEPENDS= clamav.3:${PORTSDIR}/security/clamav GNU_CONFIGURE= yes USE_GMAKE= yes |