diff options
author | Sahil Tandon <sahil@FreeBSD.org> | 2010-10-06 03:29:04 +0000 |
---|---|---|
committer | Sahil Tandon <sahil@FreeBSD.org> | 2010-10-06 03:29:04 +0000 |
commit | f6cbabbc667d556f267d5be40d01dcb8d03be8d9 (patch) | |
tree | d44320a4822e355661e95a6d7b4524d9be6deaa8 /mail/postfix27/Makefile | |
parent | - Bump PORTREVISION for updated source code (diff) |
- Update optional SPF patch to version 1.1.0 [1]
- Fix CONFLICTS [2]
PR: ports/151134 [1]
Submitted by: mm@ [1]
Noticed by: pav@ [2]
Diffstat (limited to '')
-rw-r--r-- | mail/postfix27/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/postfix27/Makefile b/mail/postfix27/Makefile index 3f4c45c921d9..41dc6162ca4f 100644 --- a/mail/postfix27/Makefile +++ b/mail/postfix27/Makefile @@ -23,7 +23,7 @@ COMMENT= A secure alternative to widely-used Sendmail VDAVERSION= 2.7.0 CONFLICTS= courier-0.* postfix-1.* postfix-2.[0-68-9].* postfix-current-2.* \ - sendmail-8.* sendmail-*-8.* smail-3.* zmailer-2.* + sendmail-8.* sendmail+*-8.* smail-3.* zmailer-2.* USE_SUBMAKE= yes USE_PERL5_BUILD=yes @@ -154,9 +154,9 @@ POSTFIX_AUXLIBS+= -L${OPENSSLLIB} ${LDFLAGS} -lssl -lcrypto LIB_DEPENDS+= spf2.3:${PORTSDIR}/mail/libspf2 PATCH_SITES+= ${MASTER_SITE_LOCAL} PATCH_SITE_SUBDIR= mm -PATCHFILES+= postfix-2.7.1-libspf2-1.2.x-1.patch.gz +PATCHFILES+= postfix-2.7.1-libspf2-1.2.x-4.patch.gz PATCH_DIST_STRIP= -p1 -POSTFIX_CCARGS+= -DHAVE_NS_TYPE -I${LOCALBASE}/include +POSTFIX_CCARGS+= -DHAVE_NS_TYPE -DHAS_SPF -I${LOCALBASE}/include POSTFIX_AUXLIBS+= -L${LOCALBASE}/lib -lspf2 PLIST_SUB+= SPF="" .else |