Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Oct 2014 23:13:26 +0000 (UTC)
From:      Bryan Drewery <bdrewery@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r371306 - head/mail/dovecot
Message-ID:  <201410202313.s9KNDQo4063958@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bdrewery
Date: Mon Oct 20 23:13:25 2014
New Revision: 371306
URL: https://svnweb.freebsd.org/changeset/ports/371306
QAT: https://qat.redports.org/buildarchive/r371306/

Log:
  - Fix linking to port openssl with WITH_OPENSSL_PORT
  
  Reported by:	Derek Schrock

Modified:
  head/mail/dovecot/Makefile

Modified: head/mail/dovecot/Makefile
==============================================================================
--- head/mail/dovecot/Makefile	Mon Oct 20 22:53:59 2014	(r371305)
+++ head/mail/dovecot/Makefile	Mon Oct 20 23:13:25 2014	(r371306)
@@ -3,7 +3,7 @@
 
 PORTNAME=	dovecot
 PORTVERSION=	1.2.17
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	mail ipv6
 MASTER_SITES=	http://www.dovecot.org/releases/${PORTVERSION:R}/ \
 		http://www.rename-it.nl/dovecot/${PORTVERSION:R}/
@@ -30,6 +30,7 @@ CONFLICTS=	dovecot2-2.[0-9].*
 
 USES=		iconv libtool:keepla
 USE_RC_SUBR=	dovecot
+USE_OPENSSL=	yes
 
 PORTSCOUT=	limit:^1\.2
 



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