View | Details | Raw Unified | Return to bug 53632 | Differences between
and this patch

Collapse All | Expand All

(-)clamav/Makefile (-6 / +5 lines)
Lines 2-18 Link Here
2
# Date created:		15 July 2002
2
# Date created:		15 July 2002
3
# Whom:			markun@onohara.to
3
# Whom:			markun@onohara.to
4
#
4
#
5
# $FreeBSD: /repoman/r/pcvs/ports/security/clamav/Makefile,v 1.7 2003/06/18 09:43:05 nork Exp $
5
# $FreeBSD: ports/security/clamav/Makefile,v 1.6 2003/06/11 16:58:37 nork Exp $
6
#
6
#
7
7
8
PORTNAME=	clamav
8
PORTNAME=	clamav
9
PORTVERSION=	0.54
9
PORTVERSION=	0.60
10
PORTREVISION=	1
11
CATEGORIES=	security
10
CATEGORIES=	security
12
MASTER_SITES=	http://clamav.elektrapro.com/stable/ \
11
MASTER_SITES=	http://clamav.elektrapro.com/stable/ \
13
		http://clamav.essentkabel.com/stable/
12
		http://clamav.essentkabel.com/stable/
14
13
15
16
MAINTAINER=	markun@onohara.to
14
MAINTAINER=	markun@onohara.to
17
COMMENT=	Command line virus scanner written entirely in C
15
COMMENT=	Command line virus scanner written entirely in C
18
16
Lines 22-28 Link Here
22
		zoo:${PORTSDIR}/archivers/zoo \
20
		zoo:${PORTSDIR}/archivers/zoo \
23
		arc:${PORTSDIR}/archivers/arc \
21
		arc:${PORTSDIR}/archivers/arc \
24
		unzip:${PORTSDIR}/archivers/unzip
22
		unzip:${PORTSDIR}/archivers/unzip
25
LIB_DEPENDS=	pth.20:${PORTSDIR}/devel/pth
26
23
27
USE_GMAKE=	yes
24
USE_GMAKE=	yes
28
GNU_CONFIGURE=	yes
25
GNU_CONFIGURE=	yes
Lines 30-36 Link Here
30
USE_LIBTOOL=	yes
27
USE_LIBTOOL=	yes
31
INSTALLS_SHLIB=	yes
28
INSTALLS_SHLIB=	yes
32
29
33
CONFIGURE_ARGS=	--prefix=${PREFIX} --disable-clamav
30
CONFIGURE_ARGS=	--prefix=${PREFIX} \
31
		--disable-clamav \
32
		--enable-bigstack
34
33
35
MAN1=		clamscan.1 freshclam.1 sigtool.1 clamdscan.1
34
MAN1=		clamscan.1 freshclam.1 sigtool.1 clamdscan.1
36
MAN5=		clamav.conf.5
35
MAN5=		clamav.conf.5
(-)clamav/distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (clamav-0.54.tar.gz) = 1c2e2adffe9ed4d15fe2167dd7bad591
1
MD5 (clamav-0.60.tar.gz) = eddeba4e1f399f65bc71aa2b3e901543
(-)clamav/pkg-plist (+1 lines)
Lines 8-13 Link Here
8
lib/libclamav.so
8
lib/libclamav.so
9
lib/libclamav.la
9
lib/libclamav.la
10
lib/libclamav.a
10
lib/libclamav.a
11
share/clamav/mirrors.txt
11
share/clamav/viruses.db
12
share/clamav/viruses.db
12
share/clamav/viruses.db2
13
share/clamav/viruses.db2
13
@dirrm share/clamav
14
@dirrm share/clamav

Return to bug 53632