svn commit: r371338 - head/mail/dovecot2

Adam Weinberger adamw at FreeBSD.org
Tue Oct 21 21:47:05 UTC 2014


Author: adamw
Date: Tue Oct 21 21:47:04 2014
New Revision: 371338
URL: https://svnweb.freebsd.org/changeset/ports/371338
QAT: https://qat.redports.org/buildarchive/r371338/

Log:
  Similar to r371306, add USE_OPENSSL=yes so that WITH_OPENSSL_PORT is
  honored properly.
  
  Submitted by:	Derek Schrock

Modified:
  head/mail/dovecot2/Makefile

Modified: head/mail/dovecot2/Makefile
==============================================================================
--- head/mail/dovecot2/Makefile	Tue Oct 21 20:07:52 2014	(r371337)
+++ head/mail/dovecot2/Makefile	Tue Oct 21 21:47:04 2014	(r371338)
@@ -3,6 +3,7 @@
 
 PORTNAME=	dovecot
 PORTVERSION=	2.2.14
+PORTREVISION=	1
 CATEGORIES=	mail ipv6
 MASTER_SITES=	http://www.dovecot.org/releases/${PORTVERSION:R}/
 PKGNAMESUFFIX=	2
@@ -28,6 +29,7 @@ CONFLICTS=	dovecot-1.[0-9]*
 
 USES=		cpe iconv libtool
 USE_RC_SUBR=	dovecot
+USE_OPENSSL=	yes
 
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--localstatedir=/var \


More information about the svn-ports-head mailing list