diff options
author | garga <garga@FreeBSD.org> | 2007-12-20 07:08:38 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2007-12-20 07:08:38 +0800 |
commit | 050756bc128278e28168c6d58d622cbc96829210 (patch) | |
tree | efc996737ae28114fe14434afcbc8688c1ed6097 /security/clamcour | |
parent | 466f9a0fac001ae3a13cd61d2943937e4ee7e24e (diff) | |
download | freebsd-ports-gnome-050756bc128278e28168c6d58d622cbc96829210.tar.gz freebsd-ports-gnome-050756bc128278e28168c6d58d622cbc96829210.tar.zst freebsd-ports-gnome-050756bc128278e28168c6d58d622cbc96829210.zip |
- Update security/clamav to 0.92
- Add a new OPTION (RAR) because unrar code is optional to fix a license
issue
- Some cosmetic changes
- Chase library version bump and bump PORTREVISION of all dependant ports
Approved by: portmgr (pav)
Security: CVE-2007-6335, CVE-2007-6336, CVE-2007-6337
Diffstat (limited to 'security/clamcour')
-rw-r--r-- | security/clamcour/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/clamcour/Makefile b/security/clamcour/Makefile index a4a6023be698..31e2cedf2073 100644 --- a/security/clamcour/Makefile +++ b/security/clamcour/Makefile @@ -7,7 +7,7 @@ PORTNAME= clamcour PORTVERSION= 0.3.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security mail MASTER_SITES= http://www.becrux.com/pages/projects/clamcour/ @@ -15,7 +15,7 @@ MAINTAINER= bsd@dino.sk COMMENT= ClamAV courier filter BUILD_DEPENDS= courier-config:${PORTSDIR}/mail/courier -LIB_DEPENDS= clamav.2:${PORTSDIR}/security/clamav +LIB_DEPENDS= clamav.3:${PORTSDIR}/security/clamav GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} |