From owner-svn-ports-all@FreeBSD.ORG Thu May 8 10:47:27 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 598AFF5D; Thu, 8 May 2014 10:47:27 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3A663CB4; Thu, 8 May 2014 10:47:27 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s48AlRuk046499; Thu, 8 May 2014 10:47:27 GMT (envelope-from garga@svn.freebsd.org) Received: (from garga@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s48AlQXO046496; Thu, 8 May 2014 10:47:26 GMT (envelope-from garga@svn.freebsd.org) Message-Id: <201405081047.s48AlQXO046496@svn.freebsd.org> From: Renato Botelho Date: Thu, 8 May 2014 10:47:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r353283 - in head/security/clamav: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 May 2014 10:47:27 -0000 Author: garga Date: Thu May 8 10:47:26 2014 New Revision: 353283 URL: http://svnweb.freebsd.org/changeset/ports/353283 QAT: https://qat.redports.org/buildarchive/r353283/ Log: . Update to 0.98.3 . Use @sample to deal with config files . Use INSTALL_TARGET=install-strip Deleted: head/security/clamav/files/patch-libclamav-c++-llvm Modified: head/security/clamav/Makefile head/security/clamav/distinfo head/security/clamav/pkg-plist Modified: head/security/clamav/Makefile ============================================================================== --- head/security/clamav/Makefile Thu May 8 10:42:36 2014 (r353282) +++ head/security/clamav/Makefile Thu May 8 10:47:26 2014 (r353283) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= clamav -PORTVERSION= 0.98.1 -PORTREVISION= 3 +PORTVERSION= 0.98.3 CATEGORIES= security MASTER_SITES= SF @@ -12,6 +11,8 @@ COMMENT= Command line virus scanner writ LICENSE= GPLv2 +LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl + OPTIONS_DEFINE= ARC ARJ LHA UNZOO UNRAR LLVM TESTS MILTER LDAP ICONV STDERR \ EXPERIMENTAL DOCS IPV6 DMG_XAR @@ -48,6 +49,7 @@ DMG_XAR_USE= GNOME=libxml2 GNU_CONFIGURE= yes USE_LDCONFIG= yes USES= gmake +INSTALL_TARGET= install-strip USE_RC_SUBR= clamav-clamd clamav-freshclam PORTDOCS= * Modified: head/security/clamav/distinfo ============================================================================== --- head/security/clamav/distinfo Thu May 8 10:42:36 2014 (r353282) +++ head/security/clamav/distinfo Thu May 8 10:47:26 2014 (r353283) @@ -1,2 +1,2 @@ -SHA256 (clamav-0.98.1.tar.gz) = 35f5e84d734cdd4532c1cc6c92560c5b31d1c24f2e1e203bef0ca1351eb223dc -SIZE (clamav-0.98.1.tar.gz) = 15431484 +SHA256 (clamav-0.98.3.tar.gz) = 2792a9e8706a516d2e81339846fc38f94fa8dd3f604b2fde9d0b07593727f62b +SIZE (clamav-0.98.3.tar.gz) = 15543335 Modified: head/security/clamav/pkg-plist ============================================================================== --- head/security/clamav/pkg-plist Thu May 8 10:42:36 2014 (r353282) +++ head/security/clamav/pkg-plist Thu May 8 10:47:26 2014 (r353283) @@ -3,6 +3,7 @@ bin/clambc bin/clamconf bin/clamdtop bin/clamscan +bin/clamsubmit bin/clamdscan bin/freshclam bin/sigtool @@ -25,6 +26,7 @@ man/man1/clamconf.1.gz man/man1/clamdscan.1.gz man/man1/clamdtop.1.gz man/man1/clamscan.1.gz +man/man1/clamsubmit.1.gz man/man1/freshclam.1.gz man/man1/sigtool.1.gz man/man5/clamav-milter.conf.5.gz @@ -32,12 +34,6 @@ man/man5/clamd.conf.5.gz man/man5/freshclam.conf.5.gz man/man8/clamav-milter.8.gz man/man8/clamd.8.gz -@unexec if cmp -s %D/etc/clamd.conf %D/etc/clamd.conf.sample; then rm -f %D/etc/clamd.conf; fi -etc/clamd.conf.sample -@exec [ -f %B/clamd.conf ] || cp %B/%f %B/clamd.conf -@unexec if cmp -s %D/etc/freshclam.conf %D/etc/freshclam.conf.sample; then rm -f %D/etc/freshclam.conf; fi -etc/freshclam.conf.sample -@exec [ -f %B/freshclam.conf ] || cp %B/%f %B/freshclam.conf -%%MILTER%%@unexec if cmp -s %D/etc/clamav-milter.conf %D/etc/clamav-milter.conf.sample; then rm -f %D/etc/clamav-milter.conf; fi -%%MILTER%%etc/clamav-milter.conf.sample -%%MILTER%%@exec [ -f %B/clamav-milter.conf ] || cp %B/%f %B/clamav-milter.conf +@sample etc/clamd.conf.sample +@sample etc/freshclam.conf.sample +%%MILTER%%@sample etc/clamav-milter.conf.sample