diff options
author | leeym <leeym@FreeBSD.org> | 2003-04-15 07:44:41 +0000 |
---|---|---|
committer | leeym <leeym@FreeBSD.org> | 2003-04-15 07:44:41 +0000 |
commit | 31f2df98cd2abf4e847961e76ecc2a55bb7aa523 (patch) | |
tree | 64ff5f6dc9001370c0eb2b12ec5dcdcd97795415 /mail/postfix20/Makefile | |
parent | dcebed9544342270284151c404e8a3446a0f3061 (diff) | |
download | FreeBSD-ports-31f2df98cd2abf4e847961e76ecc2a55bb7aa523.zip FreeBSD-ports-31f2df98cd2abf4e847961e76ecc2a55bb7aa523.tar.gz |
update postfix to 2.0.7
1. SSL linking fix
2. specific openldap depedency (ports/48621)
3. Kerberos linking fix
PR: 50964
Submitted by: Vivek Khera <khera@kcilink.com>
Obtained from: 1. dirk.meyer@dinoex.sub.org
2. Christian Kratzer <ck@cksoft.de>
3. Miles Egan <miles@caddr.com>
Diffstat (limited to 'mail/postfix20/Makefile')
-rw-r--r-- | mail/postfix20/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/postfix20/Makefile b/mail/postfix20/Makefile index 8e80512..4e1b985 100644 --- a/mail/postfix20/Makefile +++ b/mail/postfix20/Makefile @@ -15,7 +15,7 @@ # NOTE: PCRE is enabled by default unless you specifically disable it. PORTNAME= postfix -PORTVERSION= 2.0.6 +PORTVERSION= 2.0.7 PORTEPOCH= 1 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/ \ |