View | Details | Raw Unified | Return to bug 47291
Collapse All | Expand All

(-)Makefile (-2 / +4 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	clamav
8
PORTNAME=	clamav
9
PORTVERSION=	0.20
9
PORTVERSION=	0.54
10
CATEGORIES=	security
10
CATEGORIES=	security
11
MASTER_SITES=	http://clamav.elektrapro.com/stable/
11
MASTER_SITES=	http://clamav.elektrapro.com/stable/
12
12
Lines 24-30 Link Here
24
24
25
CONFIGURE_ARGS=	--prefix=${PREFIX} --disable-clamav --disable-pthreads
25
CONFIGURE_ARGS=	--prefix=${PREFIX} --disable-clamav --disable-pthreads
26
26
27
MAN1=		clamscan.1 freshclam.1 sigtool.1
27
MAN1=		clamscan.1 freshclam.1 sigtool.1 clamdscan.1
28
MAN5=		clamav.conf.5
29
MAN8=		clamd.8
28
30
29
pre-install:
31
pre-install:
30
	@${ECHO} "==>  Creating custom user to run clamav..."
32
	@${ECHO} "==>  Creating custom user to run clamav..."
(-)distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (clamav-0.20.tar.gz) = db747de22829b2d03baeb04d659d3d5b
1
MD5 (clamav-0.54.tar.gz) = 1c2e2adffe9ed4d15fe2167dd7bad591
(-)pkg-descr (-1 / +1 lines)
Lines 1-3 Link Here
1
Clam Antivirus is command line virus scanner using database from
1
Clam Antivirus is command line virus scanner using database from
2
OpenAntiVirus. It detects over 1700 viruses, scans compressed files
2
OpenAntiVirus. It detects over 7000 viruses, scans compressed files
3
and supported by AMaViS.
3
and supported by AMaViS.
(-)pkg-plist (+6 lines)
Lines 1-5 Link Here
1
bin/clamscan
1
bin/clamscan
2
bin/freshclam
2
bin/freshclam
3
bin/sigtool
3
bin/sigtool
4
include/clamav.h
5
lib/libclamav.so.1
6
lib/libclamav.so
7
lib/libclamav.la
8
lib/libclamav.a
4
share/clamav/viruses.db
9
share/clamav/viruses.db
10
share/clamav/viruses.db2
5
@dirrm share/clamav
11
@dirrm share/clamav

Return to bug 47291