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

(-)Makefile (-2 / +6 lines)
Lines 7-13 Link Here
7
7
8
PORTNAME=	mod_clamav
8
PORTNAME=	mod_clamav
9
PORTVERSION=	0.23
9
PORTVERSION=	0.23
10
PORTREVISION=	3
10
PORTREVISION=	4
11
CATEGORIES=	www security
11
CATEGORIES=	www security
12
MASTER_SITES=	http://software.othello.ch/mod_clamav/ \
12
MASTER_SITES=	http://software.othello.ch/mod_clamav/ \
13
		http://www.kommunity.net/download/mod_clamav/
13
		http://www.kommunity.net/download/mod_clamav/
Lines 16-27 Link Here
16
MAINTAINER=	tmueko@kommunity.net
16
MAINTAINER=	tmueko@kommunity.net
17
COMMENT=	Scans content delivered by the Apache20 proxy module for viruses
17
COMMENT=	Scans content delivered by the Apache20 proxy module for viruses
18
18
19
MAKE_JOBS_SAFE=  yes
19
MAKE_JOBS_SAFE=	yes
20
20
21
USE_AUTOTOOLS=	libtool:22
21
USE_AUTOTOOLS=	libtool:22
22
USE_APACHE=	2.2
22
USE_APACHE=	2.2
23
GNU_CONFIGURE=	yes
23
GNU_CONFIGURE=	yes
24
24
25
OPTIONS=	CLAMAVDEVEL	"Use development version of CLAMAV" off
26
27
.include <bsd.port.options.mk>
28
25
.if defined(WITH_CLAMAVDEVEL)
29
.if defined(WITH_CLAMAVDEVEL)
26
LIB_DEPENDS+=	clamav.7:${PORTSDIR}/security/clamav-devel
30
LIB_DEPENDS+=	clamav.7:${PORTSDIR}/security/clamav-devel
27
.else
31
.else
(-)pkg-plist (-3 / +3 lines)
Lines 1-3 Link Here
1
@unexec /usr/bin/sed -i '' '/LoadModule %%AP_NAME%%_module/d' %D/%%APACHEETCDIR%%/httpd.conf
1
@exec %D/sbin/apxs -e -a -n %%AP_NAME%% %D/%f
2
%%APACHEMODDIR%%/mod_clamav.so
2
%%APACHEMODDIR%%/%%AP_MODULE%%
3
@exec %D/sbin/apxs -e -A -n clamav %D/%f
3
@unexec %D/sbin/apxs -e -A -n %%AP_NAME%% %D/%f

Return to bug 147145