svn commit: r440608 - head/mail/dovecot2

Adam Weinberger adamw at FreeBSD.org
Thu May 11 00:28:45 UTC 2017


Author: adamw
Date: Thu May 11 00:28:43 2017
New Revision: 440608
URL: https://svnweb.freebsd.org/changeset/ports/440608

Log:
  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

Modified:
  head/mail/dovecot2/Makefile

Modified: head/mail/dovecot2/Makefile
==============================================================================
--- head/mail/dovecot2/Makefile	Wed May 10 23:39:36 2017	(r440607)
+++ head/mail/dovecot2/Makefile	Thu May 11 00:28:43 2017	(r440608)
@@ -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


More information about the svn-ports-all mailing list