svn commit: r353236 - in head/mail: . postfix-tls

Sahil Tandon sahil at FreeBSD.org
Thu May 8 01:40:39 UTC 2014


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 at 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"


More information about the svn-ports-all mailing list