diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2004-11-07 07:54:55 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2004-11-07 07:54:55 +0000 |
commit | cd5eca2fb8c3b3ad003304c09ee70350dc12ef97 (patch) | |
tree | f599b76650302e27dae3f62e77f6bfe17f825f2b /net/sup | |
parent | Mastersite disappeared. (diff) |
Give each of these FORBIDDEN ports an expiration date.
Notes
Notes:
svn path=/head/; revision=121030
Diffstat (limited to 'net/sup')
-rw-r--r-- | net/sup/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/sup/Makefile b/net/sup/Makefile index 9a4a7cdf701e..a913783d72f9 100644 --- a/net/sup/Makefile +++ b/net/sup/Makefile @@ -16,6 +16,8 @@ MAINTAINER= ports@FreeBSD.org COMMENT= CMU's Software Update Protocol package FORBIDDEN= "Unmaintained, potential security issues (CAN-2004-0451)" +DEPRECATED= ${FORBIDDEN} +EXPIRATION_DATE=12/07/2004 MAN1= sup.1 MAN8= supservers.8 |