Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 May 2014 01:40:38 +0000 (UTC)
From:      Sahil Tandon <sahil@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r353236 - in head/mail: . postfix-tls
Message-ID:  <201405080140.s481ec1n006453@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bz@FreeBSD.org>
+# $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"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405080140.s481ec1n006453>