diff options
author | itetcu <itetcu@FreeBSD.org> | 2010-03-05 01:00:47 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2010-03-05 01:00:47 +0800 |
commit | 072c396444bf8d2a4db5c01820e90b39b7ee0c99 (patch) | |
tree | 274ede17c5c402d060227da52d1b2bc5005b0e4f /mail/postfix28/Makefile | |
parent | 52a1a35f5e02901fff8f963660473498804b7eac (diff) | |
download | freebsd-ports-gnome-072c396444bf8d2a4db5c01820e90b39b7ee0c99.tar.gz freebsd-ports-gnome-072c396444bf8d2a4db5c01820e90b39b7ee0c99.tar.zst freebsd-ports-gnome-072c396444bf8d2a4db5c01820e90b39b7ee0c99.zip |
- Update to 2.7.0
- users wanting to continue on 2.6 series should use mail/postfix26
PR: 144189
Submitted by: Sahil Tandon (maintainer)
Feature safe: yes
Diffstat (limited to 'mail/postfix28/Makefile')
-rw-r--r-- | mail/postfix28/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/postfix28/Makefile b/mail/postfix28/Makefile index 9277c93611aa..c2de16e14f82 100644 --- a/mail/postfix28/Makefile +++ b/mail/postfix28/Makefile @@ -6,7 +6,7 @@ # PORTNAME= postfix -PORTVERSION= 2.6.5 +PORTVERSION= 2.7.0 PORTEPOCH= 1 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/ \ @@ -23,7 +23,7 @@ MAINTAINER= sahil@tandon.net COMMENT= A secure alternative to widely-used Sendmail VDAVERSION= 2.6.5 -CONFLICTS= courier-0.* postfix-1.* postfix-2.[0-57-9].* postfix-current-2.* \ +CONFLICTS= courier-0.* postfix-1.* postfix-2.[0-68-9].* postfix-current-2.* \ sendmail-8.* sendmail-*-8.* smail-3.* zmailer-2.* USE_SUBMAKE= yes @@ -132,7 +132,7 @@ _REQUIRE+= dovecot .if defined(WITH_SASLKRB) .if defined(WITH_SASLKRB5) || defined(WITH_SASLKMIT) -BROKEN= Select only one SASL Kerberos option +BROKEN= Select only one SASL Kerberos option .endif POSTFIX_AUXLIBS+= -lkrb -lcrypto -lcom_err .endif |