diff options
author | ashish <ashish@FreeBSD.org> | 2012-06-15 10:22:13 +0800 |
---|---|---|
committer | ashish <ashish@FreeBSD.org> | 2012-06-15 10:22:13 +0800 |
commit | 62b45a5938a872affa56a051dde2570a432f14c5 (patch) | |
tree | 837faa1159b93de5bc8708c8bb9060e6eb88b1a0 | |
parent | 142511305f03a72a68d94080e83601e4a7ad1180 (diff) | |
download | freebsd-ports-gnome-62b45a5938a872affa56a051dde2570a432f14c5.tar.gz freebsd-ports-gnome-62b45a5938a872affa56a051dde2570a432f14c5.tar.zst freebsd-ports-gnome-62b45a5938a872affa56a051dde2570a432f14c5.zip |
- extend CONFLICTS
Approved by: sahil (maintainer)
-rw-r--r-- | mail/postfix-current/Makefile | 2 | ||||
-rw-r--r-- | mail/postfix/Makefile | 2 | ||||
-rw-r--r-- | mail/postfix25/Makefile | 2 | ||||
-rw-r--r-- | mail/postfix26/Makefile | 2 | ||||
-rw-r--r-- | mail/postfix27/Makefile | 2 | ||||
-rw-r--r-- | mail/postfix28/Makefile | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/mail/postfix-current/Makefile b/mail/postfix-current/Makefile index 562280979780..9d67394eb6f6 100644 --- a/mail/postfix-current/Makefile +++ b/mail/postfix-current/Makefile @@ -22,7 +22,7 @@ MAINTAINER= sahil@FreeBSD.org COMMENT= A secure alternative to widely-used Sendmail CONFLICTS= courier-0.* postfix-1.* postfix-2.* postfix-base-2.* \ - sendmail-8.* sendmail+*-8.* smail-3.* zmailer-2.* + sendmail-8.* sendmail+*-8.* smail-3.* zmailer-2.* opensmtpd-[0-9]* USERS= postfix GROUPS= mail maildrop postfix diff --git a/mail/postfix/Makefile b/mail/postfix/Makefile index ec1fa60c44c6..915070e372f8 100644 --- a/mail/postfix/Makefile +++ b/mail/postfix/Makefile @@ -23,7 +23,7 @@ COMMENT= A secure alternative to widely-used Sendmail VDAVERSION= 2.9.1 CONFLICTS= courier-0.* postfix-1.* postfix-2.[0-8].* postfix-base-2.[0-8].* \ postfix-current-2.* postfix-current-base-2.* sendmail-8.* \ - sendmail+*-8.* smail-3.* zmailer-2.* + sendmail+*-8.* smail-3.* zmailer-2.* opensmtpd-[0-9]* USERS= postfix GROUPS= mail maildrop postfix diff --git a/mail/postfix25/Makefile b/mail/postfix25/Makefile index ea06f3c640ff..0f102d1a64b2 100644 --- a/mail/postfix25/Makefile +++ b/mail/postfix25/Makefile @@ -23,7 +23,7 @@ MAINTAINER= sahil@FreeBSD.org COMMENT= A secure alternative to widely-used Sendmail CONFLICTS= courier-0.* postfix-1.* postfix-2.[0-46-9].* postfix-current-2.* \ - sendmail-8.* sendmail+*-8.* smail-3.* zmailer-2.* + sendmail-8.* sendmail+*-8.* smail-3.* zmailer-2.* opensmtpd-[0-9]* DEPRECATED= no longer supported upstream; please consider upgrading EXPIRATION_DATE=2012-06-22 diff --git a/mail/postfix26/Makefile b/mail/postfix26/Makefile index 522422c471c6..91ff204f5f4c 100644 --- a/mail/postfix26/Makefile +++ b/mail/postfix26/Makefile @@ -22,7 +22,7 @@ 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.* \ - sendmail-8.* sendmail+*-8.* smail-3.* zmailer-2.* + sendmail-8.* sendmail+*-8.* smail-3.* zmailer-2.* opensmtpd-[0-9]* USERS= postfix GROUPS= mail maildrop postfix diff --git a/mail/postfix27/Makefile b/mail/postfix27/Makefile index 34cfe07311ca..14e3cab756ae 100644 --- a/mail/postfix27/Makefile +++ b/mail/postfix27/Makefile @@ -23,7 +23,7 @@ COMMENT= A secure alternative to widely-used Sendmail VDAVERSION= 2.7.8 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.* + sendmail+*-8.* smail-3.* zmailer-2.* opensmtpd-[0-9]* USERS= postfix GROUPS= mail maildrop postfix diff --git a/mail/postfix28/Makefile b/mail/postfix28/Makefile index 7c4efaecc896..0c9526d37850 100644 --- a/mail/postfix28/Makefile +++ b/mail/postfix28/Makefile @@ -23,7 +23,7 @@ COMMENT= A secure alternative to widely-used Sendmail VDAVERSION= 2.8.9 CONFLICTS= courier-0.* postfix-1.* postfix-2.[0-79].* postfix-base-2.[0-79].* \ postfix-current-2.* postfix-current-base-2.* sendmail-8.* \ - sendmail+*-8.* smail-3.* zmailer-2.* + sendmail+*-8.* smail-3.* zmailer-2.* opensmtpd-[0-9]* NO_LATEST_LINK= yes |