diff options
author | Sahil Tandon <sahil@FreeBSD.org> | 2013-01-28 02:45:35 +0000 |
---|---|---|
committer | Sahil Tandon <sahil@FreeBSD.org> | 2013-01-28 02:45:35 +0000 |
commit | 988a1ecda95c08c1e116e737422779296a62e000 (patch) | |
tree | 13f87f0c43deda15ed33275da04afe4ef12c210a /mail | |
parent | 9cf3da16705555855c566320ff78f97008135ff2 (diff) | |
download | ports-988a1ecda95c08c1e116e737422779296a62e000.tar.gz ports-988a1ecda95c08c1e116e737422779296a62e000.zip |
Notes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/postfix-current/Makefile | 6 | ||||
-rw-r--r-- | mail/postfix-current/distinfo | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/mail/postfix-current/Makefile b/mail/postfix-current/Makefile index 999a9d5e3704..1075c8e93bde 100644 --- a/mail/postfix-current/Makefile +++ b/mail/postfix-current/Makefile @@ -6,8 +6,7 @@ # PORTNAME= postfix -DISTVERSION= 2.10-20121031 -PORTREVISION= 2 +DISTVERSION= 2.10-20130113 PORTEPOCH= 4 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/experimental/ \ @@ -218,6 +217,9 @@ POSTFIX_CCARGS+= -DHAS_LDAP -I${LOCALBASE}/include POSTFIX_AUXLIBS+= -L${LOCALBASE}/lib -lldap -llber _REQUIRE+= slapd .if defined(WITH_LDAP_SASL) +.if !defined(WITH_SASL2) +BROKEN= Compile with Cyrus SASL to use LDAP_SASL +.endif POSTFIX_CCARGS+= -DUSE_LDAP_SASL .endif .endif diff --git a/mail/postfix-current/distinfo b/mail/postfix-current/distinfo index fa797a67082d..7f76e4f509bf 100644 --- a/mail/postfix-current/distinfo +++ b/mail/postfix-current/distinfo @@ -1,4 +1,4 @@ -SHA256 (postfix/postfix-2.10-20121031.tar.gz) = 665a707181b7a32848c96f0609d1c450bd0aefeb4246a70bdb69975e33dd06c5 -SIZE (postfix/postfix-2.10-20121031.tar.gz) = 3814909 +SHA256 (postfix/postfix-2.10-20130113.tar.gz) = 3fde4d4a0296c26a24b69d63fe376b4e01fd01d65ef36ab12c56ac57a450bca3 +SIZE (postfix/postfix-2.10-20130113.tar.gz) = 3823921 SHA256 (postfix/postfix-2.8.0-libspf2-1.2.x-0.patch.gz) = e5c38e5bc226cab109c02a4e530ab1aefd3bb06f2169f3e052bdf83d2727aacc SIZE (postfix/postfix-2.8.0-libspf2-1.2.x-0.patch.gz) = 8191 |