diff options
author | linimon <linimon@FreeBSD.org> | 2004-05-13 02:22:06 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2004-05-13 02:22:06 +0800 |
commit | 877825318d0d12a9616fc22131c14c2bc47ef331 (patch) | |
tree | e10dc094901ee5c5638322692be4a05f0178d8d9 /mail/postfix20 | |
parent | 1ab7a5a4413b1c93c7919c31fbffafe16cb5a98d (diff) | |
download | freebsd-ports-gnome-877825318d0d12a9616fc22131c14c2bc47ef331.tar.gz freebsd-ports-gnome-877825318d0d12a9616fc22131c14c2bc47ef331.tar.zst freebsd-ports-gnome-877825318d0d12a9616fc22131c14c2bc47ef331.zip |
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)
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 |