diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2004-05-12 18:22:06 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2004-05-12 18:22:06 +0000 |
commit | e9ade083b940f3604cfb0d742bd15dd77e98e374 (patch) | |
tree | a40b8d095c6014a992578d4e064db2c5fe8685eb /mail/postfix20 | |
parent | Add support for db2 and db42 in addition to db3, db4 and db41. (diff) |
Per maintainer, mark DEPRECATED and drop maintainership. Since many
people are still using this port, set its expiration date to 4 months
in the future. Postfix 2.1 is stable and new users should be installing
that port (as mail/postfix), not this one.
PR: ports/66570
Submitted by: Vivek Khera <vivek@khera.org> (maintainer)
Notes
Notes:
svn path=/head/; revision=109028
Diffstat (limited to 'mail/postfix20')
-rw-r--r-- | mail/postfix20/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/mail/postfix20/Makefile b/mail/postfix20/Makefile index 4dcdae63edcf..14869877f2be 100644 --- a/mail/postfix20/Makefile +++ b/mail/postfix20/Makefile @@ -25,14 +25,16 @@ MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/ \ ftp://ftp.samurai.com/pub/postfix/official/ \ ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,net/mail/postfix/official/&,} MASTER_SITE_SUBDIR= . old related/postfix -DISTNAME= postfix-${PORTVERSION} DIST_SUBDIR= ${PORTNAME} PATCH_SITES= ${MASTER_SITES} PATCHFILES= postfix-2.0-ns-mx-acl-patch.gz -MAINTAINER= vivek@khera.org -COMMENT= A secure alternative to widely-used Sendmail +MAINTAINER= ports@FreeBSD.org +COMMENT= A secure alternative to widely-used Sendmail (old version) + +DEPRECATED= "please consider migrating to postfix 2.1 (mail/postfix), which is stable" +EXPIRATION_DATE= "September 30, 2004" CONFLICTS= courier-0.* postfix-1.* postfix-2.1.* sendmail-8.* sendmail-*-8.* smail-3.* zmailer-2.* LATEST_LINK= postfix20 |