diff options
author | wxs <wxs@FreeBSD.org> | 2009-09-18 21:05:53 +0800 |
---|---|---|
committer | wxs <wxs@FreeBSD.org> | 2009-09-18 21:05:53 +0800 |
commit | f2e01bdc07c160fcccd946f929de0205f8e6fedb (patch) | |
tree | 72d789a8fad9da079d498a38e5c4b9acfffeee39 /mail/postfix28/Makefile | |
parent | 952f953ac589c70d5d3a739927704b046b2a8603 (diff) | |
download | freebsd-ports-gnome-f2e01bdc07c160fcccd946f929de0205f8e6fedb.tar.gz freebsd-ports-gnome-f2e01bdc07c160fcccd946f929de0205f8e6fedb.tar.zst freebsd-ports-gnome-f2e01bdc07c160fcccd946f929de0205f8e6fedb.zip |
- Update VDA patch to 2.6.5
PR: ports/138777
Submitted by: Sahil Tandon <sahil@tandon.net> (maintainer)
Feature safe: yes
Diffstat (limited to 'mail/postfix28/Makefile')
-rw-r--r-- | mail/postfix28/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/postfix28/Makefile b/mail/postfix28/Makefile index ca571df0395e..028f1ba0cfc5 100644 --- a/mail/postfix28/Makefile +++ b/mail/postfix28/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> |