From owner-svn-ports-all@freebsd.org Fri Oct 7 06:25:44 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 67083BEC4C6; Fri, 7 Oct 2016 06:25:44 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 38A6AC97; Fri, 7 Oct 2016 06:25:44 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u976PhGR083777; Fri, 7 Oct 2016 06:25:43 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u976Phjl083776; Fri, 7 Oct 2016 06:25:43 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201610070625.u976Phjl083776@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Fri, 7 Oct 2016 06:25:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423451 - head/mail/mpop X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Oct 2016 06:25:44 -0000 Author: jbeich Date: Fri Oct 7 06:25:43 2016 New Revision: 423451 URL: https://svnweb.freebsd.org/changeset/ports/423451 Log: mail/mpop: switch to USES=ssl Modified: head/mail/mpop/Makefile (contents, props changed) Modified: head/mail/mpop/Makefile ============================================================================== --- head/mail/mpop/Makefile Fri Oct 7 06:16:55 2016 (r423450) +++ head/mail/mpop/Makefile Fri Oct 7 06:25:43 2016 (r423451) @@ -36,7 +36,7 @@ LIBSECRET_LIB_DEPENDS= libsecret-1.so:se LIBSECRET_CONFIGURE_WITH= libsecret NLS_USES= gettext NLS_CONFIGURE_ENABLE= nls -OPENSSL_USE= openssl=yes +OPENSSL_USES= ssl OPENSSL_CONFIGURE_ENV= ${OPENSSLINC:M/usr/include:C,.+,libssl_CFLAGS=" ",} \ ${OPENSSLLIB:M/usr/lib:C,.+,libssl_LIBS="-lssl -lcrypto",} OPENSSL_CONFIGURE_ON= --with-tls=openssl