From 1448224999048a8f2314126cdce15a14eeb22389 Mon Sep 17 00:00:00 2001 From: dinoex Date: Tue, 6 Apr 2004 15:32:08 +0000 Subject: - update to 20040404 PR: 65205 Submitted by: Rob Evers - fix deinstallation on clean system. sed modifies clamav.conf.default and freshclam.conf.default only. when installing on a clean system from port (package is fine), clamav.conf.default and clamav.conf are diffrent also freshclam.conf.default and freshclam.conf are diffrent, and a deinstallation will leave stale files. --- security/clamav-devel/Makefile | 6 +++++- security/clamav-devel/distinfo | 4 ++-- security/clamav-devel/pkg-descr | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) (limited to 'security') diff --git a/security/clamav-devel/Makefile b/security/clamav-devel/Makefile index 8c36b7a..e94f200 100644 --- a/security/clamav-devel/Makefile +++ b/security/clamav-devel/Makefile @@ -6,7 +6,7 @@ # PORTNAME= clamav -PORTVERSION= 20040321 +PORTVERSION= 20040404 CATEGORIES= security MASTER_SITES= http://clamav.sourceforge.net/snapshot/ PKGNAMESUFFIX= -devel @@ -108,8 +108,12 @@ post-patch: post-build: @${SED} ${SED_CONF} ${BUILD_WRKSRC}/etc/clamav.conf \ > ${BUILD_WRKSRC}/etc/clamav.conf.default + @${CP} ${BUILD_WRKSRC}/etc/clamav.conf.default \ + ${BUILD_WRKSRC}/etc/clamav.conf @${SED} ${SED_CONF} ${BUILD_WRKSRC}/etc/freshclam.conf \ > ${BUILD_WRKSRC}/etc/freshclam.conf.default + @${CP} ${BUILD_WRKSRC}/etc/freshclam.conf.default \ + ${BUILD_WRKSRC}/etc/freshclam.conf @${SED} ${SED_SCRIPT} ${FILESDIR}/clamav-clamd.sh \ > ${WRKDIR}/clamav-clamd.sh @${SED} ${SED_SCRIPT} ${FILESDIR}/clamav-milter.sh \ diff --git a/security/clamav-devel/distinfo b/security/clamav-devel/distinfo index c6d6db8..2781548 100644 --- a/security/clamav-devel/distinfo +++ b/security/clamav-devel/distinfo @@ -1,2 +1,2 @@ -MD5 (clamav-devel-20040321.tar.gz) = 64ed211342f5785ed805d3fee9e30bdb -SIZE (clamav-devel-20040321.tar.gz) = 1260116 +MD5 (clamav-devel-20040404.tar.gz) = 2fb1375e9ebf855f48701eff8e972a63 +SIZE (clamav-devel-20040404.tar.gz) = 1277701 diff --git a/security/clamav-devel/pkg-descr b/security/clamav-devel/pkg-descr index ee8e04a..cb4a225 100644 --- a/security/clamav-devel/pkg-descr +++ b/security/clamav-devel/pkg-descr @@ -5,4 +5,4 @@ viruses, scans compressed files and is supported by AMaViS. Optionally you can use the clamav-milter interface to connect clamav with sendmail. -WWW: http://clamav.sourceforge.net/ +WWW: http://clamav.net/ -- cgit v1.1