summaryrefslogtreecommitdiff
path: root/security/clamav
diff options
context:
space:
mode:
authorMarcus Alves Grando <mnag@FreeBSD.org>2006-10-16 14:18:52 +0000
committerMarcus Alves Grando <mnag@FreeBSD.org>2006-10-16 14:18:52 +0000
commitec97343ab6d024ad64f15734c1fb5e5ee43bcd19 (patch)
tree6ef093b4f24cba4338afc818c50aca0de01ad6aa /security/clamav
parentFix CONFLICTS after renaming avr-gcc*. (diff)
- Update to 0.88.5
- portlint(1) Approved by: portmgr (mnag with secteam hat), garga (maintainer) Security: http://lurker.clamav.net/message/20061016.015114.dc6a8930.en.html, http://secunia.com/advisories/22370/
Notes
Notes: svn path=/head/; revision=175354
Diffstat (limited to 'security/clamav')
-rw-r--r--security/clamav/Makefile2
-rw-r--r--security/clamav/distinfo6
-rw-r--r--security/clamav/pkg-plist6
3 files changed, 7 insertions, 7 deletions
diff --git a/security/clamav/Makefile b/security/clamav/Makefile
index 7a611b93a3be..d10a105ab0d1 100644
--- a/security/clamav/Makefile
+++ b/security/clamav/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= clamav
-PORTVERSION= 0.88.4
+PORTVERSION= 0.88.5
CATEGORIES= security
MASTER_SITES= SF
diff --git a/security/clamav/distinfo b/security/clamav/distinfo
index 2230cd5cf9a4..ea840f1613c8 100644
--- a/security/clamav/distinfo
+++ b/security/clamav/distinfo
@@ -1,3 +1,3 @@
-MD5 (clamav-0.88.4.tar.gz) = 7759784aa4506b314e6543e0f2a8587b
-SHA256 (clamav-0.88.4.tar.gz) = a581f2f7c93fac9e7a4caf5c1f15f5e7722a4739aaaa3f07dd9076e1097d157f
-SIZE (clamav-0.88.4.tar.gz) = 7632947
+MD5 (clamav-0.88.5.tar.gz) = d62376205647b208eba4191dde821830
+SHA256 (clamav-0.88.5.tar.gz) = 8b807fcb64e2c523d7da8002ca1174c4173526ae48a7deecca41db30f51cee8f
+SIZE (clamav-0.88.5.tar.gz) = 8663193
diff --git a/security/clamav/pkg-plist b/security/clamav/pkg-plist
index 9dada5f11b57..6deae405f325 100644
--- a/security/clamav/pkg-plist
+++ b/security/clamav/pkg-plist
@@ -20,6 +20,6 @@ etc/freshclam.conf.default
@exec [ -f %B/freshclam.conf ] || cp %B/%f %B/freshclam.conf
@unexec [ -s %%DBDIR%%/daily.cvd ] || rm -f %%DBDIR%%/daily.cvd || true
@unexec [ -s %%DBDIR%%/main.cvd ] || rm -f %%DBDIR%%/main.cvd || true
-@unexec rmdir %%DBDIR%% 2>/dev/null || true
-@unexec rmdir %%LOGDIR%% 2>/dev/null || true
-@unexec rmdir %%RUNDIR%% 2>/dev/null || true
+@dirrmtry %%DBDIR%%
+@dirrmtry %%LOGDIR%%
+@dirrmtry %%RUNDIR%%