Date: Mon, 15 Jan 2018 14:32:55 +0000 (UTC) From: Larry Rosenman <ler@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r459048 - head/security/clamav Message-ID: <201801151432.w0FEWtlc090797@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801151432.w0FEWtlc090797>