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 | |
parent | c051f07c733dd311ca1c87b30984586b73cf42ab (diff) | |
download | ports-e9ade083b940f3604cfb0d742bd15dd77e98e374.tar.gz ports-e9ade083b940f3604cfb0d742bd15dd77e98e374.zip |
Notes
Diffstat (limited to 'mail')
-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 |