Index: Makefile =================================================================== --- Makefile (revision 349649) +++ Makefile (working copy) @@ -511,6 +511,7 @@ SUBDIR += postfix-policyd-spf-python SUBDIR += postfix-policyd-weight SUBDIR += postfix-postfwd + SUBDIR += postfix-tls SUBDIR += postfix210 SUBDIR += postfix27 SUBDIR += postfix28 Index: postfix/Makefile =================================================================== --- postfix/Makefile (revision 349649) +++ postfix/Makefile (working copy) @@ -22,9 +22,10 @@ LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept VDAVERSION= 2.10.0 -CONFLICTS= courier-0.* postfix-1.* postfix2?-* postfix21?-* \ +CONFLICTS?= courier-0.* postfix-1.* postfix2?-* postfix21?-* \ postfix-current-2.* postfix-current-base-2.* sendmail-8.* \ - sendmail+*-8.* smail-3.* zmailer-2.* opensmtpd-[0-9]* + sendmail+*-8.* smail-3.* zmailer-2.* opensmtpd-[0-9]* \ + postfix-tls-* USERS= postfix GROUPS= mail maildrop postfix @@ -62,7 +63,7 @@ RG1_DESC= Dovecot SASL authentication methods RG2_DESC= Kerberos network authentication protocol type -OPTIONS_DEFAULT= PCRE +OPTIONS_DEFAULT?= PCRE NO_STAGE= yes .include Index: postfix-current/Makefile =================================================================== --- postfix-current/Makefile (revision 349649) +++ postfix-current/Makefile (working copy) @@ -24,7 +24,7 @@ CONFLICTS= courier-0.* postfix-1.* postfix-2.* postfix-base-2.* postfix2[789]-* \ postfix21?-* sendmail-8.* sendmail+*-8.* smail-3.* zmailer-2.* \ - opensmtpd-[0-9]* + opensmtpd-[0-9]* postfix-tls-* USERS= postfix GROUPS= mail maildrop postfix Index: postfix-tls/Makefile =================================================================== --- postfix-tls/Makefile (revision 0) +++ postfix-tls/Makefile (working copy) @@ -0,0 +1,16 @@ +# Created by: Bjoern A. Zeeb +# $FreeBSD$ + +PKGNAMESUFFIX= -tls + +CONFLICTS= 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_DEFAULT=PCRE TLS + +MASTERDIR= ${.CURDIR}/../postfix +LATEST_LINK= ${PORTNAME}${PKGNAMESUFFIX} + +.include "${MASTERDIR}/Makefile" Property changes on: postfix-tls/Makefile ___________________________________________________________________ Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Index: postfix210/Makefile =================================================================== --- postfix210/Makefile (revision 349649) +++ postfix210/Makefile (working copy) @@ -26,7 +26,7 @@ CONFLICTS= courier-0.* postfix-1.* postfix2[789]-* \ postfix-2.11.* postfix-base-2.11.* postfix-current-2.* \ postfix-current-base-2.* sendmail-8.* sendmail+*-8.* \ - smail-3.* zmailer-2.* opensmtpd-[0-9]* + smail-3.* zmailer-2.* opensmtpd-[0-9]* postfix-tls-* USERS= postfix GROUPS= mail maildrop postfix Index: postfix27/Makefile =================================================================== --- postfix27/Makefile (revision 349649) +++ postfix27/Makefile (working copy) @@ -29,7 +29,7 @@ CONFLICTS= courier-0.* postfix-1.* postfix2[89]-* postfix21?-* \ postfix-2.* postfix-base-2.* postfix-current-2.* \ postfix-current-base-2.* sendmail-8.* sendmail+*-8.* \ - smail-3.* zmailer-2.* opensmtpd-[0-9]* + smail-3.* zmailer-2.* opensmtpd-[0-9]* postfix-tls-* USERS= postfix GROUPS= mail maildrop postfix Index: postfix28/Makefile =================================================================== --- postfix28/Makefile (revision 349649) +++ postfix28/Makefile (working copy) @@ -26,7 +26,7 @@ CONFLICTS= courier-0.* postfix-1.* postfix2[79]-* postfix21?-* \ postfix-2.* postfix-base-2.* postfix-current-2.* \ postfix-current-base-2.* sendmail-8.* sendmail+*-8.* \ - smail-3.* zmailer-2.* opensmtpd-[0-9]* + smail-3.* zmailer-2.* opensmtpd-[0-9]* postfix-tls-* USERS= postfix GROUPS= mail maildrop postfix Index: postfix29/Makefile =================================================================== --- postfix29/Makefile (revision 349649) +++ postfix29/Makefile (working copy) @@ -26,7 +26,7 @@ CONFLICTS= courier-0.* postfix-1.* postfix2[78]-* postfix21?-* \ postfix-2.* postfix-base-2.* postfix-current-2.* \ postfix-current-base-2.* sendmail-8.* sendmail+*-8.* \ - smail-3.* zmailer-2.* opensmtpd-[0-9]* + smail-3.* zmailer-2.* opensmtpd-[0-9]* postfix-tls-* USERS= postfix GROUPS= mail maildrop postfix