diff options
author | Sahil Tandon <sahil@FreeBSD.org> | 2011-05-03 01:35:07 +0000 |
---|---|---|
committer | Sahil Tandon <sahil@FreeBSD.org> | 2011-05-03 01:35:07 +0000 |
commit | 4e045607e9967f8cedda9d1892f8beb2239d6eaf (patch) | |
tree | 9da87e1c6c0753f814257146f446ece71ac3c932 /mail/postfix24 | |
parent | There is no such thing as EXPIRATION, change it to EXPIRATION_DATE (diff) |
Mark DEPRECATED and set EXPIRATION_DATE; encourage
users to upgrade to a newer release.
Approved by: portmgr (linimon)
Notes
Notes:
svn path=/head/; revision=273511
Diffstat (limited to 'mail/postfix24')
-rw-r--r-- | mail/postfix24/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mail/postfix24/Makefile b/mail/postfix24/Makefile index 60f7440a985a..efae2b939c51 100644 --- a/mail/postfix24/Makefile +++ b/mail/postfix24/Makefile @@ -25,6 +25,9 @@ COMMENT= A secure alternative to widely-used Sendmail CONFLICTS= courier-0.* postfix-1.* postfix-2.[0-35-9].* postfix-current-2.* \ sendmail-8.* sendmail-*-8.* smail-3.* zmailer-2.* +DEPRECATED= no further upstream development; please consider upgrading +EXPIRATION_DATE=2011-06-02 + MAKE_JOBS_SAFE= yes NO_LATEST_LINK= yes USE_SUBMAKE= yes |