diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-11-19 17:40:04 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-11-19 17:40:04 +0000 |
commit | e7b6d2f7523f6138ec9b677c968d54dc32faadcc (patch) | |
tree | b2fcfe9db6f49f881bf196c9d0fa22b15b8b7cda /security | |
parent | 30f370ac848653df21fe5072d0df956b5ee74535 (diff) | |
download | ports-e7b6d2f7523f6138ec9b677c968d54dc32faadcc.tar.gz ports-e7b6d2f7523f6138ec9b677c968d54dc32faadcc.zip |
* Update to 0.65
* Create /var/run/clamav with 750 permissions
PR: 59458
Submitted by: Rui Lopes <rui@ruilopes.com>
Approved by: maintainer
Notes
Notes:
svn path=/head/; revision=94396
Diffstat (limited to 'security')
-rw-r--r-- | security/clamav/Makefile | 7 | ||||
-rw-r--r-- | security/clamav/distinfo | 2 | ||||
-rw-r--r-- | security/clamav/pkg-plist | 4 |
3 files changed, 6 insertions, 7 deletions
diff --git a/security/clamav/Makefile b/security/clamav/Makefile index b02ff2a09303..408e15866d6c 100644 --- a/security/clamav/Makefile +++ b/security/clamav/Makefile @@ -6,8 +6,7 @@ # PORTNAME= clamav -PORTVERSION= 0.60 -PORTREVISION= 4 +PORTVERSION= 0.65 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= clamav @@ -36,9 +35,9 @@ CONFIGURE_ARGS= --with-dbdir=${DATADIR} \ CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= ${PTHREAD_LIBS} CONFIGURE_ENV+= LDFLAGS="${LDFLAGS}" -MAN1= clamscan.1 freshclam.1 sigtool.1 clamdscan.1 clamav-milter.1 +MAN1= clamscan.1 freshclam.1 sigtool.1 clamdscan.1 MAN5= clamav.conf.5 -MAN8= clamd.8 +MAN8= clamd.8 clamav-milter.8 CLAMD_SOCKET?= /var/run/clamav/clamd diff --git a/security/clamav/distinfo b/security/clamav/distinfo index 32cf0bc64db3..423c88369fc7 100644 --- a/security/clamav/distinfo +++ b/security/clamav/distinfo @@ -1 +1 @@ -MD5 (clamav-0.60.tar.gz) = eddeba4e1f399f65bc71aa2b3e901543 +MD5 (clamav-0.65.tar.gz) = f2b8473190b6dc1fd9c64b9ebc49a5ad diff --git a/security/clamav/pkg-plist b/security/clamav/pkg-plist index f427110a6f4e..81ecc48d0fe2 100644 --- a/security/clamav/pkg-plist +++ b/security/clamav/pkg-plist @@ -16,9 +16,9 @@ etc/clamav.conf.default etc/rc.d/clamd%%RC_SUFX%% @owner clamav @group clamav +%%DATADIR%%/daily.cvd +%%DATADIR%%/main.cvd %%DATADIR%%/mirrors.txt -%%DATADIR%%/viruses.db -%%DATADIR%%/viruses.db2 @exec chown clamav:clamav %B @dirrm %%DATADIR%% @unexec rmdir /var/run/clamav 2>/dev/null || true |