Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Oct 2014 21:47:04 +0000 (UTC)
From:      Adam Weinberger <adamw@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r371338 - head/mail/dovecot2
Message-ID:  <201410212147.s9LLl4UX013704@svn.freebsd.org>

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



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