Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Sep 2018 13:12:57 +0000 (UTC)
From:      Olli Hauer <ohauer@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r479288 - in head/mail: . postfix-ldap-sasl
Message-ID:  <201809091312.w89DCv2G098111@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ohauer
Date: Sun Sep  9 13:12:57 2018
New Revision: 479288
URL: https://svnweb.freebsd.org/changeset/ports/479288

Log:
  - add new port postfix-ldap-sasl
    (OPTIONS_SLAVE= LDAP LDAP_SASL SASL)
  
  PR:		230816
  Submitted by:	bz@

Added:
  head/mail/postfix-ldap-sasl/
  head/mail/postfix-ldap-sasl/Makefile   (contents, props changed)
Modified:
  head/mail/Makefile

Modified: head/mail/Makefile
==============================================================================
--- head/mail/Makefile	Sun Sep  9 13:07:27 2018	(r479287)
+++ head/mail/Makefile	Sun Sep  9 13:12:57 2018	(r479288)
@@ -510,6 +510,7 @@
     SUBDIR += postfix
     SUBDIR += postfix-current
     SUBDIR += postfix-current-sasl
+    SUBDIR += postfix-ldap-sasl
     SUBDIR += postfix-logwatch
     SUBDIR += postfix-policyd-sf
     SUBDIR += postfix-policyd-spf-perl

Added: head/mail/postfix-ldap-sasl/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/mail/postfix-ldap-sasl/Makefile	Sun Sep  9 13:12:57 2018	(r479288)
@@ -0,0 +1,14 @@
+# $FreeBSD$
+
+PKGNAMESUFFIX?=	-ldap-sasl
+
+MAINTAINER=	ohauer@FreeBSD.org
+COMMENT=	Postfix with OpenLDAP and Cyrus SASL support
+
+MASTERDIR=	${.CURDIR}/../postfix
+
+OPTIONS_SLAVE=	LDAP LDAP_SASL SASL
+
+SASL_SLAVE=	yes
+
+.include "${MASTERDIR}/Makefile"



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