diff options
author | Renato Botelho <garga@FreeBSD.org> | 2008-04-16 16:10:19 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2008-04-16 16:10:19 +0000 |
commit | 5ecc9b9295b3e619c1c7cb90c068be0e911aed0b (patch) | |
tree | 74588a5cfa6211285f8887346870b7364822d3e3 /ftp | |
parent | 242c19bc489957b8f0b61e519300dceb0ec0642b (diff) |
- Chase clamav library to version 4
- Bump PORTREVISION
Following ports are marked as BROKEN since they don't build with new clamav
0.93:
www/c-icap
mail/claws-mail-clamav
www/gurlchecker
www/havp
security/klamav
devel/p5-Mail-ClamAV
devel/py-clamav
www/squidclam
This clamav version needed to be updated without wait other ports fixes
because it fixes important vulnerabilities.
Notes
Notes:
svn path=/head/; revision=211377
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/proftpd-devel/Makefile | 4 | ||||
-rw-r--r-- | ftp/proftpd/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/ftp/proftpd-devel/Makefile b/ftp/proftpd-devel/Makefile index 149f226246c7..08782b5a904c 100644 --- a/ftp/proftpd-devel/Makefile +++ b/ftp/proftpd-devel/Makefile @@ -7,7 +7,7 @@ PORTNAME= proftpd DISTVERSION= 1.3.1 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= ftp MASTER_SITES= ftp://ftp.proftpd.org/distrib/source/ \ ftp://ftp.fastorama.com/mirrors/ftp.proftpd.org/distrib/source/ \ @@ -224,7 +224,7 @@ DISTFILES+= mod_clamav-0.5.1.tar.bz2:clam EXTRACT_ONLY+= mod_clamav-0.5.1.tar.bz2 USE_CLAMAV= yes MODULES:=${MODULES}:mod_clamav -LIB_DEPENDS+= clamav.3:${PORTSDIR}/security/clamav +LIB_DEPENDS+= clamav.4:${PORTSDIR}/security/clamav INCLUDEDIRS:=${INCLUDEDIRS}:${LOCALBASE}/include LIBDIRS:=${LIBDIRS}:${LOCALBASE}/lib .endif diff --git a/ftp/proftpd/Makefile b/ftp/proftpd/Makefile index 149f226246c7..08782b5a904c 100644 --- a/ftp/proftpd/Makefile +++ b/ftp/proftpd/Makefile @@ -7,7 +7,7 @@ PORTNAME= proftpd DISTVERSION= 1.3.1 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= ftp MASTER_SITES= ftp://ftp.proftpd.org/distrib/source/ \ ftp://ftp.fastorama.com/mirrors/ftp.proftpd.org/distrib/source/ \ @@ -224,7 +224,7 @@ DISTFILES+= mod_clamav-0.5.1.tar.bz2:clam EXTRACT_ONLY+= mod_clamav-0.5.1.tar.bz2 USE_CLAMAV= yes MODULES:=${MODULES}:mod_clamav -LIB_DEPENDS+= clamav.3:${PORTSDIR}/security/clamav +LIB_DEPENDS+= clamav.4:${PORTSDIR}/security/clamav INCLUDEDIRS:=${INCLUDEDIRS}:${LOCALBASE}/include LIBDIRS:=${LIBDIRS}:${LOCALBASE}/lib .endif |