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 /mail | |
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 'mail')
-rw-r--r-- | mail/claws-mail-clamav/Makefile | 6 | ||||
-rw-r--r-- | mail/p5-Mail-ClamAV/Makefile | 4 | ||||
-rw-r--r-- | mail/qsheff/Makefile | 2 | ||||
-rw-r--r-- | mail/simscan/Makefile | 1 |
4 files changed, 9 insertions, 4 deletions
diff --git a/mail/claws-mail-clamav/Makefile b/mail/claws-mail-clamav/Makefile index c05bdadd6b6c..2ca4339621c1 100644 --- a/mail/claws-mail-clamav/Makefile +++ b/mail/claws-mail-clamav/Makefile @@ -7,7 +7,7 @@ PORTNAME= clamav PORTVERSION= 3.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= mail MASTER_SITES= http://www.claws-mail.org/downloads/plugins/ PKGNAMEPREFIX= claws-mail- @@ -17,7 +17,7 @@ COMMENT= Clamav plugin for claws-mail BUILD_DEPENDS= claws-mail>=3.3.1:${PORTSDIR}/mail/claws-mail RUN_DEPENDS= claws-mail>=3.3.1:${PORTSDIR}/mail/claws-mail -LIB_DEPENDS= clamav.3:${PORTSDIR}/security/clamav +LIB_DEPENDS= clamav.4:${PORTSDIR}/security/clamav USE_GMAKE= yes USE_XORG= x11 @@ -30,4 +30,6 @@ PLIST_FILES= lib/claws-mail/plugins/clamav.a \ lib/claws-mail/plugins/clamav.la \ lib/claws-mail/plugins/clamav.so +BROKEN= Doesn't build with clamav-0.93 + .include <bsd.port.mk> diff --git a/mail/p5-Mail-ClamAV/Makefile b/mail/p5-Mail-ClamAV/Makefile index b2c3cfb468ab..35ffaedd0170 100644 --- a/mail/p5-Mail-ClamAV/Makefile +++ b/mail/p5-Mail-ClamAV/Makefile @@ -7,7 +7,7 @@ PORTNAME= Mail-ClamAV PORTVERSION= 0.20 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Mail @@ -27,6 +27,8 @@ PERL_CONFIGURE= yes MAN3= Mail::ClamAV.3 +BROKEN= Doesn't build with clamav-0.93 + post-install: @${CAT} ${PKGMESSAGE} diff --git a/mail/qsheff/Makefile b/mail/qsheff/Makefile index e53914d9e54e..461678559137 100644 --- a/mail/qsheff/Makefile +++ b/mail/qsheff/Makefile @@ -7,7 +7,7 @@ PORTNAME= qsheff-II PORTVERSION= 2.1.r3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail MASTER_SITES= http://www.enderunix.org/qsheff/ \ SF/qsheff diff --git a/mail/simscan/Makefile b/mail/simscan/Makefile index db20b7b89a77..65ac71e63a43 100644 --- a/mail/simscan/Makefile +++ b/mail/simscan/Makefile @@ -7,6 +7,7 @@ PORTNAME= simscan PORTVERSION= 1.4.0 +PORTREVISION= 1 CATEGORIES= mail security MASTER_SITES= SF DISTNAME= ${PORTNAME}-${PORTVERSION:S/.r/rc/} |