Date: Thu, 4 Aug 2016 00:54:27 +0000 (UTC) From: John Marino <marino@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r419570 - head/mail/mailscanner Message-ID: <201608040054.u740sRo9056388@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marino Date: Thu Aug 4 00:54:27 2016 New Revision: 419570 URL: https://svnweb.freebsd.org/changeset/ports/419570 Log: mail/mailscanner: Remove redundant dependency on unzip A dependency on unzip will never be registered since unzip is available on all supported platforms (since FreeBSD 8.0). Approved by: infrastructure improvements blanket (sweep for unzip) Modified: head/mail/mailscanner/Makefile Modified: head/mail/mailscanner/Makefile ============================================================================== --- head/mail/mailscanner/Makefile Thu Aug 4 00:31:27 2016 (r419569) +++ head/mail/mailscanner/Makefile Thu Aug 4 00:54:27 2016 (r419570) @@ -82,8 +82,7 @@ RUN_DEPENDS+= p5-Mail-ClamAV>=0:mail/p5- .endif .if ${PORT_OPTIONS:MCLAMAV} || ${PORT_OPTIONS:MCLAMAVMODULE} -RUN_DEPENDS+= unzip:archivers/unzip \ - unrar:archivers/unrar \ +RUN_DEPENDS+= unrar:archivers/unrar \ zoo:archivers/zoo \ unarj:archivers/unarj \ unace:archivers/unace \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201608040054.u740sRo9056388>