diff options
-rw-r--r-- | mail/postfix23/Makefile | 8 | ||||
-rw-r--r-- | mail/postfix23/distinfo | 6 |
2 files changed, 4 insertions, 10 deletions
diff --git a/mail/postfix23/Makefile b/mail/postfix23/Makefile index d477ac76a22d..8a4a6f6d58d9 100644 --- a/mail/postfix23/Makefile +++ b/mail/postfix23/Makefile @@ -6,7 +6,7 @@ # PORTNAME= postfix -PORTVERSION= 2.3.13 +PORTVERSION= 2.3.14 PORTEPOCH= 1 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/ \ @@ -103,18 +103,12 @@ POSTFIX_CCARGS+= -DNO_PCRE .endif .if defined(WITH_SASL2) -.if defined(WITH_DOVECOT) -BROKEN= Select only one SASL authentication method -.endif LIB_DEPENDS+= sasl2.2:${PORTSDIR}/security/cyrus-sasl2 POSTFIX_CCARGS+= -DUSE_SASL_AUTH -DUSE_CYRUS_SASL -I${LOCALBASE}/include -I${LOCALBASE}/include/sasl POSTFIX_AUXLIBS+= -L${LOCALBASE}/lib -lsasl2 -lpam -lcrypt .endif .if defined(WITH_DOVECOT) -.if defined(WITH_SASL2) -BROKEN= Select only one SASL authentication method -.endif RUN_DEPENDS+= dovecot:${PORTSDIR}/mail/dovecot POSTFIX_CCARGS+= -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\\\"dovecot\\\" .endif diff --git a/mail/postfix23/distinfo b/mail/postfix23/distinfo index 4e0c24decc11..f7e9e95ac376 100644 --- a/mail/postfix23/distinfo +++ b/mail/postfix23/distinfo @@ -1,6 +1,6 @@ -MD5 (postfix/postfix-2.3.13.tar.gz) = 198a4508ad4dc726584968e86013f6f2 -SHA256 (postfix/postfix-2.3.13.tar.gz) = d9c33d98c93a00dbabcab9a75cce94946862ea3e2075087707f2465b13f73bdd -SIZE (postfix/postfix-2.3.13.tar.gz) = 2790843 +MD5 (postfix/postfix-2.3.14.tar.gz) = 58f0507c12ffc58e3b94c907ec367635 +SHA256 (postfix/postfix-2.3.14.tar.gz) = fe368c97889faaeb12cbddca2696c72684021ed032b9db49e06b179cb6e0a67c +SIZE (postfix/postfix-2.3.14.tar.gz) = 2793343 MD5 (postfix/postfix-2.3.7-vda.patch.gz) = 93ad21258bcde55f39792b5b753aed4b SHA256 (postfix/postfix-2.3.7-vda.patch.gz) = b353c82ecb2b35a5edba38180b683a4ad08895c94e3def0d1a4eeac58ac91061 SIZE (postfix/postfix-2.3.7-vda.patch.gz) = 8003 |