summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorSahil Tandon <sahil@FreeBSD.org>2011-01-24 23:59:22 +0000
committerSahil Tandon <sahil@FreeBSD.org>2011-01-24 23:59:22 +0000
commitdb69feb0ab7f40e0069a9136f504ac50364150c1 (patch)
treef5821862947d8eb731a0dcf1ae33ecf6ebd0f8bc /mail
parentAdd entry about potential incompatibilities when upgrading (diff)
Set NO_LATEST_LINK to prevent overlap with mail/postfix
and update CONFLICTS for cases in which postfix-base or postfix-current-base packages are already installed. Feature safe: yes
Notes
Notes: svn path=/head/; revision=268194
Diffstat (limited to 'mail')
-rw-r--r--mail/postfix27/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/mail/postfix27/Makefile b/mail/postfix27/Makefile
index 85462df57726..c3a8fd675b6f 100644
--- a/mail/postfix27/Makefile
+++ b/mail/postfix27/Makefile
@@ -21,9 +21,11 @@ MAINTAINER= sahil@FreeBSD.org
COMMENT= A secure alternative to widely-used Sendmail
VDAVERSION= 2.7.0
-CONFLICTS= courier-0.* postfix-1.* postfix-2.[0-68-9].* postfix-current-2.* \
- sendmail-8.* sendmail+*-8.* smail-3.* zmailer-2.*
+CONFLICTS= courier-0.* postfix-1.* postfix-2.[0-689].* postfix-base-2.[0-689].* \
+ postfix-current-2.* postfix-current-base-2.* sendmail-8.* \
+ sendmail+*-8.* smail-3.* zmailer-2.*
+NO_LATEST_LINK= yes
USE_SUBMAKE= yes
USE_PERL5_BUILD=yes
SCRIPTS_ENV+= POSTFIX_DEFAULT_MTA="${POSTFIX_DEFAULT_MTA}"