From owner-svn-ports-head@FreeBSD.ORG Tue Oct 21 21:47:05 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2CB57B04; Tue, 21 Oct 2014 21:47:05 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1953825E; Tue, 21 Oct 2014 21:47:05 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s9LLl4H2013705; Tue, 21 Oct 2014 21:47:04 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s9LLl4UX013704; Tue, 21 Oct 2014 21:47:04 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201410212147.s9LLl4UX013704@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Tue, 21 Oct 2014 21:47:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r371338 - head/mail/dovecot2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Oct 2014 21:47:05 -0000 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 \