diff options
author | Sahil Tandon <sahil@FreeBSD.org> | 2011-02-20 04:45:35 +0000 |
---|---|---|
committer | Sahil Tandon <sahil@FreeBSD.org> | 2011-02-20 04:45:35 +0000 |
commit | 5bbba51cebc69c5160d67ba113cbab031d9745c2 (patch) | |
tree | e977e04a177e4cba0cdfdada925c5ddfb23fbbb4 /mail/postfix27/Makefile | |
parent | Reactive VDA support with a new upstream patch released (diff) |
Update VDA support to use a new upstream patch released
specifically for Postfix version 2.7.2.
Diffstat (limited to '')
-rw-r--r-- | mail/postfix27/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mail/postfix27/Makefile b/mail/postfix27/Makefile index c3a8fd675b6f..f769dee2908f 100644 --- a/mail/postfix27/Makefile +++ b/mail/postfix27/Makefile @@ -20,7 +20,7 @@ DIST_SUBDIR= ${PORTNAME} MAINTAINER= sahil@FreeBSD.org COMMENT= A secure alternative to widely-used Sendmail -VDAVERSION= 2.7.0 +VDAVERSION= 2.7.2 CONFLICTS= courier-0.* postfix-1.* postfix-2.[0-689].* postfix-base-2.[0-689].* \ postfix-current-2.* postfix-current-base-2.* sendmail-8.* \ sendmail+*-8.* smail-3.* zmailer-2.* @@ -214,7 +214,6 @@ POSTFIX_CCARGS+= -DHAS_NIS _REQUIRE+= ypserv .endif -# 32Bit VDA patch (64Bit has different patch) .if defined(WITH_VDA) PATCH_SITES+= http://vda.sourceforge.net/VDA/:vda PATCHFILES+= postfix-vda-${VDAVERSION}.patch:vda |