Date: Thu, 16 Aug 2018 20:30:04 +0000 (UTC) From: Rene Ladan <rene@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r477373 - head/security/amavisd-new Message-ID: <201808162030.w7GKU48q002355@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rene Date: Thu Aug 16 20:30:03 2018 New Revision: 477373 URL: https://svnweb.freebsd.org/changeset/ports/477373 Log: security/amavisd-new: drop non-default and expired dependency on archivers/freeze Modified: head/security/amavisd-new/Makefile Modified: head/security/amavisd-new/Makefile ============================================================================== --- head/security/amavisd-new/Makefile Thu Aug 16 20:29:28 2018 (r477372) +++ head/security/amavisd-new/Makefile Thu Aug 16 20:30:03 2018 (r477373) @@ -43,7 +43,7 @@ AMAVISQUARANTINE?= /var/virusmails DAEMON?= /usr/sbin/daemon -p OPTIONS_DEFINE= IPV6 BDB SNMP SQLITE MYSQL PGSQL LDAP SASL SPAMASSASSIN P0F ALTERMIME \ - FILE RAR UNRAR ARJ UNARJ LHA ARC NOMARCH CAB RPM ZOO UNZOO LZOP FREEZE \ + FILE RAR UNRAR ARJ UNARJ LHA ARC NOMARCH CAB RPM ZOO UNZOO LZOP \ P7ZIP MSWORD TNEF DOCS OPTIONS_DEFAULT= BDB SPAMASSASSIN FILE UNRAR ARJ LHA ARC CAB RPM ZOO LZOP \ P7ZIP MSWORD @@ -70,7 +70,6 @@ RPM_DESC= RPM support with archivers/rpm2cpio ZOO_DESC= ZOO support with archivers/zoo UNZOO_DESC= ZOO support with archivers/unzoo LZOP_DESC= LZOP support with archivers/lzop -FREEZE_DESC= FREEZE support with archivers/freeze P7ZIP_DESC= P7ZIP support with archivers/p7zip MSWORD_DESC= Ms Word support with textproc/ripole TNEF_DESC= Add external tnef decoder converters/tnef @@ -201,10 +200,6 @@ RUN_DEPENDS+= unzoo>=4.4_1:archivers/unzoo .if ${PORT_OPTIONS:MLZOP} RUN_DEPENDS+= ${LOCALBASE}/bin/lzop:archivers/lzop -.endif - -.if ${PORT_OPTIONS:MFREEZE} -RUN_DEPENDS+= ${LOCALBASE}/bin/unfreeze:archivers/freeze .endif .if ${PORT_OPTIONS:MP7ZIP}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808162030.w7GKU48q002355>