From owner-svn-ports-head@freebsd.org Thu Sep 5 11:27:15 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 47DABE3A04; Thu, 5 Sep 2019 11:27:15 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46PJLq1Bgyz4by3; Thu, 5 Sep 2019 11:27:15 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0BEE634BF; Thu, 5 Sep 2019 11:27:15 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x85BREiS095862; Thu, 5 Sep 2019 11:27:14 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x85BREJU095861; Thu, 5 Sep 2019 11:27:14 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201909051127.x85BREJU095861@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Thu, 5 Sep 2019 11:27:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r511179 - head/mail/mailscanner X-SVN-Group: ports-head X-SVN-Commit-Author: rene X-SVN-Commit-Paths: head/mail/mailscanner X-SVN-Commit-Revision: 511179 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Sep 2019 11:27:15 -0000 Author: rene Date: Thu Sep 5 11:27:14 2019 New Revision: 511179 URL: https://svnweb.freebsd.org/changeset/ports/511179 Log: mail/mailscanner: drop CLAMAVMODULE support depending on expired mail/p5-Mail-ClamAV Modified: head/mail/mailscanner/Makefile Modified: head/mail/mailscanner/Makefile ============================================================================== --- head/mail/mailscanner/Makefile Thu Sep 5 11:27:13 2019 (r511178) +++ head/mail/mailscanner/Makefile Thu Sep 5 11:27:14 2019 (r511179) @@ -73,10 +73,9 @@ SUB_LIST= DATADIR=${DATADIR} \ ETC_FILES="${ETC_FILES}" \ MCP_FILES="${MCP_FILES}" -OPTIONS_DEFINE= SPAMASSASSIN CLAMAV CLAMAVMODULE DOCS +OPTIONS_DEFINE= SPAMASSASSIN CLAMAV DOCS SPAMASSASSIN_DESC= Install SpamAssassin CLAMAV_DESC= Install ClamAV -CLAMAVMODULE_DESC= Install ClamAV Module OPTIONS_DEFAULT= SPAMASSASSIN CLAMAV @@ -93,11 +92,7 @@ PLIST_SUB+= SPAMASSASSIN="@comment " RUN_DEPENDS+= clamscan:security/clamav .endif -.if ${PORT_OPTIONS:MCLAMAVMODULE} -RUN_DEPENDS+= p5-Mail-ClamAV>=0:mail/p5-Mail-ClamAV -.endif - -.if ${PORT_OPTIONS:MCLAMAV} || ${PORT_OPTIONS:MCLAMAVMODULE} +.if ${PORT_OPTIONS:MCLAMAV} RUN_DEPENDS+= unrar:archivers/unrar \ zoo:archivers/zoo \ unarj:archivers/unarj \