svn commit: r409557 - in head/mail: . postfix-current-sasl postfix-sasl

Olli Hauer ohauer at FreeBSD.org
Thu Feb 25 20:33:44 UTC 2016


Author: ohauer
Date: Thu Feb 25 20:33:43 2016
New Revision: 409557
URL: https://svnweb.freebsd.org/changeset/ports/409557

Log:
  - add postfix SASL slave port to the tree
  
  Requested by many
  
  PR:	195662
  PR: 	205162

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

Modified: head/mail/Makefile
==============================================================================
--- head/mail/Makefile	Thu Feb 25 20:26:08 2016	(r409556)
+++ head/mail/Makefile	Thu Feb 25 20:33:43 2016	(r409557)
@@ -489,12 +489,14 @@
     SUBDIR += postfinger
     SUBDIR += postfix
     SUBDIR += postfix-current
+    SUBDIR += postfix-current-sasl
     SUBDIR += postfix-logwatch
     SUBDIR += postfix-policyd-sf
     SUBDIR += postfix-policyd-spf-perl
     SUBDIR += postfix-policyd-spf-python
     SUBDIR += postfix-policyd-weight
     SUBDIR += postfix-postfwd
+    SUBDIR += postfix-sasl
     SUBDIR += postfixadmin
     SUBDIR += postgrey
     SUBDIR += postsrsd

Added: head/mail/postfix-current-sasl/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/mail/postfix-current-sasl/Makefile	Thu Feb 25 20:33:43 2016	(r409557)
@@ -0,0 +1,14 @@
+# $FreeBSD$
+
+PKGNAMESUFFIX?=	-current-sasl
+
+MAINTAINER=	ohauer at FreeBSD.org
+COMMENT=	Postfix with Cyrus SASL support
+
+MASTERDIR=	${.CURDIR}/../postfix-current
+
+OPTIONS_SLAVE=	SASL
+
+SASL_SLAVE=	yes
+
+.include "${MASTERDIR}/Makefile"

Added: head/mail/postfix-sasl/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/mail/postfix-sasl/Makefile	Thu Feb 25 20:33:43 2016	(r409557)
@@ -0,0 +1,14 @@
+# $FreeBSD$
+
+PKGNAMESUFFIX?=	-sasl
+
+MAINTAINER=	ohauer at FreeBSD.org
+COMMENT=	Postfix with Cyrus SASL support
+
+MASTERDIR=	${.CURDIR}/../postfix
+
+OPTIONS_SLAVE=	SASL
+
+SASL_SLAVE=	yes
+
+.include "${MASTERDIR}/Makefile"


More information about the svn-ports-all mailing list