diff options
author | linimon <linimon@FreeBSD.org> | 2004-04-13 05:59:41 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2004-04-13 05:59:41 +0800 |
commit | 5d54d521ab21137585ed28139a1808180eeb3038 (patch) | |
tree | f2d2783ea7fa61d1e8fefbc56be613d566bde3ac /mail/metamail | |
parent | 150ac75dedfcec884890a5e54a0a6add0ea0a28d (diff) | |
download | freebsd-ports-gnome-5d54d521ab21137585ed28139a1808180eeb3038.tar.gz freebsd-ports-gnome-5d54d521ab21137585ed28139a1808180eeb3038.tar.zst freebsd-ports-gnome-5d54d521ab21137585ed28139a1808180eeb3038.zip |
Although it pains me to do this (look at the listing of the directory
as to why :-) ), the distfile survey reports that Nathaniel's original
site for this software is long gone. A Google search shows the mirror
that I added to be the best option, and that the most recent distfile is
from 1994. The only other links refer to security problems; although
all the known ones have been fixed, Debian claims that:
We have been devoting some effort to trying to avoid shipping metamail
in the future. It became unmaintainable and these are probably not the
last of the vulnerabilities.
Accordingly, mark it as 'deprecated'. If anyone is using this code,
they should prepare to adopt the port and address any security concerns
going forward.
Diffstat (limited to 'mail/metamail')
-rw-r--r-- | mail/metamail/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/mail/metamail/Makefile b/mail/metamail/Makefile index 4e47bc00fc9e..d8c5be0e166c 100644 --- a/mail/metamail/Makefile +++ b/mail/metamail/Makefile @@ -9,13 +9,16 @@ PORTNAME= metamail PORTVERSION= 2.7 PORTREVISION= 2 CATEGORIES= mail -MASTER_SITES= ftp://thumper.bellcore.com/pub/nsb/ +MASTER_SITES= http://ftp.funet.fi/pub/unix/mail/metamail/ DISTNAME= mm${PORTVERSION} EXTRACT_SUFX= .tar.Z MAINTAINER= ports@FreeBSD.org COMMENT= Implementation of MIME, the Multipurpose Internet Mail Extensions +DEPRECATED= "mastersite disappeared\; last distfile update was in 1994" +EXPIRATION_DATE= "June 12 2004" + RUN_DEPENDS= xloadimage:${PORTSDIR}/x11/xloadimage .include <bsd.port.pre.mk> |