diff options
author | Oliver Braun <obraun@FreeBSD.org> | 2003-06-24 16:34:05 +0000 |
---|---|---|
committer | Oliver Braun <obraun@FreeBSD.org> | 2003-06-24 16:34:05 +0000 |
commit | be7f05ecce1eb02d20cb05cb8552a0e5f69c01cb (patch) | |
tree | 59d6fb80b6069d2f49ecd69cfacd001791cad4b1 /security/clamav | |
parent | Update to 3.6 (diff) |
* Upgrade to 0.60.
* Add --enable-bigstack.
PR: ports/53632
Submitted by: Rob <rob@debank.tv>
Approved by: maintainer
Notes
Notes:
svn path=/head/; revision=83538
Diffstat (limited to 'security/clamav')
-rw-r--r-- | security/clamav/Makefile | 11 | ||||
-rw-r--r-- | security/clamav/distinfo | 2 | ||||
-rw-r--r-- | security/clamav/pkg-plist | 1 |
3 files changed, 7 insertions, 7 deletions
diff --git a/security/clamav/Makefile b/security/clamav/Makefile index d051d1a3ce56..9f1a412b6d62 100644 --- a/security/clamav/Makefile +++ b/security/clamav/Makefile @@ -6,13 +6,11 @@ # PORTNAME= clamav -PORTVERSION= 0.54 -PORTREVISION= 1 +PORTVERSION= 0.60 CATEGORIES= security MASTER_SITES= http://clamav.elektrapro.com/stable/ \ http://clamav.essentkabel.com/stable/ - MAINTAINER= markun@onohara.to COMMENT= Command line virus scanner written entirely in C @@ -22,7 +20,6 @@ RUN_DEPENDS= lha:${PORTSDIR}/archivers/lha \ zoo:${PORTSDIR}/archivers/zoo \ arc:${PORTSDIR}/archivers/arc \ unzip:${PORTSDIR}/archivers/unzip -LIB_DEPENDS= pth.20:${PORTSDIR}/devel/pth USE_GMAKE= yes GNU_CONFIGURE= yes @@ -30,9 +27,11 @@ CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} USE_LIBTOOL= yes INSTALLS_SHLIB= yes -CONFIGURE_ARGS= --prefix=${PREFIX} --disable-clamav +CONFIGURE_ARGS= --prefix=${PREFIX} \ + --disable-clamav \ + --enable-bigstack -MAN1= clamscan.1 freshclam.1 sigtool.1 clamdscan.1 +MAN1= clamscan.1 freshclam.1 sigtool.1 clamdscan.1 clamav-milter.1 MAN5= clamav.conf.5 MAN8= clamd.8 diff --git a/security/clamav/distinfo b/security/clamav/distinfo index e03f0969c789..32cf0bc64db3 100644 --- a/security/clamav/distinfo +++ b/security/clamav/distinfo @@ -1 +1 @@ -MD5 (clamav-0.54.tar.gz) = 1c2e2adffe9ed4d15fe2167dd7bad591 +MD5 (clamav-0.60.tar.gz) = eddeba4e1f399f65bc71aa2b3e901543 diff --git a/security/clamav/pkg-plist b/security/clamav/pkg-plist index c561a92c33a9..4cc7f7d00c9b 100644 --- a/security/clamav/pkg-plist +++ b/security/clamav/pkg-plist @@ -8,6 +8,7 @@ lib/libclamav.so.1 lib/libclamav.so lib/libclamav.la lib/libclamav.a +share/clamav/mirrors.txt share/clamav/viruses.db share/clamav/viruses.db2 @dirrm share/clamav |