From owner-svn-ports-all@FreeBSD.ORG Thu May 8 01:40:39 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 233459E0; Thu, 8 May 2014 01:40:39 +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 10899911; Thu, 8 May 2014 01:40:39 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s481ecEr006455; Thu, 8 May 2014 01:40:38 GMT (envelope-from sahil@svn.freebsd.org) Received: (from sahil@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s481ec1n006453; Thu, 8 May 2014 01:40:38 GMT (envelope-from sahil@svn.freebsd.org) Message-Id: <201405080140.s481ec1n006453@svn.freebsd.org> From: Sahil Tandon Date: Thu, 8 May 2014 01:40:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r353236 - in head/mail: . postfix-tls 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.18 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: Thu, 08 May 2014 01:40:39 -0000 Author: sahil Date: Thu May 8 01:40:38 2014 New Revision: 353236 URL: http://svnweb.freebsd.org/changeset/ports/353236 QAT: https://qat.redports.org/buildarchive/r353236/ Log: - Add a child Postfix port with TLS enabled by default Submitted by: bz Added: head/mail/postfix-tls/ head/mail/postfix-tls/Makefile (contents, props changed) Modified: head/mail/Makefile Modified: head/mail/Makefile ============================================================================== --- head/mail/Makefile Thu May 8 01:40:30 2014 (r353235) +++ head/mail/Makefile Thu May 8 01:40:38 2014 (r353236) @@ -508,6 +508,7 @@ SUBDIR += postfix-policyd-spf-python SUBDIR += postfix-policyd-weight SUBDIR += postfix-postfwd + SUBDIR += postfix-tls SUBDIR += postfix210 SUBDIR += postfix27 SUBDIR += postfix28 Added: head/mail/postfix-tls/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/postfix-tls/Makefile Thu May 8 01:40:38 2014 (r353236) @@ -0,0 +1,16 @@ +# Created by: Bjoern A. Zeeb +# $FreeBSD$ + +PKGNAMESUFFIX= -tls + +CONFLICTS_INSTALL= courier-0.* postfix-1.* postfix2?-* postfix21?-* \ + postfix-current-2.* postfix-current-base-2.* sendmail-8.* \ + sendmail+*-8.* smail-3.* zmailer-2.* opensmtpd-[0-9]* \ + postfix-2.* + +OPTIONS_SLAVE= TLS + +MASTERDIR= ${.CURDIR}/../postfix +LATEST_LINK= ${PORTNAME}${PKGNAMESUFFIX} + +.include "${MASTERDIR}/Makefile"