diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2009-02-22 03:54:35 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2009-02-22 03:54:35 +0000 |
commit | 4dd16db24288af196f5adf642634ae59a22ec658 (patch) | |
tree | 69973e298c7bed7bb723aa6911427737e6a17c6b /mail | |
parent | 66e685965afa99f1637e9a3b4f33b07fe8d18cf8 (diff) | |
download | ports-4dd16db24288af196f5adf642634ae59a22ec658.tar.gz ports-4dd16db24288af196f5adf642634ae59a22ec658.zip |
Notes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/postfix1/Makefile | 4 | ||||
-rw-r--r-- | mail/postfix21/Makefile | 4 | ||||
-rw-r--r-- | mail/postfix22/Makefile | 4 |
3 files changed, 12 insertions, 0 deletions
diff --git a/mail/postfix1/Makefile b/mail/postfix1/Makefile index b91ddf8cad66..6d6f02ca32f4 100644 --- a/mail/postfix1/Makefile +++ b/mail/postfix1/Makefile @@ -43,6 +43,10 @@ OPTIONS= PCRE "Perl Compatible Regular Expressions" on \ IPV6 "IPv6 support (not KAME official)" off \ TEST "SMTP/LMTP test server and generator" off +DEPRECATED= Not supported anymore by vendor. Please choose a new one version. +BROKEN= ${DEPRECATED} +EXPIRATION_DATE= 2009-03-08 + MAN1= mailq.1 newaliases.1 postalias.1 postcat.1 postconf.1 postdrop.1 \ postfix.1 postkick.1 postlock.1 postlog.1 postmap.1 postqueue.1 \ postsuper.1 sendmail.1 diff --git a/mail/postfix21/Makefile b/mail/postfix21/Makefile index 46ab163cb5aa..6dfb00fa9e59 100644 --- a/mail/postfix21/Makefile +++ b/mail/postfix21/Makefile @@ -40,6 +40,10 @@ NO_LATEST_LINK= yes USE_SUBMAKE= yes USE_RC_SUBR= postfix.sh +DEPRECATED= Not supported anymore by vendor. Please choose a new one version. +BROKEN= ${DEPRECATED} +EXPIRATION_DATE= 2009-03-08 + MAN1= mailq.1 newaliases.1 postalias.1 postcat.1 postconf.1 postdrop.1 \ postfix.1 postkick.1 postlock.1 postlog.1 postmap.1 postqueue.1 \ postsuper.1 sendmail.1 diff --git a/mail/postfix22/Makefile b/mail/postfix22/Makefile index 07c62d096c5a..69998e19e6e0 100644 --- a/mail/postfix22/Makefile +++ b/mail/postfix22/Makefile @@ -38,6 +38,10 @@ NO_LATEST_LINK= yes USE_SUBMAKE= yes USE_RC_SUBR= postfix.sh +DEPRECATED= Not supported anymore by vendor. Please choose a new one version. +BROKEN= ${DEPRECATED} +EXPIRATION_DATE= 2009-03-08 + MAN1= postalias.1 postcat.1 postconf.1 postdrop.1 postfix.1 postkick.1 \ postlock.1 postlog.1 postmap.1 postqueue.1 postsuper.1 sendmail.1 |