Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Jan 2013 02:45:35 +0000 (UTC)
From:      Sahil Tandon <sahil@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r311094 - head/mail/postfix-current
Message-ID:  <201301280245.r0S2jZ4J088408@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sahil
Date: Mon Jan 28 02:45:35 2013
New Revision: 311094
URL: http://svnweb.freebsd.org/changeset/ports/311094

Log:
  Update to Postfix 2.10 Snapshot 20130113; mark BROKEN when
  users try to build WITH_LDAP_SASL but WITHOUT_SASL2.

Modified:
  head/mail/postfix-current/Makefile
  head/mail/postfix-current/distinfo

Modified: head/mail/postfix-current/Makefile
==============================================================================
--- head/mail/postfix-current/Makefile	Mon Jan 28 02:45:24 2013	(r311093)
+++ head/mail/postfix-current/Makefile	Mon Jan 28 02:45:35 2013	(r311094)
@@ -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${LOCALBAS
 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

Modified: head/mail/postfix-current/distinfo
==============================================================================
--- head/mail/postfix-current/distinfo	Mon Jan 28 02:45:24 2013	(r311093)
+++ head/mail/postfix-current/distinfo	Mon Jan 28 02:45:35 2013	(r311094)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201301280245.r0S2jZ4J088408>