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 /security/squidclam | |
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 'security/squidclam')
-rw-r--r-- | security/squidclam/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/security/squidclam/Makefile b/security/squidclam/Makefile index a6e69d96b314..52d18a203680 100644 --- a/security/squidclam/Makefile +++ b/security/squidclam/Makefile @@ -7,7 +7,7 @@ PORTNAME= squidclam PORTVERSION= 0.11 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -31,6 +31,8 @@ SUB_FILES= pkg-message PLIST_FILES= bin/squidclam %%EXAMPLESDIR%%/squidclam.conf PLIST_DIRS= %%EXAMPLESDIR%% +BROKEN= Doesn't build with clamav-0.93 + post-patch: @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \ -e 's|%%PREFIX%%|${PREFIX}|g' \ |