svn commit: r459048 - head/security/clamav

Larry Rosenman ler at FreeBSD.org
Mon Jan 15 14:32:56 UTC 2018


Author: ler
Date: Mon Jan 15 14:32:54 2018
New Revision: 459048
URL: https://svnweb.freebsd.org/changeset/ports/459048

Log:
  security/clamav: remove LHA from default options.
  
  r459039 made distribution of the lha binary not allowed.
  
  PR:		225180
  Submitted by:	antoine

Modified:
  head/security/clamav/Makefile

Modified: head/security/clamav/Makefile
==============================================================================
--- head/security/clamav/Makefile	Mon Jan 15 14:26:04 2018	(r459047)
+++ head/security/clamav/Makefile	Mon Jan 15 14:32:54 2018	(r459048)
@@ -3,7 +3,7 @@
 
 PORTNAME=	clamav
 PORTVERSION=	0.99.2
-PORTREVISION=	8
+PORTREVISION=	9
 CATEGORIES=	security
 MASTER_SITES=	http://www.clamav.net/downloads/production/
 
@@ -28,7 +28,7 @@ STDERR_DESC=		Print logs to stderr instead of stdout
 EXPERIMENTAL_DESC=	Build experimental code
 DMG_XAR_DESC=		Enable DMG and XAR archives support
 
-OPTIONS_DEFAULT=	ARC ARJ LHA UNZOO UNRAR DMG_XAR \
+OPTIONS_DEFAULT=	ARC ARJ UNZOO UNRAR DMG_XAR \
 			JSON PCRE
 
 ARC_RUN_DEPENDS=	arc:archivers/arc


More information about the svn-ports-all mailing list