diff options
author | Wesley Shields <wxs@FreeBSD.org> | 2009-09-18 13:05:53 +0000 |
---|---|---|
committer | Wesley Shields <wxs@FreeBSD.org> | 2009-09-18 13:05:53 +0000 |
commit | 8eb03a0b27f10bfbf04a745cff81acd8b1245cc3 (patch) | |
tree | 48001563a57816d407f263f495fa3f6256bb53df /mail/postfix27/Makefile | |
parent | - Update to 0.9.15 (diff) |
- Update VDA patch to 2.6.5
PR: ports/138777
Submitted by: Sahil Tandon <sahil@tandon.net> (maintainer)
Feature safe: yes
Diffstat (limited to '')
-rw-r--r-- | mail/postfix27/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/postfix27/Makefile b/mail/postfix27/Makefile index ca571df0395e..028f1ba0cfc5 100644 --- a/mail/postfix27/Makefile +++ b/mail/postfix27/Makefile @@ -22,7 +22,7 @@ DIST_SUBDIR= ${PORTNAME} MAINTAINER= sahil@tandon.net COMMENT= A secure alternative to widely-used Sendmail -VDAVERSION= 2.6.2 +VDAVERSION= 2.6.5 CONFLICTS= courier-0.* postfix-1.* postfix-2.[0-57-9].* postfix-current-2.* \ sendmail-8.* sendmail-*-8.* smail-3.* zmailer-2.* @@ -55,7 +55,7 @@ OPTIONS= PCRE "Perl Compatible Regular Expressions" on \ OPENLDAP "OpenLDAP maps (choose ver. with WITH_OPENLDAP_VER)" ${STATUS_OpenLDAP} \ CDB "CDB maps lookups" ${STATUS_CDB} \ NIS "NIS maps lookups" ${STATUS_NIS} \ - VDA "VDA (Virtual Delivery Agent 32Bit)" ${STATUS_VDA} \ + VDA "VDA (Virtual Delivery Agent 32Bit)" ${STATUS_VDA} \ TEST "SMTP/LMTP test server and generator" ${STATUS_Test} .include <bsd.port.options.mk> |