From owner-svn-ports-all@freebsd.org Thu May 25 11:35:31 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 78D6DD81A1C; Thu, 25 May 2017 11:35:31 +0000 (UTC) (envelope-from zeising@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 mx1.freebsd.org (Postfix) with ESMTPS id 48D321992; Thu, 25 May 2017 11:35:31 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v4PBZUej082447; Thu, 25 May 2017 11:35:30 GMT (envelope-from zeising@FreeBSD.org) Received: (from zeising@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4PBZUWa082446; Thu, 25 May 2017 11:35:30 GMT (envelope-from zeising@FreeBSD.org) Message-Id: <201705251135.v4PBZUWa082446@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zeising set sender to zeising@FreeBSD.org using -f From: Niclas Zeising Date: Thu, 25 May 2017 11:35:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r441677 - head/security/amavisd-new X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 May 2017 11:35:31 -0000 Author: zeising Date: Thu May 25 11:35:30 2017 New Revision: 441677 URL: https://svnweb.freebsd.org/changeset/ports/441677 Log: Switch the dependency on archivers/freeze to default to off. The dependency on archivers/freeze make it so that amavisd-new can check inside freeze archives, however there are issues with that port that keeps it from being built, and that makes amavisd-new not build either. It is still possible to install freeze separately and have amavisd-new use it. Approved by: flo (maintainer) Modified: head/security/amavisd-new/Makefile Modified: head/security/amavisd-new/Makefile ============================================================================== --- head/security/amavisd-new/Makefile Thu May 25 10:43:17 2017 (r441676) +++ head/security/amavisd-new/Makefile Thu May 25 11:35:30 2017 (r441677) @@ -2,7 +2,7 @@ PORTNAME= amavisd-new PORTVERSION= 2.11.0 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= security MASTER_SITES= http://www.ijs.si/software/amavisd/ \ @@ -46,7 +46,7 @@ OPTIONS_DEFINE= IPV6 BDB SNMP SQLITE MYS FILE RAR UNRAR ARJ UNARJ LHA ARC NOMARCH CAB RPM ZOO UNZOO LZOP FREEZE \ P7ZIP MSWORD TNEF DOCS OPTIONS_DEFAULT= BDB SPAMASSASSIN FILE UNRAR ARJ LHA ARC CAB RPM ZOO LZOP \ - FREEZE P7ZIP MSWORD + P7ZIP MSWORD BDB_DESC= Use BerkeleyDB for nanny/cache/snmp SNMP_DESC= Install amavisd snmp subagent SQLITE_DESC= Use SQLite for lookups