Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 May 2017 00:33:40 +0000 (UTC)
From:      Adam Weinberger <adamw@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r440609 - branches/2017Q2/mail/dovecot2
Message-ID:  <201705110033.v4B0XeC5032000@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705110033.v4B0XeC5032000>