Date: Thu, 25 Feb 2016 20:33:43 +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: r409557 - in head/mail: . postfix-current-sasl postfix-sasl Message-ID: <201602252033.u1PKXhEn076671@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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@FreeBSD.org +COMMENT= Postfix with Cyrus SASL support + +MASTERDIR= ${.CURDIR}/../postfix + +OPTIONS_SLAVE= SASL + +SASL_SLAVE= yes + +.include "${MASTERDIR}/Makefile"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201602252033.u1PKXhEn076671>