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

(-)clamav/Makefile (-2 / +4 lines)
Lines 23-33 Link Here
23
		arc:${PORTSDIR}/archivers/arc \
23
		arc:${PORTSDIR}/archivers/arc \
24
		unzip:${PORTSDIR}/archivers/unzip
24
		unzip:${PORTSDIR}/archivers/unzip
25
25
26
DISTVERSION=	0.70-rc
26
DISTVERSION=	0.70
27
27
28
CLAMAVUSER?=	clamav
28
CLAMAVUSER?=	clamav
29
CLAMAVGROUP?=	clamav
29
CLAMAVGROUP?=	clamav
30
30
31
OPTIONS=	MILTER "Compile the milter interface" off
31
USE_REINPLACE=	yes
32
USE_REINPLACE=	yes
32
USE_GMAKE=	yes
33
USE_GMAKE=	yes
33
GNU_CONFIGURE=	yes
34
GNU_CONFIGURE=	yes
Lines 79-85 Link Here
79
		-e 's|^\#?(ScanMail)$$|\1|' \
80
		-e 's|^\#?(ScanMail)$$|\1|' \
80
		-e 's|^\#?(DatabaseDirectory) .*$$|\1 ${DATADIR}|' \
81
		-e 's|^\#?(DatabaseDirectory) .*$$|\1 ${DATADIR}|' \
81
		-e 's|^\#?(DatabaseOwner) .*$$|\1 ${CLAMAVUSER}|' \
82
		-e 's|^\#?(DatabaseOwner) .*$$|\1 ${CLAMAVUSER}|' \
82
		-e 's|^\#?(UpdateLogFile) .*$$|\1 /var/log/clamav/freshclam.log|'
83
		-e 's|^\#?(UpdateLogFile) .*$$|\1 /var/log/clamav/freshclam.log|' \
84
		-e 's|^\#?(FixStaleSocket)$$|\1|'
83
85
84
PLIST_SUB+=	CLAMAVUSER=${CLAMAVUSER} \
86
PLIST_SUB+=	CLAMAVUSER=${CLAMAVUSER} \
85
		CLAMAVGROUP=${CLAMAVGROUP}
87
		CLAMAVGROUP=${CLAMAVGROUP}
(-)clamav/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
MD5 (clamav-0.70-rc.tar.gz) = a5c296221fac9e05b865ed29f93e8718
1
MD5 (clamav-0.70.tar.gz) = 2599a2e6b06d1f8ca09fdef8bc17625c
2
SIZE (clamav-0.70-rc.tar.gz) = 2251095
2
SIZE (clamav-0.70.tar.gz) = 2347104
(-)clamav/files/clamav-clamd.sh (-10 lines)
Lines 26-41 Link Here
26
required_dirs=%%DATADIR%%
26
required_dirs=%%DATADIR%%
27
required_files=%%PREFIX%%/etc/clamav.conf
27
required_files=%%PREFIX%%/etc/clamav.conf
28
28
29
start_precmd=start_precmd
30
31
start_precmd()
32
{
33
	if [ -S "$clamav_clamd_socket" ]; then
34
		warn "Stale socket $clamav_clamd_socket removed."
35
		rm "$clamav_clamd_socket"
36
	fi
37
}
38
39
stop_postcmd=stop_postcmd
29
stop_postcmd=stop_postcmd
40
30
41
stop_postcmd()
31
stop_postcmd()

Return to bug 65763