From owner-svn-ports-all@freebsd.org Sun Jan 10 18:48:19 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 B37C8A6AC53; Sun, 10 Jan 2016 18:48:19 +0000 (UTC) (envelope-from ohauer@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 83CD214A2; Sun, 10 Jan 2016 18:48:19 +0000 (UTC) (envelope-from ohauer@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0AImIr2015494; Sun, 10 Jan 2016 18:48:18 GMT (envelope-from ohauer@FreeBSD.org) Received: (from ohauer@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0AImI7N015492; Sun, 10 Jan 2016 18:48:18 GMT (envelope-from ohauer@FreeBSD.org) Message-Id: <201601101848.u0AImI7N015492@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ohauer set sender to ohauer@FreeBSD.org using -f From: Olli Hauer Date: Sun, 10 Jan 2016 18:48:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r405738 - in head/mail: postfix postfix-current 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.20 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: Sun, 10 Jan 2016 18:48:19 -0000 Author: ohauer Date: Sun Jan 10 18:48:18 2016 New Revision: 405738 URL: https://svnweb.freebsd.org/changeset/ports/405738 Log: - s/SQLITE_USE/SQLITE_USES/ Modified: head/mail/postfix-current/Makefile head/mail/postfix/Makefile Modified: head/mail/postfix-current/Makefile ============================================================================== --- head/mail/postfix-current/Makefile Sun Jan 10 18:35:12 2016 (r405737) +++ head/mail/postfix-current/Makefile Sun Jan 10 18:48:18 2016 (r405738) @@ -61,7 +61,7 @@ PGSQL_USES= pgsql SASLKMIT_LIB_DEPENDS= libkrb5.so:${PORTSDIR}/security/krb5 SASL_LIB_DEPENDS= libsasl2.so:${PORTSDIR}/security/cyrus-sasl2 SPF_LIB_DEPENDS= libspf2.so:${PORTSDIR}/mail/libspf2 -SQLITE_USE= SQLITE=yes +SQLITE_USES= sqlite TLS_USE= OPENSSL=yes CDB_DESC= CDB maps lookups Modified: head/mail/postfix/Makefile ============================================================================== --- head/mail/postfix/Makefile Sun Jan 10 18:35:12 2016 (r405737) +++ head/mail/postfix/Makefile Sun Jan 10 18:48:18 2016 (r405738) @@ -60,7 +60,7 @@ PGSQL_USES= pgsql SASLKMIT_LIB_DEPENDS= libkrb5.so:${PORTSDIR}/security/krb5 SASL_LIB_DEPENDS= libsasl2.so:${PORTSDIR}/security/cyrus-sasl2 SPF_LIB_DEPENDS= libspf2.so:${PORTSDIR}/mail/libspf2 -SQLITE_USE= SQLITE=yes +SQLITE_USES= sqlite TLS_USE= OPENSSL=yes CDB_DESC= CDB maps lookups