diff options
author | Renato Botelho <garga@FreeBSD.org> | 2009-03-27 11:53:07 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2009-03-27 11:53:07 +0000 |
commit | b5a9f423503aebaca704f1f6cf4ae2f485fc5ea1 (patch) | |
tree | e217dbc778a52087c20ecaea92beea91b2266052 /www/havp/Makefile | |
parent | d253acf464b19446c05f5daaeadfa06ee7126cb7 (diff) | |
download | ports-b5a9f423503aebaca704f1f6cf4ae2f485fc5ea1.tar.gz ports-b5a9f423503aebaca704f1f6cf4ae2f485fc5ea1.zip |
Notes
Diffstat (limited to 'www/havp/Makefile')
-rw-r--r-- | www/havp/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/havp/Makefile b/www/havp/Makefile index 46469231fd8e..1fe6e2b09205 100644 --- a/www/havp/Makefile +++ b/www/havp/Makefile @@ -6,16 +6,16 @@ # PORTNAME= havp -PORTVERSION= 0.88 -PORTREVISION= 1 +PORTVERSION= 0.90 CATEGORIES= www MASTER_SITES= http://www.server-side.de/download/ \ - http://bio3k.softboard.ru/uploads/arch/ + http://bio3k.softboard.ru/uploads/arch/ \ + http://havp.hege.li/download/ MAINTAINER= b3k@mail.ru COMMENT= HTTP Antivirus Proxy -LIB_DEPENDS= clamav.5:${PORTSDIR}/security/clamav +LIB_DEPENDS= clamav.6:${PORTSDIR}/security/clamav GNU_CONFIGURE= yes USE_GMAKE= yes |