diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2007-08-30 12:28:43 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2007-08-30 12:28:43 +0000 |
commit | 8079f4abbcb97e26b76bca6cff06268f857f7926 (patch) | |
tree | a131cca9fe302f7b51b28c6de37fe190ac67b7e6 /mail/postfix-current | |
parent | 09872fbe191c8faee9cb5c280f2a531778bad7f7 (diff) | |
download | ports-8079f4abbcb97e26b76bca6cff06268f857f7926.tar.gz ports-8079f4abbcb97e26b76bca6cff06268f857f7926.zip |
- Update to 2.5-20070824
- Backport changes from mail/postfix (SASL2/DOVECOT)
Notes
Notes:
svn path=/head/; revision=198520
Diffstat (limited to 'mail/postfix-current')
-rw-r--r-- | mail/postfix-current/Makefile | 8 | ||||
-rw-r--r-- | mail/postfix-current/distinfo | 6 |
2 files changed, 4 insertions, 10 deletions
diff --git a/mail/postfix-current/Makefile b/mail/postfix-current/Makefile index 06d7152eea7e..8a4955a9facc 100644 --- a/mail/postfix-current/Makefile +++ b/mail/postfix-current/Makefile @@ -6,7 +6,7 @@ # PORTNAME= postfix -DISTVERSION= 2.5-20070731 +DISTVERSION= 2.5-20070824 PORTEPOCH= 4 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/experimental/ \ @@ -91,18 +91,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/postfix-current/distinfo b/mail/postfix-current/distinfo index 8dad8574abcf..afb2002b6bd2 100644 --- a/mail/postfix-current/distinfo +++ b/mail/postfix-current/distinfo @@ -1,3 +1,3 @@ -MD5 (postfix/postfix-2.5-20070731.tar.gz) = 0a5f259713f7a5ce8b89b4b4262f2a3b -SHA256 (postfix/postfix-2.5-20070731.tar.gz) = 5a95b27a51609c6910b6a51a5914423f5643348d3e4a81746f065fbd937a08c1 -SIZE (postfix/postfix-2.5-20070731.tar.gz) = 2934227 +MD5 (postfix/postfix-2.5-20070824.tar.gz) = 83013634651bec042991478ebf039b01 +SHA256 (postfix/postfix-2.5-20070824.tar.gz) = 285539a8033d21f855e01b8352cd79cb0ff298ba7ebc7067b05ceda55ec7b842 +SIZE (postfix/postfix-2.5-20070824.tar.gz) = 2935617 |