svn commit: r479288 - in head/mail: . postfix-ldap-sasl

Olli Hauer ohauer at FreeBSD.org
Sun Sep 9 13:12:58 UTC 2018


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


More information about the svn-ports-all mailing list