diff options
author | garga <garga@FreeBSD.org> | 2008-04-17 00:10:19 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2008-04-17 00:10:19 +0800 |
commit | 90b0029f0c2482cc27f242234fe59641ef103607 (patch) | |
tree | cf48bcb237420ec8e002bbcf92dd49acc8b46390 /ftp/proftpd | |
parent | d97ebb18fbd2b57dbbddfd07a3bdeb6ae9f1ccfa (diff) | |
download | freebsd-ports-gnome-90b0029f0c2482cc27f242234fe59641ef103607.tar.gz freebsd-ports-gnome-90b0029f0c2482cc27f242234fe59641ef103607.tar.zst freebsd-ports-gnome-90b0029f0c2482cc27f242234fe59641ef103607.zip |
- 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.
Diffstat (limited to 'ftp/proftpd')
-rw-r--r-- | ftp/proftpd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |