svn commit: r353283 - in head/security/clamav: . files

Renato Botelho garga at FreeBSD.org
Thu May 8 10:47:27 UTC 2014


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
- at 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
- at exec [ -f %B/clamd.conf ] || cp %B/%f %B/clamd.conf
- at 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
- at 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
+ at sample etc/clamd.conf.sample
+ at sample etc/freshclam.conf.sample
+%%MILTER%%@sample etc/clamav-milter.conf.sample


More information about the svn-ports-all mailing list