diff options
author | Sahil Tandon <sahil@FreeBSD.org> | 2013-01-28 02:45:24 +0000 |
---|---|---|
committer | Sahil Tandon <sahil@FreeBSD.org> | 2013-01-28 02:45:24 +0000 |
commit | 9cf3da16705555855c566320ff78f97008135ff2 (patch) | |
tree | 23a7a065e2c03104afdb427efb32a29ad6cd7345 /mail/postfix28/Makefile | |
parent | e8c48eb21e78aff916cfa9c7879601d8bd25a509 (diff) |
Update to 2.8.13 and revise the PKGINSTALL script to
distinguish between upgrades and fresh installs. Also,
mark BROKEN when users try to build WITH_LDAP_SASL but
WITHOUT_SASL2. Finally, backport an upstream patch that
allows Postfix packages to build in a jail that has IPv6
enabled, but no addresses assigned on any interface.
Notes
Notes:
svn path=/head/; revision=311093
Diffstat (limited to 'mail/postfix28/Makefile')
-rw-r--r-- | mail/postfix28/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/mail/postfix28/Makefile b/mail/postfix28/Makefile index 7b87eb8e063b..c48ddfbf8c57 100644 --- a/mail/postfix28/Makefile +++ b/mail/postfix28/Makefile @@ -6,8 +6,7 @@ # PORTNAME= postfix -PORTVERSION= 2.8.12 -PORTREVISION= 2 +PORTVERSION= 2.8.13 PORTEPOCH= 1 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/ \ @@ -21,7 +20,7 @@ DIST_SUBDIR= ${PORTNAME} MAINTAINER= sahil@FreeBSD.org COMMENT= A secure alternative to widely-used Sendmail -VDAVERSION= 2.8.9 +VDAVERSION= 2.8.13 CONFLICTS= courier-0.* postfix-1.* postfix-2.[0-79].* postfix-base-2.[0-79].* \ postfix-current-2.* postfix-current-base-2.* sendmail-8.* \ sendmail+*-8.* smail-3.* zmailer-2.* opensmtpd-[0-9]* @@ -222,6 +221,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 |