diff options
author | linimon <linimon@FreeBSD.org> | 2004-11-07 15:54:55 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2004-11-07 15:54:55 +0800 |
commit | f223a02a10e1b72d5640ed2c3ad60a38e44a2c5d (patch) | |
tree | 1be4ae5df332dee726144efa378cb7865a2dfddf /net | |
parent | 1db7d78e679f99c9fea5b93bc22011b105eb60ad (diff) | |
download | freebsd-ports-gnome-f223a02a10e1b72d5640ed2c3ad60a38e44a2c5d.tar.gz freebsd-ports-gnome-f223a02a10e1b72d5640ed2c3ad60a38e44a2c5d.tar.zst freebsd-ports-gnome-f223a02a10e1b72d5640ed2c3ad60a38e44a2c5d.zip |
Give each of these FORBIDDEN ports an expiration date.
Diffstat (limited to 'net')
-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 |