From owner-cvs-all@FreeBSD.ORG Wed Dec 22 02:10:12 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C763516A4CE; Wed, 22 Dec 2004 02:10:12 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A9C4743D1F; Wed, 22 Dec 2004 02:10:12 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBM2AC2g001649; Wed, 22 Dec 2004 02:10:12 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBM2ACRb001648; Wed, 22 Dec 2004 02:10:12 GMT (envelope-from edwin) Message-Id: <200412220210.iBM2ACRb001648@repoman.freebsd.org> From: Edwin Groothuis Date: Wed, 22 Dec 2004 02:10:12 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports UPDATING ports/security/clamav Makefile pkg-install pkg-plist ports/security/clamav/files clamav-clamd.sh clamav-freshclam.sh clamav-milter.sh ports/security/clamav-devel... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Dec 2004 02:10:13 -0000 edwin 2004-12-22 02:10:12 UTC FreeBSD ports repository Modified files: . UPDATING security/clamav Makefile pkg-install pkg-plist security/clamav/files clamav-clamd.sh clamav-freshclam.sh clamav-milter.sh security/clamav-devel Makefile pkg-install pkg-plist security/clamav-devel/files clamav-clamd.sh clamav-freshclam.sh clamav-milter.sh Log: Fix ports: security/clamav and security/clamav-devel (change db directory to /var/db/clamav and fix removal of db on deinstall) For the sake of coherence, the ClamAV database should be installed in /var/db/clamav, not /usr/local/share/clamav. Also fixes the database removal on package deinstallation. PR: ports/74172 Submitted by: Jean-Yves Lefort Approved by: Rob Evers Revision Changes Path 1.119 +9 -1 ports/UPDATING 1.64 +7 -4 ports/security/clamav-devel/Makefile 1.5 +2 -2 ports/security/clamav-devel/files/clamav-clamd.sh 1.4 +1 -1 ports/security/clamav-devel/files/clamav-freshclam.sh 1.6 +2 -2 ports/security/clamav-devel/files/clamav-milter.sh 1.18 +5 -5 ports/security/clamav-devel/pkg-install 1.24 +4 -4 ports/security/clamav-devel/pkg-plist 1.43 +8 -5 ports/security/clamav/Makefile 1.5 +2 -2 ports/security/clamav/files/clamav-clamd.sh 1.5 +2 -2 ports/security/clamav/files/clamav-freshclam.sh 1.4 +2 -2 ports/security/clamav/files/clamav-milter.sh 1.9 +5 -5 ports/security/clamav/pkg-install 1.18 +4 -4 ports/security/clamav/pkg-plist