From owner-svn-ports-head@FreeBSD.ORG Sun Jan 4 09:52:42 2015 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 A11CD64C; Sun, 4 Jan 2015 09:52:42 +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 8D0876690F; Sun, 4 Jan 2015 09:52:42 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t049qgfT029369; Sun, 4 Jan 2015 09:52:42 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t049qge3029368; Sun, 4 Jan 2015 09:52:42 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201501040952.t049qge3029368@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sun, 4 Jan 2015 09:52:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r376190 - head/mail/dovecot2-pigeonhole 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: Sun, 04 Jan 2015 09:52:42 -0000 Author: pi Date: Sun Jan 4 09:52:41 2015 New Revision: 376190 URL: https://svnweb.freebsd.org/changeset/ports/376190 QAT: https://qat.redports.org/buildarchive/r376190/ Log: mail/dovecot2-pigeonhole: register the dependency on OpenSSL PR: 196448 Submitted by: Bernard Spil Approved by: Larry Rosenman (maintainer) Modified: head/mail/dovecot2-pigeonhole/Makefile Modified: head/mail/dovecot2-pigeonhole/Makefile ============================================================================== --- head/mail/dovecot2-pigeonhole/Makefile Sun Jan 4 09:46:52 2015 (r376189) +++ head/mail/dovecot2-pigeonhole/Makefile Sun Jan 4 09:52:41 2015 (r376190) @@ -26,6 +26,7 @@ LDFLAGS+= -L${LOCALBASE}/lib INSTALL_TARGET= install-strip USES= libtool USE_LDCONFIG= ${PREFIX}/lib/dovecot +USE_OPENSSL= yes PORTDOCS= doc/extensions/* doc/plugins/* doc/rfc/*