diff options
author | dinoex <dinoex@FreeBSD.org> | 2004-04-06 15:32:08 +0000 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2004-04-06 15:32:08 +0000 |
commit | 1448224999048a8f2314126cdce15a14eeb22389 (patch) | |
tree | 79e69ce53e5f797baa40053258f57ebf3d0db37d /security | |
parent | b2b5072f89094284fdf03748065919bd231f3648 (diff) | |
download | FreeBSD-ports-1448224999048a8f2314126cdce15a14eeb22389.zip FreeBSD-ports-1448224999048a8f2314126cdce15a14eeb22389.tar.gz |
- 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.
Diffstat (limited to 'security')
-rw-r--r-- | security/clamav-devel/Makefile | 6 | ||||
-rw-r--r-- | security/clamav-devel/distinfo | 4 | ||||
-rw-r--r-- | security/clamav-devel/pkg-descr | 2 |
3 files changed, 8 insertions, 4 deletions
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/ |