From owner-svn-ports-branches@freebsd.org Thu May 11 00:33:41 2017 Return-Path: Delivered-To: svn-ports-branches@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 6D115D67E3C; Thu, 11 May 2017 00:33:41 +0000 (UTC) (envelope-from adamw@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 3C12116C7; Thu, 11 May 2017 00:33:41 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v4B0XeZd032001; Thu, 11 May 2017 00:33:40 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4B0XeC5032000; Thu, 11 May 2017 00:33:40 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201705110033.v4B0XeC5032000@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Thu, 11 May 2017 00:33:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r440609 - branches/2017Q2/mail/dovecot2 X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 May 2017 00:33:41 -0000 Author: adamw Date: Thu May 11 00:33:40 2017 New Revision: 440609 URL: https://svnweb.freebsd.org/changeset/ports/440609 Log: MFH: r440608 Control lz4 support from a configure knob. Previously, if liblz4.so was present, the port would pick it up, without registering a proper dependency. PORTREVISION bump for the potential product change. Reported by: Melissa Pilgrim Approved by: ports-secteam (blanket) Modified: branches/2017Q2/mail/dovecot2/Makefile Directory Properties: branches/2017Q2/ (props changed) Modified: branches/2017Q2/mail/dovecot2/Makefile ============================================================================== --- branches/2017Q2/mail/dovecot2/Makefile Thu May 11 00:28:43 2017 (r440608) +++ branches/2017Q2/mail/dovecot2/Makefile Thu May 11 00:33:40 2017 (r440609) @@ -14,7 +14,7 @@ PORTNAME= dovecot PORTVERSION= 2.2.29.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail ipv6 MASTER_SITES= https://www.dovecot.org/releases/${PORTVERSION:R:R}/ PKGNAMESUFFIX= 2 @@ -78,6 +78,7 @@ KQUEUE_CONFIGURE_ON= --with-ioloop=kqueu LIBWRAP_CONFIGURE_WITH= libwrap +LZ4_CONFIGURE_WITH= lz4 LZ4_LIB_DEPENDS= liblz4.so:archivers/liblz4 VPOPMAIL_BUILD_DEPENDS= vpopmail>=0:mail/vpopmail