aboutsummaryrefslogtreecommitdiff
path: root/mail/postfix/Makefile
diff options
context:
space:
mode:
authorSahil Tandon <sahil@FreeBSD.org>2012-04-23 03:14:55 +0000
committerSahil Tandon <sahil@FreeBSD.org>2012-04-23 03:14:55 +0000
commit0f5de25b80124776daceb6f4b97e34a5e6349306 (patch)
treeab6c19dfa4fee663cb25d9920c0ecb6fe173a19e /mail/postfix/Makefile
parent121480d45ff76f56fc4483ded40a02ea8cedde7f (diff)
Notes
Diffstat (limited to 'mail/postfix/Makefile')
-rw-r--r--mail/postfix/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/mail/postfix/Makefile b/mail/postfix/Makefile
index ef46b3fe16c1..475aea8313af 100644
--- a/mail/postfix/Makefile
+++ b/mail/postfix/Makefile
@@ -20,7 +20,7 @@ DIST_SUBDIR= ${PORTNAME}
MAINTAINER= sahil@FreeBSD.org
COMMENT= A secure alternative to widely-used Sendmail
-VDAVERSION= 2.8.5
+VDAVERSION= 2.9.1
CONFLICTS= courier-0.* postfix-1.* postfix-2.[0-8].* postfix-base-2.[0-8].* \
postfix-current-2.* postfix-current-base-2.* sendmail-8.* \
sendmail+*-8.* smail-3.* zmailer-2.*
@@ -88,7 +88,7 @@ MLINKS= sendmail.1 mailq.1 \
HTML1= body_checks.5.html bounce.5.html postfix-power.png \
scache.8.html tlsmgr.8.html
-.if !defined(PACKAGE_BUILDING) && exists(/etc/mail/mailer.conf)
+.if !defined(BATCH) && !defined(PACKAGE_BUILDING) && exists(/etc/mail/mailer.conf)
OLD_MAILER!= ${GREP} -m 1 '^purgestat' /etc/mail/mailer.conf || true
.if !empty(OLD_MAILER)
IS_INTERACTIVE= yes
@@ -235,9 +235,8 @@ _REQUIRE+= ypserv
.endif
.if defined(WITH_VDA)
-BROKEN= At the moment, VDA support is unavailable for ${PORTNAME}-${DISTVERSION}
PATCH_SITES+= http://vda.sourceforge.net/VDA/:vda
-PATCHFILES+= postfix-vda-v10-${VDAVERSION}.patch:vda
+PATCHFILES+= postfix-vda-v11-${VDAVERSION}.patch:vda
PATCH_DIST_STRIP= -p1
PLIST_SUB+= VDA=""
.else